Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Support for API Server sidecar in Karmada Operator #6138

Open
2 of 4 tasks
RainbowMango opened this issue Feb 19, 2025 · 1 comment
Open
2 of 4 tasks

[Feature] Support for API Server sidecar in Karmada Operator #6138

RainbowMango opened this issue Feb 19, 2025 · 1 comment

Comments

@RainbowMango
Copy link
Member

Background
Encryption of confidential data at rest in Kubernetes is very crucial for ensuring a strong security posture. To enable that, Kubernetes supports a few options for configuring encryption at rest. Given that using a KMS-based encryption provider ensures a very robust security posture as compared to the other options, it's a great choice in an environment where integration with such a system is possible. When using a KMS-based provider, a KMS plugin is required to enable the integration. For instance, this is the plugin to bridge the integration for the AWS KMS offering. Once set up, the API server communicates to the plugin over a UNIX domain socket using gRPC. For that to work, when the API server is deployed as a pod as is the case when provisioned by the Karmada operator, the plugin has to run as a sidecar of the API server container.

Proposal

Author:

Iteration Tasks

@RainbowMango
Copy link
Member Author

Just created this to track the related tasks for this feature. @jabellard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Planned In Release 1.13
Development

No branches or pull requests

1 participant