Debug School

Ananthu PM
Ananthu PM

Posted on

Assignment#2 – Day 2

What is Namespaces? Explain with Image

Namespaces is a logical division in cluster

What is Pod? Explain with Image

Pod is atomic logical unit which contain containers.

What is ReplicaSets? Explain with Image

Replica-Sets create to overcome replication controller bugs, which help to create multiple instances of pod.

What is Deployment? Explain with Image

Deployment contain: replica, controller, rollout, rollback ,version , which use Replica Sets set for replica and controller
rollback , rollout, version for versioning and upgrade or downgrade the application in less time.
recreate and rollback are 2 rollback strategy and rollback is default

Image description

Top comments (0)