Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Download Kube Config

Download KubeConfig is a feature available in the Service Portal Cloudeka that is used to download Kubernetes configuration files. You can use these files to access the Kubernetes cluster via the command line or Kubernetes-compatible tools.

To download KubeConfig in the Service Portal Cloudeka, select the Dashboard menu in the Kubernetes module, then click the KubeConfig button.

Check the Downloads menu in your browser to access the downloaded KubeConfig file. KubeConfig files are configuration files that contain the information required to interact with a Kubernetes cluster, such as API server URLs, authentication credentials, and other information. This file is used by kubectl (a command-line tool for interacting with Kubernetes) to access and manage the cluster.

Last updated