Skip to content

Instantly share code, notes, and snippets.

@jimmidyson
Created April 17, 2015 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimmidyson/0d32a5984b3eb7c3db66 to your computer and use it in GitHub Desktop.
Save jimmidyson/0d32a5984b3eb7c3db66 to your computer and use it in GitHub Desktop.
Clustering on Kubernetes & OpenShift3 using DNS - cluster service
{
"id": "elasticsearch-cluster",
"apiVersion": "v1beta1",
"PortalIP": "None",
"kind": "Service",
"containerPort": 9300,
"port": 9300,
"selector": {
"component": "elasticsearch"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment