OpenSearch

opensearch/standalone

Single-node OpenSearch cluster

Deploys a single-node OpenSearch cluster into a local Kind cluster with host access on port 30921. Security is disabled for lightweight development.

Install gck#

go install github.com/gravitee-io-labs/gck@latest

For other installation methods, see Installation .

Usage#

Create#

gck create --from opensearch/standalone

Cleanup#

gck delete

Quick Start#

Check the cluster from your host:

curl http://localhost:30921
curl http://localhost:30921/_cluster/health?pretty

Security is disabled, so no credentials are needed.

Endpoints

Services this context exposes on your machine after gck create, including the ones it inherits from the contexts it composes. Rows marked with a flag only exist when you pass it.

ServiceURLNotesFrom
OpenSearchhttp://localhost:30921security disabledopensearch/standalone

Variables

Template variables overridable with --set. Use --set path.segments.var=value to target a specific context in the composition chain.

VariableDefaultOriginDescription
clusterNameopensearch-standaloneopensearch/standaloneName of the Kind cluster
imageRepositoryopensearchproject/opensearchopensearch/standaloneOpenSearch Docker image repository
imageTag3.0.0opensearch/standaloneOpenSearch Docker image tag