A deployment tool for cdk8s charts #2626
louisdussarps
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
We’ve been working with CDK8s a lot and found that the deployment options —
kubectl apply
or trying it via Helm — didn’t fully meet our needs. We were looking for a more resilient way to deploy CDK8s charts, with features like:So we built Orbits — a fully programmatic deployment framework for CDK8s. It lets you write deployment flows in Node.js, transparently manage deployment state, chain multiple stacks, and safely exit on errors.
Here’s a quick example of what a flow looks like:
We wrote a blog post explaining how it works: https://orbits.do/blog/programmable-cdk8s-deployment
The tool is open source and available on npm. GitHub repo here: https://github.com/LaWebcapsule/orbits
Curious to hear what you think!
(And if you like the idea, a ⭐️ on GitHub would mean a lot to us!)
Beta Was this translation helpful? Give feedback.
All reactions