检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Additionally, credentials are encrypted for storage to prevent leaks. Container Monitoring For Cloud Container Engine (CCE) container monitoring, the AOM collector (ICAgent) must run as a privileged container.
The password has been encrypted using Opaque.
YAML configuration example (password encrypted using Opaque): apiVersion: v1 kind: Secret metadata: name: es-secret-test namespace: default type: Opaque stringData: esURI: http://124.70.14.51:30920 # URI of Elasticsearch.
AK is used together with SK to obtain an encrypted signature for a request. SK: a secret access key used in conjunction with an AK to sign requests cryptographically. It identifies a request sender and prevents the request from being modified.
Additionally, credentials are encrypted for storage to prevent leaks.
YAML configuration example (password encrypted using Opaque): apiVersion: v1 kind: Secret metadata: name: redis-secret-test namespace: default # Must be the same as the namespace where Exporter is deployed. type: Opaque stringData: password: ********* # Redis password
YAML configuration example (password encrypted using Opaque): apiVersion: v1 kind: Secret metadata: name: mongodb-secret-test namespace: default type: Opaque stringData: datasource: "mongodb://{user}:{passwd}@{host1}:{port1},{host2}:{port2},{host3}:{port3}/admin" # Corresponding