How to install Calico:

  1. Install the operator on your cluster:
kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.0/manifests/tigera-operator.yaml
  1. Download the custom resources necessary to configure Calico:
curl https://raw.githubusercontent.com/projectcalico/calico/v3.28.0/manifests/custom-resources.yaml -O
  1. Create the manifest to install Calico:
kubectl create -f custom-resources.yaml
  1. Verify Calico installation in your cluster.
watch kubectl get pods -n calico-system

You should see a result similar to the below:

NAMESPACE     NAME                READY   STATUS                  RESTARTS         AGE
kube-system   calico-node-txngh   1/1     Running                   0              54s

My site is free of ads and trackers. Was this post helpful to you? Why not BuyMeACoffee