Hi all,
I'm planning for blue/green deployment for my GKE clusters. What would be a better choice to deploy the clusters:
The cons I can think of for single VPC is that no VPC peering is required and less overhead.
Are there any other points I'm missing?
Any pointers is greatly appreciated.
Thanks.
Solved! Go to Solution.
From the security standpoint, it is always better to have separate VPCs. However, if your cluster is running within a single project/organization and there's only one team responsible for managing the network resources, then, it does not make sense to use separate VPCs, you would be just adding a grade of complexity to the implementation.
From the security standpoint, it is always better to have separate VPCs. However, if your cluster is running within a single project/organization and there's only one team responsible for managing the network resources, then, it does not make sense to use separate VPCs, you would be just adding a grade of complexity to the implementation.
Thanks for the input. As the cluster is managed by the same team, a single VPC would be the ideal route.
I would like to dig a little deeper on separating VPCs from security standpoint. Would you be so kind to elaborate on that?
Thanks.