Few queries on GKE
- We have few
GKECLusters running onDefault VPC. Can we migrate these clusters to useSharedVPCor atleastCustom VPC? It seems existing clusters with default VPC mode cannot be changed toSharedVPC modelas per GCP documentation but can we convert toCustom VPCfromdefault VPC - How to migrate from
Custom VPCtoShared VPC? Is it creating a new Cluster from existing Cluster and selectSharedVPCin networking section for new cluster and then copy the Kubernetes resources to new Cluster? - Also looks like we cannot convert
publicGKE Cluster toprivatemode. Does this too requires creation of new Cluster to migrate fromPublictoPrivateGKE Cluster?


