What is kubernetes pods with example commands

Kubernetes run PODS Atomic Unit of Work Scheduling is POD in kubernetes Pod get instansciated from Kubelet Pod contains one or more container e.g docker Pod get assignment of IP from kube proxy Worker may have one or multiple pods Pods is Scheduled to kubelet by Schedular Pods are EMPHERAL. Same POD can not be run. Similar pods you may get PODS is running state as long as “All Container” is running/succeded. Pods has state from PEDNING -> RUNNING -> … Continue reading What is kubernetes pods with example commands