All about GCP alias IP or use of secondary IP range (English)
Автор: Techie Zone
Загружено: 2022-03-12
Просмотров: 2566
Описание:
How do I assign an IP address to Alias?
What is an alias IP address?
What is secondary IP range in GCP?
What is a secondary subnet?
#Alias IP Range
#secondary IP Range
https://www.techiezone.online/file-share
https://www.techiezone.online/cloud-t...
Google Cloud alias IP ranges let you assign ranges of internal IP addresses as aliases to a virtual machine's (VM) network interfaces. This is useful if you have multiple services running on a VM and you want to assign each service a different IP address. Alias IP ranges also work with GKE Pods.
gcloud compute networks create test-vpc --project=techie-production --subnet-mode=custom --mtu=1460 --bgp-routing-mode=regional
gcloud compute networks subnets create test-subnet --project=techie-production --range=192.168.0.0/24 --network=test-vpc --region=us-east4 --secondary-range=ce=10.0.0.0/24,lix=10.9.0.0/24
gcloud compute instances create instance-1 --project=techie-production --zone=us-east4-c --machine-type=e2-medium -
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: