• paequ2@lemmy.today
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      11 days ago

      I said yes. Then it asks what platform you use and I clicked “Docker”.

      • rmrf@lemmy.ml
        link
        fedilink
        English
        arrow-up
        0
        ·
        11 days ago

        It asks this regardless of whether you say you use orchestration or not. I would say that docker compose, used as intended, is not a container orchestration platform as it provides no automated scaling or resiliency across nodes

        • paequ2@lemmy.today
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          11 days ago

          I guess it depends on what “orchestration” means to you… 🤔

          https://en.wikipedia.org/wiki/Orchestration_(computing)

          In system administration, orchestration is the automated configuration, coordination, deployment, development, and management of computer systems and software.

          Docker compose pretty much seems to check every one of these boxes.