April 2018
Intermediate to advanced
468 pages
14h 34m
English
Here is an example of an endpoints resource that you can create as a normal Kubernetes resource using kubectl create:
{ "kind": "Endpoints", "apiVersion": "v1", "metadata": { "name": "glusterfs-cluster" }, "subsets": [ { "addresses": [ { "ip": "10.240.106.152" } ], "ports": [ { "port": 1 } ] }, { "addresses": [ { "ip": "10.240.79.157" } ], "ports": [ { "port": 1 } ] } ]}
Read now
Unlock full access