Get kubernetes cluster status

You can check the health of the API endpoints using a simple command:

kubectl get --raw='/readyz?verbose'
From within the cluster, you can use:
curl -k https://localhost:6443/livez?verbose