Must Keep these Kubernetes Commands handy
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
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
Issue Exposed service or pods as NodePort and LoadBalancer as-well but application is not accessible on web/external Common mistakes Trying … Read more
Below are Control Plane – Master Node Configuration files kube-apiserver.yaml kube-controller-manager.yaml kube-scheduler.yaml etcd.yaml admin.conf scheduler.conf controller-manager.conf Directory /etc/kubernetes/manifests /etc/kubernetes /etc/kubernetes/pki … Read more