Secure AKS with HTTP Proxy
14:41
2 ай бұрын
Kubecon EU in Paris
29:04
2 ай бұрын
Azure AMPLS demystified
7:17
2 ай бұрын
Get your own IP in Azure
1:27
4 ай бұрын
Introduction to Azure Firewall
5:40
Custom Azure RBAC role for AKS
5:39
AKS Landing Zone - part 2
6:07
9 ай бұрын
AKS Landing Zone - part 1
6:04
9 ай бұрын
Terraform modules the right way
3:29
Пікірлер
@mr.s.h.818
@mr.s.h.818 6 сағат бұрын
How to run this setup from Azure pipeline?
@chapaya100
@chapaya100 11 күн бұрын
Super !
@user-vj2tp3qv6e
@user-vj2tp3qv6e 11 күн бұрын
Hello Houssem. Great explanation. It would be great to hear how to have outbound/NAT not on public but on private IP. Generaly I've been searching but there is no doc or article at all.
@voxdiary
@voxdiary 13 күн бұрын
do you know if we can make an image of this VM and supply to vmImage key in pipeline yml to spin it up on demand. i dont want to keep a self hosted VM up all the time just for CI/CD
@luisfelipebaptista
@luisfelipebaptista 13 күн бұрын
Is it possible to “upgrade” an existing cluster to the automatic tier?
@ARUN5583
@ARUN5583 15 күн бұрын
@HoussemDellai Do we need to whitelist any public IPs related to Azure devops in our VMSS subnet for this to work?
@ravinandankaushal3309
@ravinandankaushal3309 19 күн бұрын
If my first pipeline is not in main branch let say branch 1 and the second one in branch 2 , will this still work because for me it’s not getting triggered in this scenario
@shannamae9898
@shannamae9898 21 күн бұрын
@︎ ︎ ︎ ︎:𒀱𒀱𒀱𒀱𒀱⃢𒀱𒀱𒀱⃢کسی تو کتابِ زندگیش، یه فصلی داره که وقتی بهش فکر میکنه تا𒂝𒄆𒈞𒋨𒆙𒁂𒆙𒈞к𖣘𒐫c𒈒𒄆?ツ¢𓆏𒄆𒀱𒀱𒀱𒀱𒀱⃢𒀱𒀱𒀱⃢کسی تو کتابِ زندگیش، یه hanapin moto
@shannamae9898
@shannamae9898 21 күн бұрын
babababababab
@DevSecOpsAndMe-lu6xq
@DevSecOpsAndMe-lu6xq 25 күн бұрын
Very informative, Thanks
@Tomas-vy5xg
@Tomas-vy5xg 27 күн бұрын
"Promosm" 😏
@ashu240892
@ashu240892 29 күн бұрын
Excellent explanation would need more and frequent videos from you
@crackdesign
@crackdesign Ай бұрын
If Karpenter is available out of the box with only the corresponding switch, why in the Aks Karpenter repo in install guide, we then still need helm chart to be installed for it? This is totally confusing as I've spent decent amount of time to correctly populate all the required parameters for helm values and it turns out it just works out of the box 🫣
@kdietz65
@kdietz65 Ай бұрын
I used one of the Helm charts on ArtifactHub to install a self-hosted agent on a Kubernetes cluster (not AKS). It worked. That's pretty cool. All you need is your Azure DevOps organization url and a PAT that has access. Neat. It would be nice if Microsoft themselves would maintain an official Helm chart.
@ayomidewilfred1864
@ayomidewilfred1864 Ай бұрын
You are the worst teacher have ever seen
@HoussemDellai
@HoussemDellai Ай бұрын
Thank you
@hussainzaidi8619
@hussainzaidi8619 Ай бұрын
You Must Have a microphone to create a video , son of a bitch your voice is like water in africa. Asshole
@user-sj2sh4dk2s
@user-sj2sh4dk2s Ай бұрын
@houssemdellai the import custom/*.override dissapiers after some time
@kajetand-t5203
@kajetand-t5203 Ай бұрын
Thank you Houssem so much! I was getting insane trying to achieve this by myself and you are my savior! BTW. In my case I had to change the "containerPort" in Deployment for 8080 and the same for "targetPort" in Service. Idk if aspnetapp sample had update or what, but mine was listening on 8080. Everything else works out of box. Thanks!
@isaachatilima
@isaachatilima Ай бұрын
I can't make it work with maui
@livestronger1981
@livestronger1981 Ай бұрын
Hi, Is that cost only for outbound data or is it for both inbound and outbound?
@abhizersaifee2866
@abhizersaifee2866 Ай бұрын
Nice video. It would be better if you would have used CA crt in client call to establish Trust along with https encryption, instead of using --insecure. Basically how a practical scenario would happen.
@camilhord
@camilhord Ай бұрын
Awesome work, thank you!
@feol8132
@feol8132 Ай бұрын
Thank you very much! Saved me a lot of time and effort! Keep up and good luck!
@poshakj
@poshakj Ай бұрын
do we have to manually add backedn pool ip everytime in agic ?
@NPC_JBfive
@NPC_JBfive Ай бұрын
Not covered in this video is the RW and R portion of MSI to tfstate. I also feel that the read only portion of the MSI is incorrect. If you are building your layers, deploying 0, then 1, then 2, then 3... etc, the MSI should have read access to the previous tfstate file, if it needs it, as you carry outputs forward. Correct?
@mauriciozaragoza3709
@mauriciozaragoza3709 Ай бұрын
Great presentation Houseem. I was reading the official documentation, and your video helped me to clearly understand the full picture. Keep the good work.
@basilio100
@basilio100 Ай бұрын
I missed the point of this - if logs are saved in Azure log analytics, what's point to see them in Grafana? Is it just another way to see data? I am looking for a way to export ACA logs to Loki directly, without Azure Log Analytics as it is much more expensive. Something like K8S with promtail is sending logs to Loki and Log Analytics is not involved at all
@luisdanielmesa
@luisdanielmesa Ай бұрын
I'm using Application Gateway, and I'm managing my own external-dns and I use cert-manager for certificates. Is it worth it to change to app routing? I'm just saving the installation of the nginx ingress controller, which consumes resources, but I guess that's cheaper than Application Gateway. Application Gateway just points to the same public IP for my domain and subdomains, which I think is a waste. I can just point all of them to the @ record and be done with it, I wouldn't even need external-dns.
@HoussemDellai
@HoussemDellai Ай бұрын
Application Gateway is good for two reasons: WAF feature and being outside your cluster. I think in your case you are getting similar benefits for both options. Just choose what you are comfortable with :)
@luisdanielmesa
@luisdanielmesa Ай бұрын
@@HoussemDellai Yeah but 12€ per day even without traffic seems a lot! Maybe I'll start using simple app routing and when the traffic generates enough revenue, or when my customer demands it, it might make sense to add AGIC. Thanks.
@Ajmal_Yazdani
@Ajmal_Yazdani Ай бұрын
Hi @Houssem Dellai, Thanks for sharing. Could you please showcase with some demo please?
@bluesque9687
@bluesque9687 Ай бұрын
Hi! I am a subscriber and this is exactly what i am looking for! But how late am i?!
@MATIFUSKA
@MATIFUSKA Ай бұрын
how can i run docker-in-docker pod with kubernetes version > 1.19 ? , my build agents needs to run docker builds and push to container registry
@bluesque9687
@bluesque9687 Ай бұрын
Lol the screen tilt! I am a subscriber... thanks!
@rodrigonbertin
@rodrigonbertin Ай бұрын
Ngnix can be replaced by Ligthttpd?
@djaadiabdellah9081
@djaadiabdellah9081 2 ай бұрын
Great explanation Houssem. Thank you.
@TejasPatil-fz6bo
@TejasPatil-fz6bo 2 ай бұрын
Please also make a video on collecting logs from application microservices and invest them into Datadog.
@simo47768
@simo47768 2 ай бұрын
Really nice. A bit too fast. But amazing content
@manjunathkotabal
@manjunathkotabal 2 ай бұрын
Awsome explantion
@FrajSafwenMrad
@FrajSafwenMrad 2 ай бұрын
Amazing video , but how to handlle across namespace communication with services while agw ingress is created by default in the kube-system ns ?
@FrajSafwenMrad
@FrajSafwenMrad 2 ай бұрын
Amazing video , but how to handle communication accross namespaces while the agw ingress is deployed in kube-system ns by default ?
@sandens
@sandens 2 ай бұрын
Thanks .. great demo and explanation on using this resource
@emergirie
@emergirie 2 ай бұрын
Merci pour la visite je n’ai pas eu le chance de m’y rendre
@thanooj
@thanooj 2 ай бұрын
Hi Mate, Could you please do a demo on MySQL StatefulSet headless service with spring boot REST API
@mohammedhisham2128
@mohammedhisham2128 2 ай бұрын
Thank you so much for your great effort! one query here, can we create a random password at creation time for the admin account and save them into KV?
@subbuaynavilly
@subbuaynavilly 2 ай бұрын
Thanks a lot.
@kavacham222
@kavacham222 2 ай бұрын
Thankyou for the video. As per my understanding , azure monitoring can be done by creating Managed Prometheus and grafana. But how to integrate with azure pipelines , if I want to check the Logs of pods ,where I am taking the image from ACR and deploying it to AKS cluster.
@user-ty9mq8wm1x
@user-ty9mq8wm1x 3 ай бұрын
Excellent explanation Thank you so much
@Chathumal2011
@Chathumal2011 3 ай бұрын
Hey Dellai, can you show a tutorial video implementing these theories? I'm sure it will take around 1.5 hours :)
@ashokreddy8770
@ashokreddy8770 3 ай бұрын
Hi Dellai , can show one demo video to understand what we need to do in azure portal
@DarylsWorld
@DarylsWorld 3 ай бұрын
Thank you, nice explanation.
@mouradyamani308
@mouradyamani308 3 ай бұрын
You are the best.😊