Static Pods in Kubernetes
What are Pods?
In Kubernetes, a pod is the smallest and simplest unit in the cluster that can be created, scheduled, and managed. A pod represents a single instance of a running process in a cluster and can contain one or more containers.
Containers ...
omkaracharekar.hashnode.dev4 min read