Debug School

Jijesh Janardanan
Jijesh Janardanan

Posted on

Assignment#2 – Day 2

What is Namespaces? Explain with Image
Image description

We can split the resources by creating namespaces.
We can have multiple namespaces.
The default namespace will be used if not specified

What is Pod? Explain with Image
Pod
Pod is a logical grouping of containers and it is instantiated by kubelet also it is the smallest unit of computing that can be created an managed in kubernete

What is ReplicaSets? Explain with Image

Its used to maintain a specific set of pods at any given point of time
What is Deployment? Explain with Image
A Deployment provides declarative updates for Pods and ReplicaSets.

Top comments (0)