Sec : 3 : Abs:Begginers : Kubernetes Concepts :

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 16. PODS Before we are heading to understanding PODs , we would like to assume that the following has been setup already At this point we assume that the application is already developed and build into Docker images And it is available in a Docker repository like a Docker Hub so Kubernetes can pull it down. We also assume that the Kubernetes cluster is already been setup and is working. This could be a single node setup or a multi-node setup doesn't matter . All the services need to be in a running state . As we discussed before with Kubernetes our ultimate aim is to deploy our application . In the form of containers in a set of machines that are configured as worker nodes in a cluster . However Kubernetes does not deploy containers directly on the worker nodes. The containers are encapsulated into a...