How to create a TLS/SSL certificate with a Cert-Manager and Let's Encrypt in Azure AKS? | AKS

preview_player
Показать описание
In this video, we're going to show you how to create a TLS/SSL certificate with a Cert-Manager and Let's Encrypt in Azure AKS. This certificate will allow you to secure your website and protect your users' data from attacks.

If you're looking to improve the security of your website, then this video is for you! We'll show you how to create a TLS/SSL certificate with a Cert-Manager and Let's Encrypt in Azure AKS, and how this certificate can help you secure your website and keep your users' data safe. Watch and learn!

#k8s #kubernetes #aks
Рекомендации по теме
Комментарии
Автор

Hi Nirav! Thanks for this video. I have a slightly different use case that requires using Azure Key Vault as cert manager. How would you approach this?

Charles-itfg
Автор

Hi Nirav, nice content, do you know if there's a way to configure the tls version (e.g. use tls 1.2 over tls 1.0) for the ingress controller?

bryantlan
Автор

Hi Nirav,
In Ingress object, under tls, we defined secretName: tls-secret -- Is this default name or we have added this secret?

chetanrokade
Автор

Hi Gandhi, I am following your kubernetes tutorial and I have a problem after finishing all the steps and reviewing the description of the cert-manager I get the following error "Issuing certificate as Secret does not exist aks" I have reviewed documentation but the solutions I have found do not solve the problem, Thank you Gandhi.

ThePalominojuan
Автор

Nirav, Could you please suggest me any Sandbox where I can do all this(Pod/Node/Ingress/etc creation).

Shubhm
Автор

Pls do some monitoring tools grafana and prometheus Thank you Gandihi

srinivas
Автор

what if the certificates are expired, how can we renew the certificates with cert manager?

poshakj
Автор

bhai, ye ssl ka option hat gaya hai kya, pehle ho jata tha par ab nhi ho raha hai
pehle public ip create karte hi fake certificate create hota tha wo ab nhi ho raha hai.

AjayKumar-cdq
Автор

Would you please provide github reference

rojabujji
Автор

if you add the commands and yml file github page and links of the pages you used . it would be better

deva_
Автор

How to use this in a private AKS cluster?

karanjoshi
Автор

could you please be more consistent? you are mixing up certificate and secret many times. also why your certificate is an Ingress? Why not Certificate? Why did you not explain this?

TheFesk