FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Phase 5 - AKS with Azure DNS + NGINX Ingress + cert-manager
How-ToDevOps

Phase 5 - AKS with Azure DNS + NGINX Ingress + cert-manager

via Dev.to Tutorialiapilgrim1mo ago

In this lab, we built a production-grade HTTPS setup for applications running on: Azure Kubernetes Service Azure DNS NGINX Ingress Controller cert-manager Let's Encrypt We exposed: hello.az.innopy.dev api.az.innopy.dev And secured them with valid public TLS certificates. This guide includes: ✅ Azure DNS zone setup ✅ A record configuration ✅ cert-manager configuration ✅ TLS-enabled Ingress ✅ Complete troubleshooting section 🏗 Architecture Overview User (HTTPS) ↓ Azure Public IP ↓ Azure Load Balancer ↓ NGINX Ingress Controller ↓ Kubernetes Services ↓ Pods For certificate issuance: cert-manager ↓ Let's Encrypt (HTTP-01 challenge) ↓ Temporary solver ingress ↓ Validation ↓ TLS Secret stored in cluster 🌍 Step 1 — Create Azure DNS Zone If you don’t already have the zone: az network dns zone create \ --resource-group <dns-rg> \ --name az.innopy.dev Verify: az network dns zone list -o table 🌐 Step 2 — Point Subdomains to AKS Ingress Get your NGINX public IP: kubectl get svc -n ingress-nginx Set

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
16 views

Related Articles

Why this Marshall is the first soundbar I've tested that truly challenges my Sonos Arc Ultra
How-To

Why this Marshall is the first soundbar I've tested that truly challenges my Sonos Arc Ultra

ZDNet • 20h ago

This App Makes Even the Sketchiest PDF or Word Doc Safe to Open
How-To

This App Makes Even the Sketchiest PDF or Word Doc Safe to Open

Wired • 20h ago

References: The Alias You Didn’t Know You Needed
How-To

References: The Alias You Didn’t Know You Needed

Medium Programming • 21h ago

Pointers: The Concept Everyone Says Is Hard
How-To

Pointers: The Concept Everyone Says Is Hard

Medium Programming • 22h ago

Learning a Recurrent Visual Representation for Image Caption Generation
How-To

Learning a Recurrent Visual Representation for Image Caption Generation

Dev.to • 23h ago

Discover More Articles