The page has been translated by Gen AI.

Managing Kubernetes Secrets

Users can view secrets created in a namespace. Moreover, users can create and delete secrets.

Getting Started with Kubernetes Secret Management

To start managing Kubernetes secrets, follow these steps:

  1. Main page, click the Project card. It moves to the Project Dashboard page.
  2. In the left menu, click Build/Deploy > Kubernetes Secret Management. It moves to the Kubernetes Secret Management page.
ItemDescription
K8S ClusterSelect a K8S cluster from the list.
NamespaceSelect a namespace from the list. The secrets created in the selected namespace are retrieved.
Secret ListDisplays the list of secrets.
SearchSearch for secrets.
Detailed FilterUse detailed filters for detailed searches.
AddAdd secrets.
Table. Kubernetes Secret Management Screen Items

Adding Secrets

Note
The secrets that can be added in Kubernetes Secret Management are Docker Config Secrets, and other secrets cannot be added on this screen.
Docker Config Secret refers to a secret used to store Docker registry access credentials for an image.

To add a Kubernetes secret, follow these steps:

  1. On the Kubernetes Secret Management page, select a K8S Cluster.
  2. Select a Namespace.
  3. Click the Add button. The Add Secret popup window opens.
  4. In the Add Secret popup window, enter the information and click the Connection Test button.
  5. If the Connection Test is successful, click the Save button.
  6. In the confirmation popup window, click the Confirm button to complete the addition.
ItemDescription
K8S ClusterDisplays the K8S cluster where the secret will be created.
NamespaceDisplays the namespace where the secret will be created.
Image Repository URLSelect the image repository to use for the secret.
Secret NameEnter the secret name.
Authentication Information Selection
  • New authentication information: Enter new authentication information.
  • Saved authentication information: Select one of the previously used authentication information.
Table. Add Secret Input Items

Viewing Secret Details

To view secret details, follow these steps:

  1. On the Kubernetes Secret Management page, click the secret for which you want to view detailed information. The Secret Details popup window opens.
  2. In the Secret Details popup window, check the detailed information of the secret.

Deleting Secrets

To delete a secret, follow these steps:

  1. On the Kubernetes Secret Management page, select the checkbox of the secret you want to delete.
  2. Click the Delete button.
  3. In the confirmation popup window, click the Confirm button to complete the deletion.
Ingress/Service Management
Environment Variable Management