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

Runtime should support networking #100

Open
3 tasks
xibz opened this issue Feb 7, 2019 · 1 comment
Open
3 tasks

Runtime should support networking #100

xibz opened this issue Feb 7, 2019 · 1 comment
Labels

Comments

@xibz
Copy link
Contributor

xibz commented Feb 7, 2019

  • runtime should support DNS config
  • runtime should support port mapping with host port and container port
  • runtime should support port mapping with only container port
@xibz xibz added this to the CRI milestone Feb 7, 2019
@xibz xibz added the area/cri label Feb 7, 2019
@xibz xibz removed this from the CRI milestone Feb 7, 2019
@sipsma
Copy link
Contributor

sipsma commented Sep 20, 2019

Some preliminary thoughts on this in relation to the CNI support being added to Firecracker-containerd:

The CNI support for Firecracker-containerd allows VMs as a whole to be spun up in a CNI-configured network namespace, so containers that want access to that CNI-configured network need to use their "host" netns (which is actually the Firecracker VM guest's netns).

For CRI-containerd specifically, one valid approach may be to specify that the "sandbox" container use the "host" netns, which will then result in all other containers in the pod using that same netns. This in theory should have an end effect of all containers in the pod have network access to the VM's CNI-configured network.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants