Hacker News new | ask | show | jobs
by mst 774 days ago
I may read the source code to your project for fun.

If you ever feel inspired to do so, I *really* wish somebody would write a decent way to do controllers in JS rather than golang (metacontroller is a lovely idea but somewhat limited in what you can build with it).

1 comments

https://github.com/kubernetes-client/javascript

Full disclosure I haven’t tried this but I’m curious if you have. The main component of a controller is its k8s client, so go will always have an advantage, but this JS client looks somewhat decently maintained

I have not tried it currently, because I had so far completely failed to realise it existed.

Muchas gracias and I'll have to have a look next time I'm in a suitably masochistic mood for k8s hackery.