Fundamental Kubernetes Concepts and Resources: Pods - PART1
What is a POD:
A pod is a group of one or more closely related containers that will always run together on the same worker node and in the same Linux namespace(s).
Each Pod is like a separate logical machine with its own IP address, Host, processes...
samad-nhaila.hashnode.dev4 min read