11 lines
303 B
Markdown
11 lines
303 B
Markdown
# Calico CNI
|
|
|
|
Calico implements the inter-pod overlay network
|
|
|
|
```
|
|
curl https://projectcalico.docs.tigera.io/manifests/tigera-operator.yaml -O
|
|
curl https://projectcalico.docs.tigera.io/manifests/custom-resources.yaml -O
|
|
kubectl apply -f custom-resources.yaml
|
|
kubectl replace -f tigera-operator.yaml
|
|
```
|