# Calico — Kubernetes Networking and Network Security > A high-performance networking and network policy engine for Kubernetes that provides pod networking, network policy enforcement, and optional eBPF data plane for zero-overhead observability. ## Install Save in your project root: # Calico — Kubernetes Networking and Network Security ## Quick Use ```bash # Install Calico on a Kubernetes cluster kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.0/manifests/calico.yaml # Verify pods are running kubectl get pods -n kube-system -l k8s-app=calico-node # Apply a network policy kubectl apply -f - <