ota-community-edition icon indicating copy to clipboard operation
ota-community-edition copied to clipboard

What was this doing? ${KUBECTL} apply -f "https://cloud.weave.works/k8s/net?k8s-version=${version}"

Open mangodan2003 opened this issue 1 year ago • 1 comments

This repo seems to be abandoned, but I wonder if anybody by any chance knows what used to live at this URL, and what its purpose was?

mangodan2003 avatar Nov 17 '23 14:11 mangodan2003

Hi, it's used for implementing network policies. Network policies are networking rules in Kubernetes that will allow you to specify how the pod can communicate with other objects. Network policies are not mandatory to establish communication with pods. However, network policies will add one more layer of network security and help control traffic at Layers 3 and 4 (IP and ports). Network policies need a network plugin. More detailed info you can find here: https://github.com/containernetworking/cni https://www.weave.works/docs/net/latest/kubernetes/kube-addon/ https://kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/

monro11 avatar Nov 17 '23 15:11 monro11