You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: