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?
- Pod is a single instance of the running process
- Pod contains one or more container

2. Types of PODS?
Ans: There are two types of Pods β
- Single container pod
- Multi container pod
3. What POD contains?
- Pods contain shared networking and storage resources Network:
- Pods have unique IP addresses.
- Pod containers share the same network namespace, including IP address and network port.

4. Lifecycle of the POD?
Ans: Pod Initializing -> Running -> Ready -> Completed
