Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but wonβt spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.

what is pod?
pods can contain one or more containers such as docker containers.
containers always run on pods.
pods can have multiple containers.
Types of pods ?
Namely there are some types of pods:
1.Remote learning pod
2.Nanny share
3.Microschool
4.Hybrid pod
what pod contains?
-pods have multiple containers
-all containers in pod share the pod environment.
-pod will run as long as the container inside pod is running.
-pods are used in kubernetes.
-pods are atomic.

life cycle of a pod?
-pods are atomic
-when one pod is ready then the other pod is in pending state if the one pod is completed then the other pod will work we cant use the same pod but we can use the similar pod.