Okay, you’ve made the move to containers and can now write Dockerfiles for everything. How do you manage all of those containers? Have you found that you traded managing individual machines for managing individual containers?

Kubernetes, an Open Source container orchestration engine, can be your answer. We’ll explore Kubernetes and see how you can use it to run massive collections of containers that fix their own problems and allow you to move your setup wherever you need to be.

Comments

Comments are closed.

Eric Hogue at 20:53 on 19 Jan 2017

Very interesting tool. Lots of concepts, but nicely explained.