A deployment tool for cdk8s charts #2626
louisdussarps
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
Hi, @louisdussarps Nice blog. Read it and awesome Could you please share your thoughts about it? Basically idea is - instead of building a custom solution which doing stuff like you described - to implement some variant of "standard" by which it's possible to define resource orchestration(at least during kubectl apply). In that case once certain type of solution is ready - it will be possible to show it to kubernetes community |
Beta Was this translation helpful? Give feedback.
1 reply
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 applyor 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