Kubernetes Secrets Injector
Kubernetes
連携の仕組み
The Keeper Injector automatically injects secrets from Keeper Secrets Manager into your Kubernetes pods at runtime. It is a mutating admission webhook that adds a lightweight sidecar to annotated pods; the sidecar authenticates to Keeper, fetches the requested secrets and makes them available to your application by default on a memory-backed (tmpfs) volume that never touches etcd or disk.
情報 Kubernetes
Kubernetes is an open-source container orchestration platform that automates the deployment, scaling and management of containerized applications across distributed infrastructure.