Sunday, 11 August 2019

Kubernetes

Kubernetes is a container management tool.
Docker creates container to deploy the application, while Kubernetes works on top of Docker. It’s manages the container, basically it works more on container auto scaling and load balancing.


Before proceeding with Docker first install Docker, refer below tutorial for Docker installation-


2 comments: