What is Kubernetes for me
Docker is the way to ship your application files in a binary package called image.
The image is used by a container.
A container has a process and is being instantiated by container orchestrators.
Kubernetes, Mesos, Rkt, Docker Engine are all contai...
tenzinchemi.in