How to Create a Google Kubernetes Engine (GKE) Cluster with Terraform

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

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

  • @CarloL525
    @CarloL525 4 ปีที่แล้ว +1

    I've watched this so many times. The best walkthrough of this topic (Terrraform + GKE + K8s) for me.

  • @imywr
    @imywr 4 ปีที่แล้ว

    Thanks Alex, Very helpful

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

    hi Alex, any idea of why when deploying this, and when deploying some apps from marketplace I can't see the monitoring metrics in minute 10:30 of cpu and memory in my workloads?

  • @nicolasbounoughaz6135
    @nicolasbounoughaz6135 4 ปีที่แล้ว

    Thank you for this video ! Very useful !

  • @yas7429
    @yas7429 4 ปีที่แล้ว

    Great content! Thanks!

  • @diliprathore1055
    @diliprathore1055 5 ปีที่แล้ว +3

    why did you copy the 'gcloud container cluster get-credentials...' command manually in order to connect to the cluster? Can't it be done using terraform itself ?

  • @nootajay
    @nootajay 4 ปีที่แล้ว

    Can you share how can we use custom network and shared network for the cluster. And assign cidr ranges to pods and services.

  • @boriphuthsaensukphattraka3397
    @boriphuthsaensukphattraka3397 4 ปีที่แล้ว

    How to specify with the Kubernetes version?

  • @santhoshakarotirajashekar1594
    @santhoshakarotirajashekar1594 4 ปีที่แล้ว

    Many thanks for the video.
    Is it possible to replace the contents in the manifest files below with the terrraform as well?
    $ kubectl apply -f deployment.yaml
    $ kubectl apply -f service.yaml
    $ kubectl apply -f ingress.yaml