Site icon Learning & Doing

VPC Networking Fundamentals

VPC

“VPC Networking Fundamentals”

Pengantar

Google Cloud Virtual Private Cloud (VPC) menyediakan fungsionalitas jaringan ke instance mesin virtual (VM) Compute Engine, container Kubernetes Engine, dan App Engine Flex. Dengan kata lain, tanpa jaringan VPC, Anda tidak dapat membuat instance VM, container, atau aplikasi App Engine. Oleh karena itu, setiap project Google Cloud memiliki jaringan default untuk Anda mulai.

Praktikum

Task 1. Explore the default network

View the routes

View the firewall rules

    default-allow-icmp
    default-allow-internal
    default-allow-rdp
    default-allow-ssh

Delete the default network

Try to create a VM instance

Task 2. Create a VPC network and VM instances

Create an auto mode VPC network with Firewall rules

Create a VM instance in us-central1

Create a VM instance in europe-west1

Task 3. Explore the connectivity for VM instances

Verify connectivity for the VM instances

ping -c 3 <Enter mynet-eu-vm's internal IP here>
ping -c 3 <Enter mynet-eu-vm's external IP here>

Task 4. Remove the allow-icmp firewall rules

ping -c 3 <Enter mynet-eu-vm's internal IP here>
ping -c 3 <Enter mynet-eu-vm's external IP here>

Task 5. Remove the allow-custom firewall rules

ping -c 3 <Enter mynet-eu-vm's internal IP here>

Task 6. Remove the allow-ssh firewall rules

Penutup

Sahabat Blog Learning & Doing demikianlah penjelasan mengenai VPC Networking Fundamentals. Semoga Bermanfaat . Sampai ketemu lagi di postingan berikut nya.

Exit mobile version