++blog
This commit is contained in:
parent
009042aa0d
commit
3f6cc3bfc7
1 changed files with 11 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
title: Kubernetes does not need a Loadbalancer
|
title: Kubernetes does not need a LoadBalancer nor ingress
|
||||||
---
|
---
|
||||||
pub_date: 2021-06-09
|
pub_date: 2021-06-09
|
||||||
---
|
---
|
||||||
|
@ -21,4 +21,13 @@ You might be running services just fine without a loadbalancer
|
||||||
in Kubernetes. Using public ClusterIP is very easy, especially with
|
in Kubernetes. Using public ClusterIP is very easy, especially with
|
||||||
IPv6 only clusters.
|
IPv6 only clusters.
|
||||||
|
|
||||||
##
|
## Background
|
||||||
|
|
||||||
|
Typically in loadbalancer
|
||||||
|
ingress for public
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## DNS
|
||||||
|
|
||||||
|
## Letsencrypt
|
||||||
|
|
Loading…
Reference in a new issue