Steps to Register Cluster

The user can register a cluster by clicking at the top right + icon.

Configure the cluster by providing the following details:

Field NameDescription
TypeSelect type of cluster to be registered, i.e. kubernetes.
NameProvide a unique name of cluster to be registered.
Ingress URLProvide ingress URl with accurate server host and port details.
Upload Certificate as

The user has an option to upload a valid cluster configuration file having certificate data (like certificate-authority-data, server, client-certificate-data, client-key-data) definition.

Else, upload configuration and certificates separately.

These are further explained below:

Config with embedded certificate: The user can upload K8 config files with all the certificates embedded in a single zip file.

Upload Config (zip): Kubernetes configuration zip file with all the certificates embedded.

Upload certificate files: The user can upload configuration and certificates separately.

Provide the API Server URL.

Upload the below files:

- Authority Certificate: Upload the API server client authority certificate.

- Client Certificate: Upload the client certificate for API server authentication.

- Client Key: Upload the client key for server API authentication.

The user can TEST the cluster configuration and SAVE.

Upon successful registration, the registered cluster will get added to the listing page.

Top