diff --git a/content/u/blog/kubernetes-without-ingress/contents.lr b/content/u/blog/kubernetes-without-ingress/contents.lr index 3d1e2e9..f6ad26a 100644 --- a/content/u/blog/kubernetes-without-ingress/contents.lr +++ b/content/u/blog/kubernetes-without-ingress/contents.lr @@ -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