The easiest way of getting the CIDR of a Kubernetes cluster is with the following command.
kubectl cluster-info dump | grep -m 1 cluster-cidr
The easiest way of getting the CIDR of a Kubernetes cluster is with the following command.
kubectl cluster-info dump | grep -m 1 cluster-cidr