πŸš€ DevOps Certified Professional
πŸ“… Starting: 1st of Every Month 🀝 +91 8409492687 | 🀝 +1 (469) 756-6329 πŸ” Contact@DevOpsSchool.com

Beginning For Pod

DevOps

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.


Get Started Now!

What is Pod ?

Pod is atomic unit of scheduling in the Kubernetes, It contains one or more containers.

Pods | Kubernetes Pods |- Cloud Training Program

Types Of Pods :

There are two methods in pods :

  1. loose coupling – Pod with one container

2. tight coupling – pod with multiple containers

What pod contains ?

Inside a Pod we can have one or more containers .

Understanding Kubernetes: Part 1-Pods – Goglides Tech blog

Life cycle of Pod :

There are three stages in life cycle of pod:

1.pending – when the pod is added newly

2.running – when the container execute without issues

3.succeeded/failed – when the container finishes its execution

6 Managing the lifecycle of the Pod's containers - Kubernetes in Action,  Second Edition MEAP V07