k8snetworkplumbingwg / ovs-cni

Open vSwitch CNI plugin
Apache License 2.0
224 stars 71 forks source link

Can I use k8s service with ovs-cni? #161

Closed mx-zheng closed 3 years ago

mx-zheng commented 3 years ago

Hi guys,

k8s service is based on the kube-proxy and iptables . I don't know whether service is available while ovs-cni is enable in K8s ?

apiVersion: v1 kind: Service metadata: name: myservice spec: selector: app: myapp ports: - protocol: TCP port: 80 targetPort: 80