Pods in Kubernetes
What is Pod?
It is the smallest deployable and schedulable unit that Kubernetes can manage.
It is a best practice that we keep one container inside a given pod, but we can place more than one container inside a pod. Each Pod has its own local IP addr...
blog.kubesimplify.com5 min read
Aman sarraf
Software Engineer
Well explained, I enjoyed this one👌