Google Cloud Command Line for Beginners | Creating VPC , Subnets ,VM using gcloud CLI

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • In this video, we will start learning towards Gcloud commands,
    We will create a Custom VPC , Subnet , firewall rule, virtual machine using Gcloud cli.
    Below are the commands i used in the video.
    gcloud compute networks list
    gcloud compute networks delete default --quiet
    gcloud compute networks create gcloud-vpc --subnet-mode=custom
    gcloud compute networks subnets create cli-subnet1 --network=gcloud-vpc --range=10.0.1.0/24 --region=us-central1
    gcloud compute firewall-rules create firewall-gcloud --direction=INGRESS --priority=1000 --network=gcloud-vpc --action=ALLOW --rules=tcp:22 --source-ranges=0.0.0.0/0
    gcloud compute instances create gcloud-vm --zone=us-central1-a --subnet=cli-subnet1
    You can join, telegram group for more quick updates:
    t.me/devopswit...

ความคิดเห็น • 5

  • @Kevin_Knights
    @Kevin_Knights 5 หลายเดือนก่อน

    Nice explanation, it helped me a lot! Thanks

    • @i27academy
      @i27academy  5 หลายเดือนก่อน

      Glad it helped!

  • @santoshabhyankar8254
    @santoshabhyankar8254 2 ปีที่แล้ว

    very clear explaination !! Thanks for making the video.

  • @vipinchaudhari6911
    @vipinchaudhari6911 3 ปีที่แล้ว +1

    Nice Explanation... Thanks

    • @i27academy
      @i27academy  3 ปีที่แล้ว

      Thanks for watching Vipin