I'm running a tiny Microk8s cluster with dns and helm addons enabled. On it i run Redis, MySQL and a webserver. On the host system the following cURL request works no matter what, at every attempt:
curl 'https://www.google.dk' -vvv
If i tty into a pod and do the very same command, then on every 2nd/3rd attempt i get:
* Trying 216.58.206.67:443...
* Trying [2a00:1450:4001:801::2003]:443...
* Immediate connect fail for 2a00:1450:4001:801::2003: Network is unreachable
Any idea on what could be causing this?