eksctl create cluster -f eks.yamlApply the Calico manifests
kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/master/config/master/calico-operator.yaml kubectl apply -f https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/master/config/master/calico-crs.yamlWatch the calico-system DaemonSets
kubectl get daemonset calico-node -n calico-systemkubectl exec service-a-<id> -n staging -- nc -vz service-b 8080 kubectl get pods --show-labels kubectl exec service-a-<id> -n staging -- nc -vz service-c.production 8080