
Ultimate access to all questions.
As a cloud engineer in an app development startup using Kubernetes on GKE, you're faced with a challenge. Several applications are deployed on separate VPC-native Google Kubernetes Engine clusters within the same subnet, which has no more available IPs. What solution ensures these clusters can expand their nodes when necessary?
A
Expand the CIDR range of the relevant subnet for the cluster.
B
Add an alias IP range to the subnet used by the GKE clusters.
C
Create a new subnet in the same region as the subnet being used.
D
Create a new VPC, and set up VPC peering with the existing VPC.