Skip to content

Commit b270bd4

Browse files
Istio addon docs
1 parent 98d3764 commit b270bd4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/aks/istio-deploy-ingress.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ kubectl get svc aks-istio-ingressgateway-external -n aks-istio-ingress
3333

3434
Check external IP address of the service. For example:
3535

36-
```
37-
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
38-
aks-istio-ingressgateway-external LoadBalancer 10.0.10.249 <EXTERNAL_IP> 15021:30705/TCP,80:32444/TCP,443:31728/TCP 4m21s
39-
```
36+
```
37+
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
38+
aks-istio-ingressgateway-external LoadBalancer 10.0.10.249 <EXTERNAL_IP> 15021:30705/TCP,80:32444/TCP,443:31728/TCP 4m21s
39+
```
4040

4141
Applications aren't accessible from outside the cluster after enabling the ingress gateway. To make an application accessible, map the deployment's ingress to the Istio Ingress Gate. For example, the following manifest creates this mapping for the sample application:
4242

@@ -212,7 +212,7 @@ kubectl exec "$(kubectl get pod -l app=ratings -o jsonpath='{.items[0].metadata.
212212
Confirm you see the sample application's product page is accessible. For example:
213213
214214
```
215-
<title>Simple Bookstore App</title>
215+
Simple Bookstore App
216216
```
217217
218218
## Delete resources

0 commit comments

Comments
 (0)