June 2026
When a project maintainer runs your guided install workflow, finds bugs, reports them, and then marks it as verified — that’s not just a user story. It’s a signal that the ecosystem is beginning to trust the tooling.
That’s exactly what happened with Drasi, a CNCF Sandbox project for change data capture in cloud-native applications. A Drasi maintainer ran the KubeStellar Console install mission at console.kubestellar.io/missions/install-drasi end-to-end — found issues, reported them, tracked engagement in drasi-project/drasi-platform#400, and confirmed the experience was solid enough to recommend.
Drasi is now listed in KubeStellar Console’s ADOPTERS file — and is the first CNCF Sandbox project to have a maintainer-verified install mission in the console.
Drasi solves a problem that distributed systems engineers deal with constantly: how do you react to changes in data — across databases, queues, and services — without polling, without building custom CDC pipelines, and without coupling your logic to every upstream system?
Drasi provides a continuous query engine that watches changes in data sources (Azure Cosmos DB, PostgreSQL, Kubernetes resources) and automatically triggers reactions when conditions are met. Think of it as a standing query that runs forever: “Whenever an order total exceeds $10,000 AND the customer tier is Gold, trigger the premium fulfillment workflow.”
This is particularly relevant for edge computing, multi-cluster environments, and event-driven microservices — exactly the environments KubeStellar manages.
Install missions are guided, interactive workflows built into the KubeStellar Console. They walk you through deploying a CNCF project your cluster — step by step — with pre-flight checks, dependency management, automated helm or kubectl sequences, validation steps, and rollback support.
Think of them as runbooks that execute themselves, with an AI layer that can diagnose failures and suggest fixes in real time.
The Drasi install mission:
When the Drasi maintainer ran the mission, they identified several issues:
Each of these was reported, triaged, and fixed — with the maintainer confirming the fix in the tracking issue. The result is a mission that’s been battle-tested by someone who knows the project deeply.
The Drasi engagement established a template for how KubeStellar Console CNCF projects:
This is different from a-way integration. It’s a collaborative verification loop that builds trust on both sides.
Drasi fits naturally into multi-cluster environments: you might run a CDC source in a data-center cluster and process reactions in an edge cluster closer to your IoT devices. KubeStellar’s multi-cluster orchestration handles the placement; Drasi handles the data flow. The combination is more powerful than either project alone.
When CNCF projects evaluate tools and platforms, maintainer endorsement carries weight. Drasi’s verification signals that KubeStellar Console’s mission framework is production-ready enough for a CNCF Sandbox project to stake its install documentation on.
The Drasi mission is live and publicly accessible at console.kubestellar.io/missions/install-drasi. No account required — the console demo mode lets you explore it without connecting a cluster.
For the Drasi team, the next step is exploring multi-cluster mission scenarios: running Drasi sources in cluster and reactions in another, orchestrated by KubeStellar’s WorkloadPlacement policies.
For the KubeStellar team, Drasi is the first in a growing list of CNCF projects with verified install missions. OpenCost, Notary Project/Ratify, Submariner, Microcks, and 7 others are already listed in ADOPTERS — each with upstream engagement tracked in their respective repos.
If you maintain a CNCF project and want to build a verified install mission, open an issue at github.com/kubestellar/console or reach out in CNCF Slack #kubestellar.
#kubestellar