What is Namespaces? Explain with Image
In Kubernetes, namespaces provides a mechanism for isolating groups of resources within a single cluster.
What is Pod? Explain with Image
A pod is the smallest execution unit in Kubernetes.
What is ReplicaSets? Explain with Image
A ReplicaSet ensures that a specified number of pod replicas are running at any given time.
What is Deployment? Explain with Image
A Deployment manages a set of Pods to run an application workload,
Top comments (0)