#docker
Read more stories on Hashnode
Articles with this tag
What is a Kubernetes Deployment? Kubernetes deployment is a high-level resource object by which you can manage the deployment and scaling of the...
Pods are the smallest deployable units of computing that you can create and manage in Kubernetes. A Pod is a group of one or more containers, with...
Kubernetes follows the client-server architecture where we have the master installed on one machine and the node on separate Linux machines. It...
What is Docker? Docker is an open-source platform based on Linux containers for developing, shipping, and running applications inside containers....