kubeblocks-engine-opensearch

Deploy OpenSearch clusters on KubeBlocks with topology-aware defaults and preflight checks.

3|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/apecloud/kubeblocks-skills --skill kubeblocks-engine-opensearch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubeblocks-engine-opensearch
Source: https://github.com/apecloud/kubeblocks-skills/tree/main/skills/kubeblocks-engine-opensearch
Command: npx skills add https://github.com/apecloud/kubeblocks-skills --skill kubeblocks-engine-opensearch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenSearch engine entry provides a dedicated create-time path to deploy and configure an OpenSearch cluster on KubeBlocks, ensuring the correct topology, version, storage, and rollout guidance while validating environment readiness via preflight checks.

Core Features & Use Cases

  • Primary create-time entry for OpenSearch with topology-aware defaults and guardrails to prevent unnecessary rework.
  • Enforces a default cluster topology and version strategy, with clear next-hop routing for Day-2 operations.
  • Facilitates environment validation and observability readiness before full deployment.

Quick Start

Draft the minimal OpenSearch cluster manifest per the engine guidance and apply it with kubectl to bootstrap the cluster.

Frequently Asked Questions about kubeblocks-engine-opensearch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy an OpenSearch cluster on Kubernetes using KubeBlocks?

Deploy an OpenSearch cluster by drafting a minimal cluster manifest per the engine guidance and applying it with kubectl to bootstrap the topology with default storage and rollout configurations.

What is topology-aware provisioning for OpenSearch in Kubernetes?

Topology-aware provisioning enforces a default cluster topology and version strategy for OpenSearch, providing guardrails to prevent unnecessary rework during initial deployment and configuration.

How do I validate my Kubernetes environment before provisioning OpenSearch?

Validate your environment readiness using preflight checks integrated into the OpenSearch provisioning path, ensuring environment validation and observability readiness before full deployment.

Does KubeBlocks support planning Day-2 operations for OpenSearch deployments?

KubeBlocks supports OpenSearch Day-2 operations by providing clear next-hop routing for post-deployment management and maintenance planning after the initial cluster provisioning.

What are the limitations when configuring OpenSearch cluster sizing in KubeBlocks?

OpenSearch cluster sizing is guided by topology-aware defaults and preflight checks, requiring adherence to version strategy constraints and environment validation to avoid deployment failures.