DEV Community

Discussion on: Step by Step Kubernetes Deployment using Helm | Kubernetes on Cloud ☁️ 🚀 (2/2)

Collapse
 
thatham profile image
Venkatesh Thatham

Hi Nana,

Thank you for this great kubernetes video Series' Articles.
It really helped me to transform my kubernetes knowledge from beginner to mid-level (still yet face the real world).

I've setup NGINX Ingress Controller as Loadbalancer (using Helm) in AKS for my microservices, created secret the tls certificate I've purchased from Godaddy for my domain and finally configured Ingress rule for my services (all under same namespace). All done well.

when I open my services url in web, I've noticed that the site shows still "Not Secure" and its' from "Kubernetes Ingress Controller Fake Certificate". Please refer the screet shot of the same.

kindly advise.

Regards,

Venky