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:
- Main page, click the Project card. It moves to the Project Dashboard page.
- In the left menu, click Build/Deploy > Kubernetes Secret Management. It moves to the Kubernetes Secret Management page.
| Item | Description |
|---|---|
| K8S Cluster | Select a K8S cluster from the list. |
| Namespace | Select a namespace from the list. The secrets created in the selected namespace are retrieved. |
| Secret List | Displays the list of secrets. |
| Search | Search for secrets. |
| Detailed Filter | Use detailed filters for detailed searches. |
| Add | Add 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.
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:
- On the Kubernetes Secret Management page, select a K8S Cluster.
- Select a Namespace.
- Click the Add button. The Add Secret popup window opens.
- In the Add Secret popup window, enter the information and click the Connection Test button.
- If the Connection Test is successful, click the Save button.
- In the confirmation popup window, click the Confirm button to complete the addition.
| Item | Description |
|---|---|
| K8S Cluster | Displays the K8S cluster where the secret will be created. |
| Namespace | Displays the namespace where the secret will be created. |
| Image Repository URL | Select the image repository to use for the secret. |
| Secret Name | Enter the secret name. |
| Authentication Information Selection |
|
Table. Add Secret Input Items
Viewing Secret Details
To view secret details, follow these steps:
- On the Kubernetes Secret Management page, click the secret for which you want to view detailed information. The Secret Details popup window opens.
- In the Secret Details popup window, check the detailed information of the secret.
Deleting Secrets
To delete a secret, follow these steps:
- On the Kubernetes Secret Management page, select the checkbox of the secret you want to delete.
- Click the Delete button.
- In the confirmation popup window, click the Confirm button to complete the deletion.