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?
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 ?
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
I've watched this so many times. The best walkthrough of this topic (Terrraform + GKE + K8s) for me.
Thanks Alex, Very helpful
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?
Thank you for this video ! Very useful !
Great content! Thanks!
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 ?
Can you share how can we use custom network and shared network for the cluster. And assign cidr ranges to pods and services.
How to specify with the Kubernetes version?
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