This is super awesome!!! Anton, thank you for all you do.
@AntonPutra2 жыл бұрын
Glad you enjoy it!
@piyushdarji79262 жыл бұрын
Anton amazing content as always...i subscribed you since you have under 1000 subscriber :)
@AntonPutra2 жыл бұрын
Awesome, thank you!
@lalitkharat4640 Жыл бұрын
Superb Content👍👍
@AntonPutra Жыл бұрын
Thank you!
@fabiandirico7260 Жыл бұрын
Excelente!!! muchas gracias!
@AntonPutra Жыл бұрын
Thank you!
@ukr_devops Жыл бұрын
Brilliant content. Thank you, Anton
@AntonPutra Жыл бұрын
Thanks Serhii!
@DesmondMuyukha2 жыл бұрын
Thank you for the workload Identity part
@AntonPutra2 жыл бұрын
Welcome Desmond
@dor9612 жыл бұрын
Great video, very helpful! Would love to see how to deploy these deployments with helm using the terraform.
@AntonPutra2 жыл бұрын
Thanks!
@diegonayalazo2 ай бұрын
Thanks
@AntonPutra2 ай бұрын
my pleasure!
@qqwwqew2 жыл бұрын
Clear in-life usage explanation, thank you! Also, thank you for your position on Ukraine
@AntonPutra2 жыл бұрын
Thanks!
@technologytheoryhandson8632 жыл бұрын
Thank you for the great content...
@AntonPutra2 жыл бұрын
My pleasure!
@eslamali65167 ай бұрын
thank you
@AntonPutra7 ай бұрын
welcome, i'll refresh it soon
@eslamali65167 ай бұрын
@@AntonPutra 🙏
@annedatema9391 Жыл бұрын
Hi Anton, thank you for your very helpful video! Question: near the beginning you say "...create a VPC from scratch with Terraform, or you can plugin values from existing network". Is this a way to get Terraform control existing networks as well? And can you do the same with all/most infrastructure? I am trying to understand how one can get existing infra under control of Terraform. Greetings from Hollland!
@AntonPutra Жыл бұрын
You have 3 options. 1. Create infra (VPC) from scratch using Terraform 2. Import existing infra (VPC) with "terraform import ..." command. In that way the code will be the same 3. You can use "data" terraform resources to reference exiting infrastructure (such as VPC) and use "data.aws_vpc.main.id" instead of "resource.aws_vpc.main.id" when you need to reference in another resource. My advise would be to Import existing infra to Terraform or create from scratch
@annedatema9391 Жыл бұрын
@@AntonPutraThank you! I think beginning from scratch is best method for me. Because it is an easier learning curve than already trying to import into TF. Again, thank you for your help :)
@AntonPutra Жыл бұрын
@@annedatema9391 any time
@ShaiCohen-n3x11 ай бұрын
great video, thank you! do you happen to have a tutorial about GKE with Managed SSL Certificate?
@AntonPutra11 ай бұрын
thanks! unfortunately i don't
@Quadman48532 жыл бұрын
Thank you so much for your video, it really helped me with my infra. I have one question - you disabled http load balancing addon for cluster, but for google managed ssl certificate I need to enable it. Now I have probably two load balancers - one I just enabled and second one is nginx ingress. Do you see any potential problem with this setup ?
@AntonPutra2 жыл бұрын
Sorry for the late response, no you can have multiple load balancers. Will create soon tutorial for native gke load balancing with that addon
@Quadman48532 жыл бұрын
@@AntonPutra Thank you!
@neppalivasanthalakshmi8407 Жыл бұрын
Hi, Thanks for the video I am very new to terraform and gke. Could you please tell what are the roles and permissions required to create vpc subnetworks etc. Thank you
@AntonPutra Жыл бұрын
start with admin =)
@Deevg-f9e11 ай бұрын
Very informative. I tried to create a GKE Auto Pilot cluster with a shared VPC private network through terraform, assigned necessary GKE service account permissions, and make sure the control plane, node, ranges IP range and the location are aligned correctly as per the GCP GKE documentation. But stuck with this exception again and again, 'Error: Error waiting for creating GKE cluster: All cluster resources were brought up, but: only 0 nodes out of 1 have registered; cluster may be unhealthy.' Pls share if there is any suggestions to troubleshoot this error ??
@naniviaa2 жыл бұрын
thanks for the content!
@AntonPutra2 жыл бұрын
My pleasure!
@joaoferreira3179 Жыл бұрын
Hi, could you go into a bit more details on why you created two separate node pools?
@AntonPutra Жыл бұрын
one of them spot (can be terminated at any time by aws but cheaper) another one regular. If you app can resist restarts you can use spot or mixed group.
@sigma-yn3qd2 жыл бұрын
Bro thanks for the content
@AntonPutra2 жыл бұрын
No problem 👍
@mikhailsh89162 жыл бұрын
🤩
@AntonPutra2 жыл бұрын
welcome :)
@てん-n5y4e Жыл бұрын
I apply ingress. but 0/2 nodes are available: 1 Insufficient cpu, 1 node(s) had untolerated taint {instance_type: spot}. preemption: 0/2 nodes are available: 1 No preemption victims found for incoming pod, 1 Preemption is not helpful for scheduling. how to fix it?
@AntonPutra Жыл бұрын
Make sure that this node group does not have taints and increase the instance family - github.com/antonputra/tutorials/blob/main/lessons/108/terraform/8-node-pools.tf#L19
@AntonPutra Жыл бұрын
👉 How to Manage Secrets in Terraform - kzbin.info/www/bejne/aX-TpXqBrNt1mqM 👉 Terraform Tips & Tricks - kzbin.info/www/bejne/bYScZaKLid5lsJY 👉 ArgoCD Tutorial - kzbin.info/www/bejne/sHjRlZqafMZkisU