• ExcessShiv@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    0
    ·
    12 days ago

    I mean, “serverless computing” has always only meant that it’s “serverless” for the customer who buys the compute power in the sense that they don’t have to bother the slightest with the architecture or managing it. Not really anything to reveal there…

      • Farid@startrek.website
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        11 days ago

        I think the “Cat Looks Inside” meme would’ve been more appropriate, because the “Let’s See Who This Really Is” (a.k.a. “Scooby Doo Reveal”) meme is more about revealing something that is actually different, while CLI is sarcastic. Like “Wireless device. Look inside. Wires” isn’t revealing anything serious but makes fun of the misleading nomenclature. A good SDR example would be pulling the mask off a KKK member to reveal a cop, while they are supposed to be on the opposite sides, they are one and the same.
        On the meme spectrum, SDR sits somewhere between CLI and “They are the Same Picture”.

        Thank you for not coming to my MemTalk.

  • Allah@lemmy.world
    link
    fedilink
    arrow-up
    0
    arrow-down
    1
    ·
    10 days ago

    page 196 of CompTIA Security+ SY0-701 Cert Guide

    Serverless

    Another popular architecture is the serverless architecture. Be aware that serverless does not mean that you do not need a server somewhere. Instead, serverless archi- tecture involves using cloud platforms to host and/or to develop code. For example, you might have a serverless app that is distributed in a cloud provider like Amazon Web Services (AWS), Microsoft Azure, or Google Cloud Platform (GCP). Serverless is a cloud computing execution model in which the cloud provider (AWS, Azure, Google Cloud, and so on) dynamically manages the allocation and provision- ing of servers. Serverless applications run in stateless containers that are ephemeral and event triggered (fully managed by the cloud provider). AWS Lambda is one of the most popular serverless architectures in the industry.