From 92a26fb4415488a0e861db83f4a4a1eafdf0bdca Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 9 Jun 2021 18:34:06 +0200 Subject: [PATCH] ++typos --- content/u/blog/kubernetes-without-ingress/contents.lr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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