Skip to content

Commit 38544ef

Browse files
RoRoJbene2k1
andauthored
Apply suggestions from code review
Co-authored-by: Benedikt Rollik <[email protected]>
1 parent c020f54 commit 38544ef

File tree

1 file changed

+2
-2
lines changed
  • tutorials/deploy-istio-kapsule-proxy-protocol

1 file changed

+2
-2
lines changed

tutorials/deploy-istio-kapsule-proxy-protocol/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This tutorial describes the steps required to deploy Istio on a Scaleway Kuberne
4848

4949
## Verify the ingress Gateway Service
5050

51-
An ingress Gateway service acts as an exntry point for external traffic into the cluster. It is exposed via a Kubernetes LoadBalancer Service, which in our case uses a Scaleway Load Balancer. The Load Balancer forwards external traffic to the ingress Gateway Pod.
51+
An ingress gateway service acts as an entry point for external traffic into the cluster. It is exposed via a Kubernetes LoadBalancer Service, which, in our case, uses a Scaleway Load Balancer. The Load Balancer forwards external traffic to the ingress Gateway Pod.
5252

5353
1. Run the following command to retrieve the service configuration
5454

@@ -141,7 +141,7 @@ Envoy is a proxy server used by Istio to manage and control the flow of traffic
141141
kubectl patch svc istio-ingressgateway -n istio-system -p '{"spec": {"externalTrafficPolicy": "Local"}}'
142142
```
143143

144-
## Restart the Istio ingress Gateway pod
144+
## Restart the Istio ingress gateway pod
145145

146146
Restart the pod to apply the changes:
147147

0 commit comments

Comments
 (0)