feat(kubernetes): add proxy-pod isolation topology - #3144
Open
drew wants to merge 4 commits into
Open
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 3, 2026 01:45
4ee9a55 to
9083078
Compare
4 tasks
drew
changed the base branch from
codex/1737-rfc12-supervisor-primitives
to
codex/docker-host-supervisor
September 3, 2026 01:46
drew
marked this pull request as ready for review
September 3, 2026 01:46
drew
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 3, 2026 01:46
This was referenced Sep 3, 2026
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 3, 2026 14:34
e5d257d to
db1070b
Compare
|
🌿 Preview your docs: https://nvidia-preview-pr-3144.docs.buildwithfern.com/openshell |
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 3, 2026 14:47
db1070b to
f17a633
Compare
|
Label |
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 5, 2026 16:08
f17a633 to
2fc442b
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
2 times, most recently
from
September 5, 2026 16:23
28f965f to
d39252f
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 5, 2026 16:28
d39252f to
f0fade9
Compare
Collaborator
Author
|
/ok to test |
10 similar comments
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 8, 2026 22:32
7fefbbc to
bb84471
Compare
5 tasks
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 8, 2026 22:40
bb84471 to
262d5e2
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 9, 2026 04:39
262d5e2 to
5121361
Compare
5 tasks
drew
removed this pull request from stack #3152
September 9, 2026 04:42
drew
added this pull request to stack #3231
September 9, 2026 04:42
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 9, 2026 04:53
5121361 to
bf11e1c
Compare
drew
force-pushed
the
codex/kubernetes-proxy-pod-isolation
branch
from
September 9, 2026 05:03
bf11e1c to
9cb3d55
Compare
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
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.
Summary
Add the Kubernetes proxy-pod implementation of RFC 0012. Each workload Pod runs
openshell-sandbox; a separate, least-privileged supervisor Deployment runsopenshell-supervisor. The driver creates a per-sandbox protected mTLS channel and installs the workload NetworkPolicy fence before releasing the workload.Related Issue
Part of #1737.
Changes
Testing
mise run pre-commitpassesChecklist
Review remediation
Stack