How do I access the Kubernetes API if my cluster is private?
Private clusters have no public API endpoint, so you need a private path to reach the API server. CoreWeave supports two …
How do I download a kubeconfig file to access my cluster?
CKS generates a managed-auth kubeconfig when you create an API access token. Visit the Access Tokens dashboard in the Co …
How does authentication work for private clusters?
Self-service CKS provisioning creates public clusters by default. Private clusters are configured by CoreWeave Support a …
What is the difference between managed auth and unmanaged auth?
Managed auth uses CoreWeave-issued API access tokens against the managed-auth endpoint ( - CLUSTER-HASH .k8s. ZONE .core …
Where do I find my API access tokens in the Cloud Console?
API access tokens are managed on the Access Tokens dashboard in the CoreWeave Cloud Console. Tokens are user-scoped and …