☁️ VPC Network
☁️ VPC Network — Simple Notes 1. What is a VPC? VPC (Virtual Private Cloud) is a virtual version of a physical network inside Google Cloud. Think of it like your company's private network in the cloud . It provides connectivity for: Compute Engine VM instances Google Kubernetes Engine (GKE) clusters App Engine Flexible Other Google Cloud services that use Compute Engine VMs Simple example: Google Cloud │ ┌────▼────┐ │ VPC │ └────┬────┘ ┌──────────┼──────────┐ ▼ ▼ ▼ VM VM GKE 2. VPC and Load Balancing VPC supports Google's internal networking and load-balancing systems. It can provide: Internal pass-through Network Load Balancers Internal proxy-based Application Load Balancers Connectivity for external load balancers to their backend services Think: Users │ ▼ External Load Balancer │ ▼ ...