Chapter 2: Designing, Planning, and Prototyping a GCP Network
In this chapter, you will learn how to design, plan, and prototype a Google Cloud Platform (GCP) network. The chapter is divided into four parts.
First, we will describe the main strategies for failover and disaster recovery (DR) that you should use when designing your network in GCP. Next, we will focus on how you should design your virtual private cloud (VPC) in terms of Internet Protocol (IP) ranges for subnets, routing, and interconnections with other VPCs. Moreover, this section will describe how to design security in your VPC.
We will also describe how you should design the interconnection between your on-premises and VPC networks. You will discover all the GCP interconnection options, and you will learn how to prototype highly available interconnection solutions.
The last section describes how to design, plan, and secure the Google Kubernetes Engine (GKE) network to support Kubernetes Pods and Services for...