The page has been translated by Gen AI.

Kubernetes Secret Management

Users can view secrets created in a namespace. In addition, they can create and delete secrets.

Getting Started with Kubernetes Secret

To start managing Kubernetes Secrets, follow the steps below.

  1. Main page, click the Project card. You will be taken to the Project Dashboard page.
  2. From the left menu, click the Build/Deploy > Kubernetes Secret Management menu. You will be taken to the Kubernetes Secret Management page.
    ItemExplanation
    K8S clusterSelect a K8S cluster from the list.
    namespaceSelect a namespace from the list. Secrets created in the selected namespace will be displayed.
    Secret ListDisplays the list of secrets.
    searchYou can search for secrets.
    Detailed filterYou can perform detailed searches by using the detailed filter.
    AddYou can add a secret.
    Table. Kubernetes Secret Management Screen Items

Add secret

Note
In Kubernetes Secret management, the only secret you can add is the Docker config secret, and other secrets cannot be added on the current screen.
Docker Config Secret is a secret used to store Docker registry credentials for an image.

Follow these steps to add a Kubernetes Secret.

  1. Select K8S Cluster on the Kubernetes Secret Management page.
  2. Select namespace.
  3. Click the Add button. The Add Secret popup opens.
  4. Add Secret Enter the information in the popup window and click the Connection Test button.
  5. If Connection Test succeeds, click the Save button.
  6. In the confirmation popup, click the Confirm button to complete the addition.
    ItemExplanation
    K8S clusterDisplays the K8S cluster where the secret will be created.
    NamespaceSpecifies the namespace where the secret will be created.
    Image repository URLSelect the image repository to use in Secret.
    Secret nameEnter the secret name.
    Select authentication information
    • Use new credentials: Enter new credentials.
    • Use saved credentials: Choose one of the previously used credentials.
    Table. Input fields for adding a secret

View Secret Details

To view the secret details, follow these steps.

  1. Kubernetes Secret Management On the page, click the secret whose details you want to view. Secret Details popup window opens.
  2. Secret Details View the secret’s detailed information in the popup window.

Delete secret

To delete the secret, follow these steps.

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