Deployment in kubernetes ipv6 cluster

Hi,

Earlier I used helm charts to deploy rasa on my eks ipv4 cluster, it works fine but when I tried to deploy on the ipv6 the liveness probe and readiness probe are failing. Also tried to hit one pod IP from another pod and it says connection refused (502). I also find out later on that ipv6 does not work with classic load balancer (AWS) that helm charts creates while service creation. So I tried to create ALB and tried to connect pods through ALB but that does not work either. Can you guys guide me what exactly I am missing here.

1 Like