Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1007 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 1007 Bytes

OpenSearch

Containers running OpenSearch and OpenSearch Dashboards for DEV purpose.

System requirements

Usage with docker

WARNING : Read docker-compose.yml and note that security is disabled!

Usage with Kubernetes

Read k8s-install.sh and run :

# To get opensearch-dashboards on http://opensearch-dashboards.dev.localhost
bash k8s-install.sh
# To get opensearch-dashboards on http://opensearch-dashboards.example.net
DEVBOX_HOSTNAME=example.net bash k8s-install.sh

Resources