sig-windows-dev-tools icon indicating copy to clipboard operation
sig-windows-dev-tools copied to clipboard

Host Process containers for CNIs

Open jayunit100 opened this issue 3 years ago • 6 comments
trafficstars

see https://github.com/kubernetes-sigs/sig-windows-tools/pull/239/files

And lets co-evolve to accomodate flannel and calico host-process CNIs.

  • calico: https://projectcalico.docs.tigera.io/getting-started/windows-calico/quickstart#install-calico-for-windows-using-hostprocess-containers

  • antrea: https://antrea.io/docs/v1.10.0/docs/windows/

some links for noobs that might help

 https://kubernetes.io/blog/2022/12/13/windows-host-process-containers-ga/
 https://kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/
 https://www.youtube.com/watch?v=vOo__3GqyxM
 Get-Service: how to see services running on the windows node (edited)

jayunit100 avatar Nov 01 '22 17:11 jayunit100

/good-first-issue

ping me, @knabben , @dougsland for help getting started

jayunit100 avatar Nov 01 '22 18:11 jayunit100

@jayunit100: This request has been marked as suitable for new contributors.

Guidelines

Please ensure that the issue body includes answers to the following questions:

  • Why are we solving this issue?
  • To address this issue, are there any code changes? If there are code changes, what needs to be done in the code and what places can the assignee treat as reference points?
  • Does this issue have zero to low barrier of entry?
  • How can the assignee reach out to you for help?

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-good-first-issue command.

In response to this:

/good-first-issue

ping me, @knabben , @dougsland for help getting started

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

k8s-ci-robot avatar Nov 01 '22 18:11 k8s-ci-robot

We should try and target the new out-of-tree windows-service-proxy / kube-proxy with this work too.

marosset avatar Jan 03 '23 17:01 marosset

This is supported in Antrea v1.10 as well: look for hostProcess in https://antrea.io/docs/v1.10.0/docs/windows/.

cc @jayunit100

antoninbas avatar Jan 04 '23 01:01 antoninbas

@antoninbas .. can we run OVS in the pod or that still has to be standalonE?

jayunit100 avatar Jan 04 '23 01:01 jayunit100

@antoninbas .. can we run OVS in the pod or that still has to be standalonE?

Wenying has commented on the Antrea Slack that OVS cannot be run as a container yet.

antoninbas avatar Jan 04 '23 01:01 antoninbas