Skip to main content

3 posts tagged with "2026"

Posts from 2026

View All Tags

OpenChoreo at KubeCon Japan 2026

· 3 min read
Tishan Dahanayakage
OpenChoreo Maintainer @ WSO2

OpenChoreo at KubeCon Japan 2026

こんにちは (Konnichiwa)! I wanted to share a quick update on OpenChoreo at KubeCon + CloudNativeCon Japan 2026, which is just next week. Fresh off our first KubeCon in Amsterdam, we're excited to bring OpenChoreo to the community in Japan as a CNCF Sandbox project. If you're heading to Japan, we'd love to meet you.

Here are some opportunities for you to connect with us in Japan.

Self-Service Databases, Queues, Caches, and Other Resources in OpenChoreo

· 12 min read
Miraj Abeysekara
OpenChoreo Maintainer @ WSO2

OpenChoreo v1.1 shipped recently, and one of the headline features is resource abstractions: a way to treat managed infrastructure like databases, queues, and caches as first-class, declarative dependencies of a workload. Platform engineers publish reusable ResourceType templates. Developers self-serve a Resource from one of those templates (picking the type, filling in only the parameters they care about) and wire its outputs into their Workload, the same way they already reference other components' endpoints.

This post walks through the model, the new CRDs that back it, and a real example you can install: a small collaborative document editor called Doclet that depends on Postgres and NATS.