- Give full permission to default account
kubectl create clusterrolebinding default-admin --clusterrole cluster-admin --serviceaccount=default:default -n default
-
Obtain Host IP Look for the API URL that is accessible from the internet
-
Obtain Certificate
kubectl get secret -o yaml
Look for the field “ca.crt” and copy the value
- Obtain Token
Look for the field “token” and copy the value