Kubectl Use for interact with cluster, from read pods specification to create new resources. example kubectl get [resourceType|CRD] [name] kubectl describe [resourceName|CRD] [name] Kubens Use for...
YAML101
YAML stands for YAML Ain’t Markup Language. It is super set of JSON. Therefore every JSON can convert to YAML but not the way around. Feature #Map key : value #Nested map parent_key : child_ke...
Kubernetes101
Kubernetes☸️ Kubernetes or K8s is container orchestration tool. It provides many useful solution of scaling , service discovery, configuration and secret management and so on. Why we need Kuberete...