1

hey there

recently I've been thinking about a good way to deploy mass amounts of containers on kubernetes, but before I just go with docker, I want to learn about some alternatives

what are some other container softwares you guys use?

Comments
  • 1
    Those are the only two realistic games in town.

    If you want to learn more about how and why containers do what they do, read up on OCI.

    https://opencontainers.org
  • 1
    The only other one outside of docker / k8s I can think of is vagrant.

    After that you end up back in the VM world.
Add Comment