Skip to content

feat: add plugin for deploying Camunda 8 to a local kind cluster #482

Description

@hisImminence

Problem

c8ctl already unifies two of our three documented Self-Managed local deployment options:

  • c8run — via the built-in cluster default plugin
  • docker-compose — via the c8ctl-plugin-dev plugin

The third documented option, kind, has no c8ctl plugin. Users who want to test the Helm chart path locally have to fall back to the manual kind create cluster + helm install steps from the docs, outside the c8ctl tooling.

Proposal

Add a kind plugin (either a new default plugin alongside cluster, or a standalone c8ctl-plugin-kind following the c8ctl-plugin-dev model) that:

  • Creates/deletes a local kind cluster pre-configured for Camunda 8 (ingress, port mappings, etc. per the docs guide)
  • Installs the camunda-platform Helm chart against it with sane local-dev defaults
  • Exposes start/stop/status commands consistent with cluster start/stop semantics
  • Reuses camunda-platform-helm chart values rather than duplicating config

Value

Would give us one CLI (c8ctl) to stand up all documented Self-Managed local options (c8run, docker-compose, kind), instead of splitting kind/Helm testing into a separate manual workflow.

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions