DOCKER vs KUBERNETES
What is docker?
Docker is a containerization platform. Docker platform can be used to containerize the application in following steps:
Create a Dockerfile
Create an image out of Dockerfile using "docker build" command
Run the image as a container...
utsabsapkota.hashnode.dev2 min read