Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 330 Bytes

cluster-ip.md

File metadata and controls

15 lines (12 loc) · 330 Bytes

Cluster IP

For inter-cluster communication, frontends talking to backends can use ClusterIPs. These addresses and endpoints only work within the cluster.

ClusterIP is the default type of service created.

spec:
  clusterIP: 10.108.95.67
  ports:
  - name: "443"
    port: 443
    protocol: TCP
    targetPort: 443