•  0xD   ( @0xD@infosec.pub ) 
    link
    fedilink
    19
    edit-2
    11 months ago

    Instead of spinning up a classical server like Apache or IIS for what you need, you just write a single function that you can bind to an endpoint and just host that - the rest is abstracted away from you.

        •  DrM   ( @DrM@feddit.de ) 
          link
          fedilink
          811 months ago

          I think that’s the main reason, it’s a good name explaining what you can expect: an environment where you don’t have to worry about servers and don’t need an administrator

          •  dan   ( @dan@upvote.au ) 
            link
            fedilink
            6
            edit-2
            11 months ago

            Why not just call it shared hosting though? It’s essentially the same concept as getting a GoDaddy (or Bluegost or whatever) hosting account and uploading a PHP file lol

            •  DrM   ( @DrM@feddit.de ) 
              link
              fedilink
              511 months ago

              Shared hosting sounds like you don’t have your data stored privately and doesn’t sound like less work for the company.

              Don’t look at the name from a technicians perspective, but from the perspective of a manager of a small startup who wants to reduce the overhead for hosting it’s service as much as possible. Also serverless is not wrong per sé, it’s exactly what you as the customer get.

              You could spin it the same way for every other instance. Why do you call GoDaddy “shared hosting”, in the end it’s just a pod on a kubernetes cluster. So why don’t you call it “private kubernetes pod”?