I can't leave a comment yet cause of rep so I'm just gonna answer with what I've found.
For minikube it looks like the CIDR can change, specifically for me it has. I found the CIDR under the .minikube directory at
.minikube\profiles\minikube
For windows you can find that at:
C:\Users\YourUserName\.minikube\profiles\minikube
For linux and mac I'd assume it would be under the ~/.minikube dir.
In the dir there should be a file called config.json which has a json object "KubernetesConfig": {} with the following field: ServiceCIDR. The value of that should be the CIDR for your services.
Unfortunately I have no other tips for kubectl to find the CIDR, maybe it's more of a provider thing and dependent on where/how you're running kubernetes.