Elasticsearch - Standalone

elastic/elasticsearch/standalone

Single-node Elasticsearch cluster

Deploys a single-node Elasticsearch cluster using the official Elastic Helm chart. Security and persistence are disabled for a lightweight development setup. A NodePort Service exposes the cluster to both in-cluster and host clients.

Usage#

sew create --from elastic/elasticsearch/standalone

Details#

  • Image: docker.elastic.co/elasticsearch/elasticsearch:9.3.1
  • Helm chart: elastic/elasticsearch
  • Heap: 256 MB (-Xmx256m -Xms256m)
  • Resources: 250m–1 CPU, 512Mi–1Gi memory
  • Persistence: disabled

Host access#

Kind maps hostPort 30920containerPort 30920 (NodePort) → targetPort 9200. From the host, connect to localhost:30920.

Used as a dependency by Gravitee APIM contexts for analytics and reporting.

Post-deploy notes

Your cluster "es-standalone" is ready.

Elasticsearch is available at http://localhost:30920 (security disabled).

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