Configure Azure Application Gateway with TLS on AKS

Yst@IT
Jan 6, 2021

--

Websites with SSL/TLS is very common. Therefore, let’s add TLS to Azure Application Gateway on AKS.

Pay attention that any configuration configured on A.G manually will be erase by configuration from within AKS cluster.

To have website working with TLS, we first must have certificates. Add certificate.crt and private.key to AKS as a secret object.

kubectl create secret tls UR_SEC_NAME --key private.key --cert certificate.crt

Verify result.

Next, add TLS related data into yaml file.

Once done, valid result.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Yst@IT
Yst@IT

Written by Yst@IT

Cloud Solution Architect, focusing on Oracle Cloud Infrastructure currently.

No responses yet

Write a response