Debug School

Anshuman Srivastava
Anshuman Srivastava

Posted on

Assignment - 2

What is Namespaces? Explain with Image

Namespace

What is Pod? Explain with Image
Pod is the atomic unit in kubernetes. It is always instantiated. It contains the container.

Image description

What is ReplicaSets? Explain with Image

ReplicaSets contains replica of a single pod. It can be scaled in and scaled out .

What is Deployment? Explain with Image

Deployment is a replicaSet, which have additional funcationality like versioning/rollout/rollin feature

Image description

Top comments (0)