I started using Calico CNI v3.20.0 on eks cluster. I installed it using the following kubectl apply -f https://docs.projectcalico.org/manifests/calico-vxlan.yaml
All looks good except pods that are part of statefulset can't seem to resolve DNS properly I tried to use the workaround for Calico which is set hostNetwork: true
but this did not work for STS and did work for deployment though
anyone ran into this issue or knows how to fix it.
Thanks