Kubernetes secrets

Detailed information on the Kubernetes secret store component

开篇摘要

Kubernetes has a built-in secrets store which Dapr components can use to retrieve secrets from. No special configuration is needed to setup the Kubernetes secrets store, and you are able to retrieve secrets from the http://localhost:3500/v1.0/secrets/kubernetes/[my-secret] URL. See this guide on referencing secrets to retrieve and use the secret with Dapr components.

Related links

Last modified January 1, 0001