Mesher
Perform the following steps to create a secret named mesher-secret. Before creating a secret, you need to:
- Obtain the AK/SK. For details, see Obtaining the AK/SK and Project Name.
- Perform Base64 encoding on the obtained AK/SK.
You can directly run the echo -n 'content to be encoded' | base64 command. The following is an example:
root@ubuntu:~# echo -n '3306' | base64 MzMwNg==
In the preceding example, 3306 is the content to be encoded.
Procedure
- Log in to ServiceStage.
- Add a secret. For details, see Managing Secrets.
- Select Visualization for Creation Mode.
- Enter mesher-secret in Name.
- Cluster: Select the cluster where the application is deployed.
- Namespace: Select the namespace where the application is deployed.
- Select Opaque for Secret Type.
- Set Secret Data according to the following table.
Table 1 Secret data Key
Value
cse_credentials_accessKey
Base64-encoded AK.
cse_credentials_secretKey
Base64-encoded SK.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot