-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status of Project? #365
Comments
Hi @aaronmell, thank you for pitching up and asking. Honest answer: I have not given up on the ideas here, and would like to spend more time on it, but for the foreseeable future I likely won't be able to. If you are looking to make a long term investment in tooling, rather than experimenting, this is a risky way to go right now. I would look at Deno (if a TypeScript runtime is what you're after), and perhaps CDK8s (if you need types for Kubernetes config). |
I wholeheartedly agree with Michael. The ideas are sound and implemented to various degrees elsewhere. It would need a lot of energy to revive the momentum around |
Really appreciate the response. What you built was really good. Just wish it had some legs :) |
We are still using jkcfg a lot at taxfix.de. It works beautifully for kubernetes config and also for other non-trivial use cases like generating gitlab ci yamls. Not ready to give up on this just yet 🙂 |
What would it take to give it some legs ? IMO jkcfg is still the best approach for a generic configuration library out there. |
The project is in a fairly usable state. As long as the kubernetes api
could be kept up to date.
…On Fri, Jan 8, 2021 at 4:55 AM Adnaan Badr ***@***.***> wrote:
What would it take to give it some legs ? IMO jkcfg is still the best
approach for a generic configuration library out there.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#365 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADXZTRWMVRPSWCDWSP5Q43SY3QBRANCNFSM4R7EM2DQ>
.
|
@adnaan Thank you for the supportive message <3 May I ask, which bits of |
Everything works. And we use almost all of the available APIs. Except one thing: commonjs modules. Not being able to bundle commonjs modules has made us take some hacky paths. Rest of it just works. Additionally we have done some work to generate grafana charts. We have a library on top of jkcfg. It encodes our best practices and defaults. |
@squaremo Maybe I can help with some maintenance work ? |
@adnaan That's a kind offer :-) There is certainly upkeep to do -- e.g., I was looking at updating the Kubernetes schema definitions the other day and noticed that the upstream https://github.com/instrumenta/kubernetes-json-schema has been abandoned, so that needs reworking. Can you email me at the address on my profile, please? Thank you! |
Hello ! Used some of my vacation time to work on porting
Thank you. Have a nice day. |
Not seeing much work being done lately. We have started to use the tool, but are considering switching if its no longer going to be maintained, before we get in too deep.
The text was updated successfully, but these errors were encountered: