Understanding Kubernetes Core Objects
1 ) Kubernetes Pods
When you created a Deployment in Module 2, Kubernetes created a Pod to host your application instance. A Pod is a Kubernetes abstraction that represents a group of one or more application containers (such as Docker), and some shar...
saymon.hashnode.dev8 min read