Though K8s enables us to deploy our applications as containers on a set of machines configured as workers/minions in a cluster, however it does’nt deploy the containers directly on the nodes…. but on Pods A Pod is not a process, but an environment for running container(s). The containers are encapsulated into a k8s object called […]
Recent Comments