Skip to content

Instantly share code, notes, and snippets.

@jimmidyson
Created April 17, 2015 08:27
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/1b1c787b732962aa1497 to your computer and use it in GitHub Desktop.
Save jimmidyson/1b1c787b732962aa1497 to your computer and use it in GitHub Desktop.
Clustering on Kubernetes & OpenShift3 using DNS -
{
"id": "elasticsearch",
"apiVersion": "v1beta1",
"kind": "Service",
"containerPort": 9200,
"port": 9200,
"selector": {
"component": "elasticsearch",
"type": "client"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment