Kubernetes Pods

Pod resources are the smallest components in the cluster eco-system that can be deployed. A pod is an abstract way to define a group of containers (ie Docker) with shared storage/network that shares the same namespace and acts together as “one unit”. The contents of pods are tightly coupled and are always co-located and co-scheduled […]