egress: xDS Part 1 - Outbox for Egress policy - #29
Draft
keithmattix wants to merge 8 commits into
Draft
Conversation
Build and publish versioned container images and kubectl-ate binaries for tagged releases. Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Keep the vanilla Kubernetes packaging, configurable resource names, actor lock heartbeat, PostgreSQL Helm E2E coverage, and release updates while omitting the removed ateapi JWT client mode. Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Pin the tested agentgateway release, route ingress and egress through its policies, and keep Helm, manifests, and live E2E fixtures consistent with the deployed dataplane. Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
We aim to utilize the same pattern powering worker watches to power watches for effective egress policy. Within every egress policy transaction, we will also update an outbox table with the atespace + actor name that was modified. At a regular poll interval (50ms?), ateapi will use this outbox table to reduce the number/size of xDS pushes to PEPs; we won't need to send resources that haven't changed. Signed-off-by: Keith Mattix II <keithmattix2@gmail.com>
keithmattix
force-pushed
the
egress/outbox-for-xds
branch
from
September 2, 2026 14:27
cb4f0a7 to
042414e
Compare
EItanya
force-pushed
the
main
branch
3 times, most recently
from
September 2, 2026 17:46
07b8a46 to
243ec3e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part one of what could/would be a stacked PR for xDS egress policy. We generalize the outbox concept used for worker watches to also be used for actor egress policy. This table will be used to intersect with the actor policies being requested by all the egress PEPs connected to this ate-api instance, preventing unnecessary pushes and queries.