What is Namespaces? Explain with Image
What is Pod? Explain with Image
Pod is the atomic unit in kubernetes. It is always instantiated. It contains the container.
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
Latest comments (0)