Documentation Index
Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
Use this file to discover all available pages before exploring further.
Use the public endpoint to connect to the cluster from the internet and the private endpoint to connect from a Compute virtual machine.
From the internet
From a Compute VM
-
Generate a kubeconfig file:
nebius mk8s cluster get-credentials \
--id <cluster_ID> --external
-
Use kubectl:
Requirements to connect to a VM with private IP addressTo connect to a Managed Service for Kubernetes cluster from a Compute VM using a private IP address or another cluster using a private load balancer, both must be in the same region and subnet.
-
Generate a kubeconfig file:
nebius mk8s cluster get-credentials \
--id <cluster_ID> --internal
-
Use kubectl: