Quick Kubectl commands to check health of the cluster
kubectl --kubeconfig config_file.yml -n specific_label get ingress,svc,endpoints,pods -o wide
…
kubectl --kubeconfig config_file.yml -n specific_label get ingress,svc,endpoints,pods -o wide
…