From f97bf94487d0229f4481a90cc1a502df7f54770a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 9 Jun 2021 18:30:50 +0200 Subject: [PATCH] ++title change --- content/u/blog/kubernetes-without-ingress/contents.lr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/u/blog/kubernetes-without-ingress/contents.lr b/content/u/blog/kubernetes-without-ingress/contents.lr index c8bb0f7..3d1e2e9 100644 --- a/content/u/blog/kubernetes-without-ingress/contents.lr +++ b/content/u/blog/kubernetes-without-ingress/contents.lr @@ -1,4 +1,4 @@ -title: Kubernetes without Ingress +title: Building Ingress-less Kubernetes Clusters --- pub_date: 2021-06-09 --- @@ -19,7 +19,7 @@ body: On [our journey to build and define IPv6 only kubernetes clusters](https://www.nico.schottelius.org/blog/k8s-ipv6-only-cluster/) -we came accross some principles that seem awkward in the IPv6 +we came accross some principles that seem awkward in the IPv6 only world. Let us today have a look at the *LoadBalancer* and *Ingress* concepts.