All Projects → pires → Docker Elasticsearch Kubernetes

pires / Docker Elasticsearch Kubernetes

Licence: apache-2.0
Ready to use Elasticsearch + Kubernetes discovery plug-in Docker image.

Projects that are alternatives of or similar to Docker Elasticsearch Kubernetes

Firecamp
Serverless Platform for the stateful services
Stars: ✭ 194 (-14.54%)
Mutual labels:  elasticsearch, container
Docker Elasticsearch
Dockerfile for a base Elasticsearch image to be extended by others (allow to install plug-ins, change configuration, etc.)
Stars: ✭ 162 (-28.63%)
Mutual labels:  elasticsearch, container
Pgsync
Postgres to elasticsearch sync
Stars: ✭ 205 (-9.69%)
Mutual labels:  elasticsearch
Scrutineer
Compares a source of truth sorted stream with another to find mismatches. Designed for verifying indexes such as ElasticSearch & Solr are synchronized with their source of data (usually a DB)
Stars: ✭ 218 (-3.96%)
Mutual labels:  elasticsearch
Wazuh Docker
Wazuh - Docker containers
Stars: ✭ 213 (-6.17%)
Mutual labels:  elasticsearch
Docker Elastic
Deploy Elastic stack in a Docker Swarm cluster. Ship application logs and metrics using beats & GELF plugin to Elasticsearch
Stars: ✭ 202 (-11.01%)
Mutual labels:  elasticsearch
Wazuh Kibana App
Wazuh - Kibana plugin
Stars: ✭ 212 (-6.61%)
Mutual labels:  elasticsearch
Log4net.elasticsearch
log4net appender to ElasticSearch
Stars: ✭ 202 (-11.01%)
Mutual labels:  elasticsearch
Marija
Data exploration and visualisation for Elasticsearch and Splunk.
Stars: ✭ 220 (-3.08%)
Mutual labels:  elasticsearch
Array
contiguous container library - arrays with customizable allocation, small buffer optimization and more
Stars: ✭ 215 (-5.29%)
Mutual labels:  container
Containernet
Mininet fork adding support for container-based (e.g. Docker) emulated hosts.
Stars: ✭ 218 (-3.96%)
Mutual labels:  container
Elasticsearch Comrade
Elasticsearch admin panel built for ops and monitoring
Stars: ✭ 214 (-5.73%)
Mutual labels:  elasticsearch
Py Elasticsearch Django
基于python语言开发的千万级别搜索引擎
Stars: ✭ 207 (-8.81%)
Mutual labels:  elasticsearch
Searchkit Demo
Example imdb search using elasticsearch, searchkit, typescript, react and webpack
Stars: ✭ 217 (-4.41%)
Mutual labels:  elasticsearch
Book Elastic Search In Action
Elastic 搜索开发实战
Stars: ✭ 205 (-9.69%)
Mutual labels:  elasticsearch
Vuex Feature Scoped Structure
📈 Feature scoped Vuex modules to have a better organization of business logic code inside Vuex modules based on Large-scale Vuex application structures @3yourmind
Stars: ✭ 218 (-3.96%)
Mutual labels:  container
Terrier
Terrier is a Image and Container analysis tool that can be used to scan Images and Containers to identify and verify the presence of specific files according to their hashes.
Stars: ✭ 203 (-10.57%)
Mutual labels:  container
Makisu
Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Stars: ✭ 2,409 (+961.23%)
Mutual labels:  container
Gimel
Big Data Processing Framework - Unified Data API or SQL on Any Storage
Stars: ✭ 216 (-4.85%)
Mutual labels:  elasticsearch
Userline
Query and report user logons relations from MS Windows Security Events
Stars: ✭ 221 (-2.64%)
Mutual labels:  elasticsearch

This project is no longer maintained

As of November 7th, 2018, I've decided to end my commitment to maintaining this repo and related.

This image has surpassed 100k daily downloads and is now steady at ~45k. Amazing!

Anyway, it's been 3 years since I last used Elasticsearch, so I no longer have the motivation it takes to maintain and evolve this project. Also, other projects need all the attention I can give.

It was a great run, thank you all.

docker-elasticsearch-kubernetes

Ready to use, lean Elasticsearch Docker image ready for using within a Kubernetes cluster.

Docker Repository on Quay.io

Current software

  • Alpine Linux 3.8
  • IcedTea JRE 8u171
  • Elasticsearch 6.4.2

Note: x-pack-ml module is forcibly disabled as it's not supported on Alpine Linux.

Run

See pires/kubernetes-elasticsearch-cluster for instructions on how to run, scale and use Elasticsearch on Kubernetes.

Environment variables

This image can be configured by means of environment variables, that one can set on a Deployment.

Besides the inherited ones, this container image provides the following:

  • DISCOVERY_SERVICE - the service to be queried for through DNS (default = elasticsearch-discovery).
  • MEMORY_LOCK - memory locking control defaults to false as Kubernetes requires swap to be disabled.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].