/version
: purview the version of the API/metrics
& /healthz
: monitor health for the cluster/log
: integrate with logging
curl http://locahost:6333 -k --key admin.key --cert admin.crt --cacert ca.crt
kubectl proxy
(at pot 8001)-> this will use the client certifcate in the kubeconfig file
curl http://locahost:6333/apis -k | grep "name"