Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Now we can deploy the ingress definition. Look out for the following:

1. The 'tls-cert-keyvault-uri' annotation maps the inbound TLS request to the appropriate certificate secret
2. The 'rules' section maps the target host name to the backend service that should be targeted
3. The 'tls' section will include the target host name and it's mapping to the correct certificate, which we created above
3. The 'tls' section will include the target host name and its mapping to the correct certificate, which is the static value 'keyvault-' followed by the ingress name (i.e. keyvault-aks-helloworld in our case), as documented in the [App Routing TLS Docs](https://learn.microsoft.com/en-us/azure/aks/app-routing-dns-ssl#create-an-ingress-class-that-uses-a-host-name-and-a-certificate-from-azure-key-vault).
Comment thread
sabbour marked this conversation as resolved.
Outdated

```bash
# Get the URI of the certificate
Expand Down