configmaps in Kubernetes Pods
We can create config map in two ways Imperative way Declarative way vim my-cm1.txt port=3000token=hello You Can set alies as … Read more
We can create config map in two ways Imperative way Declarative way vim my-cm1.txt port=3000token=hello You Can set alies as … Read more
Agenda Variables Specifications Init Container Services Controllers Environment Label If we need to Run Application _ Database (App + DB), … Read more
To get all details root@ip-172-31-7-171:~# kubectl get all To check pods $ kubectl get pods –all-namespaces To check API Version … Read more