Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey there - would the below two commands help?
# Get server
echo $(kubectl config view | grep server | cut -f 2- -d ":" | tr -d " ")
# Get server token
echo $(kubectl describe secret $(kubectl get secrets | grep default | cut -f1 -d ' ') | grep -E '^token' | cut -f2 -d':' | tr -d '\t')
Just copy what shows in the terminal when you run those. May be applicable to you.
https://kubernetes.io/docs/tasks/administer-cluster/access-cluster-api/#without-kubectl-proxy
Hi John, thanks for your help.
I am using the OD <beta> kubernetes. I managed to enter on the console and when I run the kubectl config view, everything is empty…
I’m sorry but I don’t have too much experience with Kubernetes.
Thanks, David
This comment has been deleted