Kubernetes- Pods, Replication Controller, ReplicaSet, Deployment, Services, Namespaces
Create a pod using a YAML-based configuration file
Kubernetes takes YAML file as input for the creation of objects such as Pods, Replicas, Deployment, Services etc.
In YAML configuration file four fields are mandatory :
apiVersion: version of Kubern...
anjalitechy.hashnode.dev9 min read