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

User story request: shared namespaces #9

Open
gizahNL opened this issue Mar 31, 2024 · 2 comments
Open

User story request: shared namespaces #9

gizahNL opened this issue Mar 31, 2024 · 2 comments

Comments

@gizahNL
Copy link

gizahNL commented Mar 31, 2024

As a user, I want containers to be able to share certain aspects of a namespace, i.e. to have multiple containers in the same network namespace, that's isolated from the host namespace.

I believe such a feature is needed for the pod concept of k8s & friends to function.

@dfr
Copy link
Collaborator

dfr commented Apr 1, 2024

As a user, I want containers to be able to share certain aspects of a namespace, i.e. to have multiple containers in the same network namespace, that's isolated from the host namespace.

I believe such a feature is needed for the pod concept of k8s & friends to function.

This is true and for podman and cri-o, I use jail nesting to let the containers in a pod share e.g. network namespaces.

@dfr
Copy link
Collaborator

dfr commented May 3, 2024

This is covered in my simple-jail proposal here which allows a container's config to request that its jail is a child of some other container jail.

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

No branches or pull requests

2 participants