I am running a Kubernethes cluster with many services, I am getting the IPv4 using the command:
kubectl get svc
But I need also IPv6, how to get it?
I am running a Kubernethes cluster with many services, I am getting the IPv4 using the command:
kubectl get svc
But I need also IPv6, how to get it?
IPv6 is currently not supported by Kubernetes.