mikedias / elasticsearch-kubernetes

Simple experiment with Elasticsearch and Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elasticsearch over Kubernetes

Simple experiment with Elasticsearch and Kubernetes

Usage (for now)

kubectl create -f es-deployment.yaml

TODO List

  • Run with the official Elasticsearch image
  • Configure cluster connectivity
  • Setup volume options
  • Init a LoadBalancer to access the cluster externally
  • Setup a Kubernetes configmap
  • Configure liveness and readness probe
  • Implement separation of concerns (master, data, client)

About

Simple experiment with Elasticsearch and Kubernetes