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.
- Main page, click the Project card. You will be taken to the Project Dashboard page.
- From the left menu, click the Build/Deploy > Kubernetes Secret Management menu. You will be taken to the Kubernetes Secret Management page.
Item Explanation K8S cluster Select a K8S cluster from the list. namespace Select a namespace from the list. Secrets created in the selected namespace will be displayed. Secret List Displays the list of secrets. search You can search for secrets. Detailed filter You can perform detailed searches by using the detailed filter. Add You 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.
Docker Config Secret is a secret used to store Docker registry credentials for an image.
Follow these steps to add a Kubernetes Secret.
- Select K8S Cluster on the Kubernetes Secret Management page.
- Select namespace.
- Click the Add button. The Add Secret popup opens.
- Add Secret Enter the information in the popup window and click the Connection Test button.
- If Connection Test succeeds, click the Save button.
- In the confirmation popup, click the Confirm button to complete the addition.
Item Explanation K8S cluster Displays the K8S cluster where the secret will be created. Namespace Specifies the namespace where the secret will be created. Image repository URL Select the image repository to use in Secret. Secret name Enter 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.
- Kubernetes Secret Management On the page, click the secret whose details you want to view. Secret Details popup window opens.
- Secret Details View the secret’s detailed information in the popup window.
Delete secret
To delete the secret, follow these steps.
- Kubernetes Secret Management On the page, select the checkbox of the secret you want to delete.
- Click the Delete button.
- In the confirmation popup, click the Confirm button to complete the deletion.