🎉 Best tutorial, everything works.. tried with latest version of all images, libraries and packages used. Don't forget to run `terraform destroy` after completing.
thank you, just noticed your comment.. you need to update this line - github.com/antonputra/tutorials/blob/main/lessons/177/terraform/6-node-groups.tf#L7 and set it to "Regular" here is official docs for that resource - registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster_node_pool#priority
Amazing tutorial, full of value - I'm genuinely impressed this is free on the internet, so thanks a lot. A quick question: If I run a basic .NET 8 web app, do I need to configure it to run on HTTPS before I can use the cert-manager thing on it? I currently get status code 502 when I try to access the ingress, which calls the service which calls my pod. Cheers!
Or should I start the 4-example from scratch directly with my app in the deployment (aka I do not start with the echo-server and then to change with my app).
@@AntonPutraI tried it both from scratch (directly with my image, not the echo-server), but it doesn't work - I still get the 502 when I try to access my app over HTTPS...
God bless you more brother. This tutorial is excellent for all beginners like me. If possible, can you also create a video for terragrunt Azure version with AKS cluster :)
Привет, подскажи пожалуйста. я добавил в твой код aks .tf следующее key_vault_secrets_provider { secret_rotation_enabled = true } как я понял Надстройка создает управляемое удостоверение. как я могу получить object_id этого удостоверения (managed indentity), чтобы добавить к azurerm_key_vault access_policy { tenant_id = data.azurerm_client_config.current.tenant_id object_id = тут этот object_id key_permissions = [ "Get", ] secret_permissions = [ "Get", ] storage_permissions = [ "Get", ] } просто по умолчанию этот managed indentity не имеет доступ к azurer_key_vault. Я конечно могу вручную дать доступ и все работает, но хотелось бы через terraform Помоги пожалуйста)@@AntonPutra
Привет, подскажи пожалуйста. я добавил в твой код aks следующее key_vault_secrets_provider secret_rotation_enabled = true как я понял Надстройка создает управляемое удостоверение. как я могу получить object_id этого удостоверения (managed indentity), чтобы добавить к azurerm_key_vault , access_policy просто по умолчанию этот managed indentity не имеет доступ к azurer_key_vault. Я конечно могу вручную дать доступ и все работает, но хотелось бы через terraform Помоги пожалуйста) @@AntonPutra
@@AntonPutra Привет. Подскажи пожалуйста. Как получить айдентиту которую azure создает автоматически в терраформ? Я, получается, добавил в aks файл аддон на key_vault_secrets_provider У меня создалась Managed Identity, но она какая то фантомная, я не могу найти ее objectId, чтобы дать ей доступ Get к Azure KeyVault
То есть я могу зайти на портал, найти objectId этой Айдентити и дать досутп в ручную. Но я подумал может быть есть способ через terraform. В интренетах ничего нет на эту тему
First of all, you need to learn the basics, such as networking, Linux, etc., and then just keep up to date with current technologies. I know that you guys have hundreds of different JavaScript frameworks as well :)
Thanks Anton, very informative and to the point and your teaching style is fantastic. Have you considered doing Udemy courses? If you already have some, could you point me to where? If not, you really should man, you’re awesome.
Anton, how important is setting up vNets/VPCs? Can you work without them i.e at a startup, or would this result in a lot of 'technical debt' following on?
🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
all your tutorials are truly amazing , no exception.
Thanks montpellier!
I agree
Incredible work as always. Keep it up!
Thanks Mohammad!
🎉 Best tutorial, everything works..
tried with latest version of all images, libraries and packages used.
Don't forget to run `terraform destroy` after completing.
You make look so easy Anton.
🥰
thank you, man!
you really are on a different level!
keep up the good work!
❤️
thank you, man!!! you make it so simple to easy understand. Keep it up man!!
thanks!!
Спасибо Антон было очень интересно!
pojalusta!
thank you Sensei :)
Without @Anton Azure will become bankrupt 😂
😂
🤣🤣🤣🤣🤣
Hello, nice tutorial bro. A question: How if we don't want to use spot instances and not free tier as well? What should we add/remove on the script?
thank you, just noticed your comment.. you need to update this line - github.com/antonputra/tutorials/blob/main/lessons/177/terraform/6-node-groups.tf#L7
and set it to "Regular"
here is official docs for that resource - registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster_node_pool#priority
Thank you Sensei.
Thanks, Diego! :)
Like the way you explain concept in Azure by compare with AWS, thank you so much. Please make more video about Azure and Azure IOT if can 🎉❤
Thanks! I will in the future!
Hi! You should use the timecode stamps to easily break the sections in the progress bar.
noted, i use in most videos but probably forgot to include them here
Amazing tutorial, full of value - I'm genuinely impressed this is free on the internet, so thanks a lot. A quick question: If I run a basic .NET 8 web app, do I need to configure it to run on HTTPS before I can use the cert-manager thing on it? I currently get status code 502 when I try to access the ingress, which calls the service which calls my pod. Cheers!
Thank you! No you just need to use plain HTTP protocol, ingress will terminate TLS and route HTTP to your app.
Or should I start the 4-example from scratch directly with my app in the deployment (aka I do not start with the echo-server and then to change with my app).
@@testchannel4695 yes, but you still need this - github.com/antonputra/tutorials/blob/main/lessons/177/terraform/8-cert-manager.tf
@@AntonPutraI tried it both from scratch (directly with my image, not the echo-server), but it doesn't work - I still get the 502 when I try to access my app over HTTPS...
God bless you more brother. This tutorial is excellent for all beginners like me. If possible, can you also create a video for terragrunt Azure version with AKS cluster :)
Thank you! I'll think about it
Лучший туториал евер
spasibo :)
Привет, подскажи пожалуйста.
я добавил в твой код aks .tf следующее
key_vault_secrets_provider {
secret_rotation_enabled = true
}
как я понял Надстройка создает управляемое удостоверение.
как я могу получить object_id этого удостоверения (managed indentity), чтобы добавить к azurerm_key_vault
access_policy {
tenant_id = data.azurerm_client_config.current.tenant_id
object_id = тут этот object_id
key_permissions = [
"Get",
]
secret_permissions = [
"Get",
]
storage_permissions = [
"Get",
]
}
просто по умолчанию этот managed indentity не имеет доступ к azurer_key_vault. Я конечно могу вручную дать доступ и все работает, но хотелось бы через terraform
Помоги пожалуйста)@@AntonPutra
Привет, подскажи пожалуйста.
я добавил в твой код aks следующее
key_vault_secrets_provider
secret_rotation_enabled = true
как я понял Надстройка создает управляемое удостоверение.
как я могу получить object_id этого удостоверения (managed indentity), чтобы добавить к azurerm_key_vault , access_policy
просто по умолчанию этот managed indentity не имеет доступ к azurer_key_vault. Я конечно могу вручную дать доступ и все работает, но хотелось бы через terraform
Помоги пожалуйста)
@@AntonPutra
@@AntonPutra
Привет. Подскажи пожалуйста.
Как получить айдентиту которую azure создает автоматически в терраформ?
Я, получается, добавил в aks файл аддон на key_vault_secrets_provider
У меня создалась Managed Identity, но она какая то фантомная, я не могу найти ее objectId, чтобы дать ей доступ Get к Azure KeyVault
То есть я могу зайти на портал, найти objectId этой Айдентити и дать досутп в ручную. Но я подумал может быть есть способ через terraform. В интренетах ничего нет на эту тему
How did you do this, everytime you put something i learn something nee from it. Thanks and keep doing this🎉
❤️
Anton, how did you become such smart DevOps? I heard it's hell hard. Can you compare this skill to frontend skill? What is harder?
First of all, you need to learn the basics, such as networking, Linux, etc., and then just keep up to date with current technologies. I know that you guys have hundreds of different JavaScript frameworks as well :)
Thanks Anton, very informative and to the point and your teaching style is fantastic. Have you considered doing Udemy courses? If you already have some, could you point me to where? If not, you really should man, you’re awesome.
Thank you! Not yet, still have a full time job.
Anton, how important is setting up vNets/VPCs? Can you work without them i.e at a startup, or would this result in a lot of 'technical debt' following on?
well unless you fully use serverless functions, you need to setup vnet yourself. it's not very complicated.
👏👏👏👏
Lets encrypt is safe to use in production?
yes, i've been using letsencrypt for the last 3 years
❤
🥰
good job sir!
when I did the example 3, it returned "Error code explanation: 404 - Nothing matches the given URI.". Do I need to add anything? please help
sorry, it's too generic. Make sure that load balancer is created and ingress is properly configured
How to enable virtual node in this code