Debug School

Arun Basu
Arun Basu

Posted on

Assignment#2!

What is Namespaces? Explain with Image

In Kubernetes, namespaces provides a mechanism for isolating groups of resources within a single cluster.

Image description

What is Pod? Explain with Image

A pod is the smallest execution unit in Kubernetes.

Image description

What is ReplicaSets? Explain with Image

A ReplicaSet ensures that a specified number of pod replicas are running at any given time.

Image description

What is Deployment? Explain with Image

A Deployment manages a set of Pods to run an application workload,

Image description

Top comments (0)