Debug School

Ajimal PM
Ajimal PM

Posted on

Assignment 2 PODs

PODs are the atomic unit in Kubernetes cluster.
PODS cannot create, stop or restart.
As single POD has one more containers.
One container per POD is the recommended design.
Master node manages the PODs.
We can send Yaml files to create the containers in PODs.
KubeAPI accepts json files.

Top comments (0)