mayadata-io / mayadata-io/d-operators
feat: jsonnet as a kubernetes controller
Open
Nobody has claimed this yet.
chef
diy
jsonnet
metac
recipe
workflow
- Dominant language
- Go
- Stars
- 10
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Problem Statement: Most of my requirements deal with extracting & updating json elements. I don't want to use a full blown programming language to deal with these. Jsonnet solves my purpose very well, is easy to learn, build & test. Over time my effort to build Kubernetes controllers decreases.
Assumption: I would like to build something on top of Metac that already abstracts away Kubernetes controllers.
Goal: This solution should provide further levels of abstraction to build workflows that are native to Kubernetes.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.