加载中
正在获取最新内容,请稍候...
正在获取最新内容,请稍候...
External Secrets Operator syncs secrets from external services like AWS Secrets Manager, Azure Key Vault, Google Secret Manager, and more, injecting them securely into Kubernetes as native Secrets.
External Secrets Operator (ESO) is a Kubernetes operator that reads secrets from external secret management systems and automatically injects them as Kubernetes Secrets.
Managing sensitive information like database credentials or API keys directly within Kubernetes manifests or manually syncing them from external vaults is insecure, cumbersome, and error-prone. This project automates the secure synchronization.
Automatically fetches secrets from various external providers.
Creates and updates native Kubernetes Secret objects based on external data.
Supports dynamic secret updates without requiring pod restarts.
External Secrets Operator is suitable for any scenario where sensitive data needs to be managed externally and consumed by applications running in Kubernetes.
Automatically inject database credentials stored in AWS Secrets Manager into Kubernetes Pods.
Eliminates hardcoding credentials in manifests and ensures credentials can be centrally rotated.
Sync API keys or service account credentials from HashiCorp Vault into Kubernetes for microservice access.
Standardizes secure distribution of access tokens to applications.
Provision TLS certificates stored in Azure Key Vault as Kubernetes TLS Secrets for ingress controllers.
Automates certificate lifecycle management within Kubernetes.
You might be interested in these projects
Xray-core is a powerful and flexible v2ray-core alternative, designed to penetrate network restrictions and provide secure, high-performance proxying. It's an open platform enabling diverse use cases from personal privacy to enterprise solutions.
Unsloth is an open-source library designed to significantly speed up Large Language Model (LLM) finetuning while drastically reducing memory usage, supporting models like Llama, Qwen, Gemma, DeepSeek, and TTS.
A comprehensive guide to writing clean, maintainable, and scalable JavaScript code based on best practices and software design principles.