GKE
Google Kubernetes Engine
Introduction
...
Install
Cluster init
# Cluster basics
Name: your_cluster_name
Regional: your_region
# NODE POOLS
name: app-pool
Labels: tier=app
Taint: app_dedicated=true
# Networking
Enable authorized networks: true
Access using the control plane's external IP address: false
Authorized networks: Add an authorized network(internal)
Cluster networking: select your VPC and gke subnet.
Enable Private nodes: true
Cluster default Pod address range: 172.16.0.0/16
Service address range: 192.168.0.0/16
# Cluster add-on
pd-csi-driverGCP settings and Manager machine init
GCP settings
gke-manager init
Cluster component
Reference:
Last updated