Skip to content

Commit

Permalink
updates as per review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshdama committed Sep 3, 2024
1 parent c448869 commit 973f82b
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cert-Manager Let's Encrypt Integration with Azure Service Mesh (ASM)
# Cert-Manager Let's Encrypt Integration with Istio-based service mesh add-on

This document contains instructions on how to integrate Istio based service mesh add-on for AKS with cert-manager and obtain letsencrypt certificates for setting up secure ingress gateways.
This document contains instructions on how to integrate Istio-based service mesh add-on for AKS with cert-manager and obtain letsencrypt certificates for setting up secure ingress gateways.

## Objectives
* Deploy bookinfo demo app, expose a secure HTTPS service using simple TLS.
Expand Down Expand Up @@ -92,6 +92,9 @@ Create a ConfigMap with the name `istio-shared-configmap-<asm-revision>` in the
kubectl apply -f configmap.yaml
```

> [!Note]
> Kubernetes ingress for Istio-based service mesh is an `allowed` feature. More details on configuration options [here](https://learn.microsoft.com/en-us/azure/aks/istio-support-policy#allowed-supported-and-blocked-customizations)
### 5. Install cert-manager
```shell
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.15.2/cert-manager.yaml
Expand Down

0 comments on commit 973f82b

Please sign in to comment.