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

feat: Split State server with Webhook #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

samuel-form3
Copy link
Contributor

In some deployment models, we might need to deploy the webhook in the host network. E.g. EKS with tunneling networking where the Control Plane cannot communicate with pods through the pod network.

To facilitate this behavior we'd want to deploy only the webhook in the host network and keep the state grpc server running on the Pod network.

This changeset aims to separate those two components into two different deployables, the state and webhook deployments.
We're changing the chart to accomodate these changes.

@samuel-form3 samuel-form3 requested a review from a team as a code owner January 30, 2025 15:19
In some deployment models, we might need to deploy the webhook in the
host network. E.g. EKS with tunneling networking where the Control Plane
cannot communicate with pods through the pod network.

To facilitate this behavior we'd want to deploy only the webhook in the
host network and keep the state grpc server running on the Pod network.

This changeset aims to separate those two components into two different
deployables, the state and webhook deployments.
We're changing the chart to accomodate these changes.

Signed-off-by: Samuel Torres <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants