diff --git a/content/u/blog/ipv6-only-k8s-no-need-for-loadbalancer/contents.lr b/content/u/blog/ipv6-only-k8s-no-need-for-loadbalancer/contents.lr new file mode 100644 index 0000000..b60c614 --- /dev/null +++ b/content/u/blog/ipv6-only-k8s-no-need-for-loadbalancer/contents.lr @@ -0,0 +1,24 @@ +title: Kubernetes does not need a Loadbalancer +--- +pub_date: 2021-06-09 +--- +author: ungleich +--- +twitter_handle: ungleich +--- +_hidden: no +--- +_discoverable: no +--- +abstract: + +--- +body: + +## TL;DR + +You might be running services just fine without a loadbalancer +in Kubernetes. Using public ClusterIP is very easy, especially with +IPv6 only clusters. + +##