Kubernetes (k8s) Architecture
lets understand k8s(Kubernetes) architecture in simple way comparing with docker
Suppose we install Docker on an instance. Next, we create a Dockerfile to build an image. Once the image is built, we run a container using that image.
For example, if w...
areef.hashnode.dev4 min read