Azure RBAC for AKS Authorization
10:50
Пікірлер
@pervaizahmad2691
@pervaizahmad2691 4 күн бұрын
How can i implement the secret rotation policy on AKS?
@SP-qe2cr
@SP-qe2cr 5 күн бұрын
Why are you using bash when 90% of us use powershell brother ?
@hjorkera
@hjorkera 12 күн бұрын
Love your work man!
@kajalarora335
@kajalarora335 13 күн бұрын
Thanks for sharing the detailed steps. I followed your video to add headers in app gateway but it's not showing up in the network tab.
@admnaidu7040
@admnaidu7040 17 күн бұрын
Super 😊❤
@evolagenda
@evolagenda 23 күн бұрын
First minute is actually wrong. Azure subnet route tables are automatically populated with systems routes, one of which is "Internet" "If you don't override Azure's default routes, Azure routes traffic for any address not specified by an address range within a virtual network to the Internet. There's one exception to this routing. If the destination address is for one of Azure's services, Azure routes the traffic directly to the service over Azure's backbone network" So traffic to internet destine for azure owned prefixes never leaves the az backbone. The service endpoints introduced an "optimized" route to reach azure services without having it traverse the traditional egress route to the internet. Ultimately this was introduced because people couldn't get their head around the fact that the traffic just didn't leave azure.
@naturevibezz
@naturevibezz 26 күн бұрын
how to preserve the client ip with X-forwarding in App gateway?
@kayoutube690
@kayoutube690 27 күн бұрын
This ssl is also recommended in prod?
@user-gg9bh9cz4r
@user-gg9bh9cz4r 29 күн бұрын
Thank you sir. Very informative. Any suggestion how to rewrite the requests coming to AppGW containing some path, i.e. `/api/gen_2/service_endpoint` to remove the `/api/gen_2` part ?
@abhijeettanawade7504
@abhijeettanawade7504 Ай бұрын
Can we use azure vault to store certificate and use it with aks ingress for ssl termination?
@techno3122
@techno3122 Ай бұрын
Hi, just to say thank you for your videos, it's been great with learning, however none of your github links are working anymore and this is quite limiting in my learnings, can you update your links and provide them again?
@shivprasadgurjar487
@shivprasadgurjar487 Ай бұрын
good explanation. i am looking someone who can teach me complete aks with devops pipeline
@vinaykumarpandey1006
@vinaykumarpandey1006 Ай бұрын
i have done this but having errors as 1-Cannot find an open port. 2-No subscription found in the context. Please ensure that the credentials you provided are authorized to access an Azure subscription, then run Connect-AzAccount to login. 3- As warning - Port 8400 is taken with exception 'A socket operation encountered a dead network'; trying to connect to the next port. can you please support ?
@eric22flat
@eric22flat 2 ай бұрын
Great video, much better than non-existent MS implementation guide for this product, I have 2 questions: 1. Are you aware of any method of putting backend server into maintenance mode for example when patching? It would be going up and down when patching so I don't want any connections going to that server. Looks like the only way now is just to remove it from the backend pool 2. Custom health probe for https. Looks like the only way to make it working is to use the FQDN of the load balancer as the host name. It's a bit counter intuitive to ask the load balancer how to find the backend servers but it works. Are you aware of any MS article explaining this?
@user-eu5no3mx3o
@user-eu5no3mx3o 2 ай бұрын
Very nicely explained @shailender. Also, consider "Free automated SSL certificates in Azure Key Vault with ACME Certbot" for better life-cycle management.
@bluesque9687
@bluesque9687 2 ай бұрын
Watch at 1.5x The content is good.
@takkerutube
@takkerutube 2 ай бұрын
Simple, clear and precise explanation. Thanks for the Great video!
@nagendra3254
@nagendra3254 2 ай бұрын
Beautiful
@maheshtorane7977
@maheshtorane7977 2 ай бұрын
Hi Shailender, very good video and detail explanation. thanks for the session. i have one question instead of port forwarding to localhost i want access grafana and Prometheus using url. can you help me for this how can i setup this.
@praveen_1805
@praveen_1805 2 ай бұрын
Wanted to know if we can achieve the same deployment to aks via creating a seperate release pipeline?? What would be the difference between this and with two diff ci and cd release pipeline? Which is used in companies?
@rajeshe9885
@rajeshe9885 3 ай бұрын
i am planning to connect multiple instance to central keyvault in your demo you are added vm scaleset instead of that can i use azure service principal id or userAssignedIdentityID if yes can you please provide those steps
@shivprasadgurjar487
@shivprasadgurjar487 3 ай бұрын
Good video. This pod is created just to check the secret right, for another application pods we dont need to do anything right. It will get connected with password?
@vinaykumarpandey1006
@vinaykumarpandey1006 3 ай бұрын
Very good
@jigneshvyas3105
@jigneshvyas3105 3 ай бұрын
Thank you very much. Can we add secure flag to cookies generated by app server. Because the app server is not configured to set the cookies with secure flag.
@TwinBrothers88
@TwinBrothers88 3 ай бұрын
Very nice bro
@glebfadeev9782
@glebfadeev9782 3 ай бұрын
Nice
@naturevibezz
@naturevibezz 3 ай бұрын
Can we preserve client IP address in Azure firewall?
@shailenderchoudhary1988
@shailenderchoudhary1988 3 ай бұрын
No, Azure Firewall itself doesn't offer a way to preserve the original client IP address as it performs Network Address Translation (NAT) by default.
@naturevibezz
@naturevibezz 3 ай бұрын
@@shailenderchoudhary1988 is there any way to export Azure application gateway logs to some other third party monitoring tool?
@awsservices8144
@awsservices8144 3 ай бұрын
hi can you tell me how to do with Kubernetes manifest also.According to my understanding we can also use Azure Insights and from there we can install Prometeous and grafana right. From there how to analyse the Pods information. Integration i dont have any idea.
@uday7398
@uday7398 3 ай бұрын
Azure app gateway has public ip but windows vm has private ip. Can you show how to use in that case?
@shaikhmusaif1780
@shaikhmusaif1780 4 ай бұрын
Path base routing is not working bro
@prakashd139
@prakashd139 4 ай бұрын
It's a wonderful video. I learnt about some security headers which I haven't even heard before. A Quality video. Thank you so much for sharing your knowledge.
@shailenderchoudhary1988
@shailenderchoudhary1988 3 ай бұрын
Glad you enjoyed it!
@naturevibezz
@naturevibezz 4 ай бұрын
when I enter the domain name given to the application gateway in the browser, the request is automatically redirected to the web app default URL. How this is possible?
@rajasekharjasthi727
@rajasekharjasthi727 4 ай бұрын
Is there any feature here trace the API call indentify the root cause for high response times? .ex:like dynatrace will trace back API call where it was spending the time .
@KristianIliev-jh7bt
@KristianIliev-jh7bt 4 ай бұрын
Is there a way to use the Certificate from a Key Vault in a different Subscription?
@user-eu5no3mx3o
@user-eu5no3mx3o 2 ай бұрын
"Free automated SSL certificates in Azure Key Vault with ACME Certbot" for better life-cycle management.
@KristianIliev-jh7bt
@KristianIliev-jh7bt 2 ай бұрын
@@user-eu5no3mx3o I figured it out. You can use key vault from different subscription but you only can set it up with cli. Portal doesn't work.
@vladimirnekic3241
@vladimirnekic3241 2 ай бұрын
I don't think you understand the concept. It's free.. you don't need to use a certificate from another Key Vault. Work with IT to automate this and generate new free certificates... AKA WILDCARD ;)
@user-nd8bm3qv3g
@user-nd8bm3qv3g 4 ай бұрын
why didn't you use the default storage class? Can you please explain because I am not able to mount the volumes using the azure key vault using the default storage class.
@TechTribe-fq5zs
@TechTribe-fq5zs 4 ай бұрын
only used egress policy then show from where traffic is block
@Indian-developer386
@Indian-developer386 4 ай бұрын
Hi, fantastic tutorial. Could you please provide more videos showing Ubuntu virtual machine running Azure? Let's Encrypt and CertBot are being used by me on an Ubuntu 20.4 Virtual Machine to generate and automatically renew an SSL certificate. The process of issuing certificates is going well, however I'm having some trouble with the DNS URL generation for the Application Gateway. The https URL provided by Certbot states "Certificate is generated successfully" but the https link is still inactive and shows "Page not found". The same webpage is loaded when I hit the same URL with http. I mean the SSL certificate generated for Application Gateway's DNS is not working.
@srilatha3643
@srilatha3643 4 ай бұрын
Awesome video !! Very helpful poc for job aspirants
@peesa5945
@peesa5945 4 ай бұрын
Hi Shailender, very crisp explaination. Can we get container insights metrics for cpu and memory utilization using any script say python or powershell script? TIA
@vijaykumarreddyt3287
@vijaykumarreddyt3287 12 күн бұрын
Yes, you can obviously get that. It will be shown in insights menu of AKS cluster
@DanuSenanayake-mp1dp
@DanuSenanayake-mp1dp 4 ай бұрын
Is it possible to host 3 websites using 1azure application gateway? (I'm a student)
@ggs6475
@ggs6475 4 ай бұрын
I have a simairl set up but I connect a webapp to a SQL db that is in a private vnet, I am using private vnet integration onto the webapp and connects via private DNS zone to the vnet. Is this secure? The webapp has to be public facing. Why is VNET better and must I have a public facing IP for the SQL db when the private vnet connection via web app integration works fine?
@Gunvant_Mahajan
@Gunvant_Mahajan 5 ай бұрын
Very nice explanation
@PhucNguyen-uw4we
@PhucNguyen-uw4we 5 ай бұрын
Can you share the start/stop runbook?
@klajdikanani5339
@klajdikanani5339 5 ай бұрын
Well explained and really useful, thanks a lot for sharing it, great job :)
@user-pj5hh6cu4z
@user-pj5hh6cu4z 5 ай бұрын
SUPER BRO
@ShaoqiLiang
@ShaoqiLiang 5 ай бұрын
HI, one question, Does the Azure Load Balancer "kubernetes" created by ingress nginx automatically or created manually?
@Gunvant_Mahajan
@Gunvant_Mahajan 5 ай бұрын
Very nice information on AG
@user-vv7mi2cz8c
@user-vv7mi2cz8c 5 ай бұрын
how to start/stop multiple AKS clusters at once
@ravipatel3932
@ravipatel3932 5 ай бұрын
Thank you for creating this, I googled a lot but couldn't figure out a way to export Let's encrypt as pfx. Didn't realize that the ACME client has that option.🙄. Is there a way to automatically renew this certificate? Without that this will be a headache.
@Sambro00101
@Sambro00101 5 ай бұрын
Bull shit video 😂