File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ toc::[]
12
12
13
13
== Overview
14
14
15
+ Note: This feature is only supported in non-cloud deployments. For
16
+ cloud (GCE/AWS/OpenStack) deployments, services of type
17
+ xref:../dev_guide/getting_traffic_into_cluster.adoc#using-the-loadbalancer[LoadBalancer]
18
+ can be used to automatically deploy a cloud loadbalancer to target the
19
+ service's endpoints.
20
+
15
21
Cluster administrators can assign a unique external IP address to a service. If
16
22
routed correctly, external traffic can reach that service's endpoints via any
17
23
TCP/UDP port the service exposes. This can be simpler than having to manage the
@@ -48,7 +54,7 @@ Two services have been manually configured with the same external
48
54
IP address of 172.7.7.7.
49
55
50
56
`MongoDB service A` requests port 27017, and then
51
- `MongoDB service B` requests the same port; the first request gets the port.
57
+ `MongoDB service B` requests the same port; the first request gets the port.
52
58
====
53
59
54
60
However, port clashes are not an issue for external IPs assigned by the ingress
@@ -81,7 +87,7 @@ apiVersion: v1
81
87
kind: Service
82
88
metadata:
83
89
name: egress-1
84
- spec:
90
+ spec:
85
91
ports:
86
92
- name: db
87
93
port: 3306
You can’t perform that action at this time.
0 commit comments