Doc patches

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-23 20:34:11 +02:00
parent f8b79ac51a
commit a869e30188
10 changed files with 75 additions and 60 deletions
+8
View File
@@ -28,3 +28,11 @@ There are, however, multiple downsides to using nodeports:
- You can only pick ports above 9000
- You can not connect two Apps to the same port
##### LoadBalancer
Loadbalancer connects a service targetPort directly to the Host Network. However: it can do so in lower ranges than NodePort, making it a great solution for things like DNS servers.
There are, however, downsides to using LoadBalancer:
- You can not connect two Apps to the same port