CNI
Everything on SkillVeris tagged CNI — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is a Kubernetes NetworkPolicy?
A Kubernetes NetworkPolicy is a namespaced resource that controls which pods may communicate with which other pods (and external endpoints) by defining ingress…
Kubernetes NetworkPolicies vs Cloud Security Groups: What is the Difference?
Kubernetes NetworkPolicies control pod-to-pod traffic inside a cluster by matching pod labels and namespaces at the CNI plugin layer, while cloud security grou…