This commit is contained in:
Nico Schottelius 2021-06-09 18:34:06 +02:00
parent f97bf94487
commit 92a26fb441
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ concepts.
## Ingress
Let's have a look at the [Ingres
Let's have a look at the [Ingress
definition](https://kubernetes.io/docs/concepts/services-networking/ingress/)
definiton from the kubernetes website:
@ -36,8 +36,8 @@ defined on the Ingress resource.
```
So the ingress basically routes from outside to inside. But, in the
IPv6 world, services can already be publicly reachable, depending on
your network policy.
IPv6 world, services are already publicly reachable. It just
depends on your network policy.
## Services