Show Me Your Code with Walter Dal Mut: Extend Kubernetes in NodeJS
About Walter Dal Mut
Walter Dal Mut works as a Solutions Architect @Corley SRL, is is an electronic engineer who moved to Software Engineering and Cloud Computing Infrastructures. Passionate about technology in general and open source movement lover.
If you wont you can follow him on Twitter and GitHub.
Kubernetes extendibility and NodeJS
Almost everybody that is currently working on Kubernetes, developing extensions, controllers, operator is doing it in Go. That’s reasonable because Kubernetes is written Go and there is a lot of code that you can reuse in that language.
What if you are not a Go developer?
Walter coded a shared informer in NodeJS that watches and take actions on Pod events.
Links
- The code you saw in the video lives here wdalmut/k8s-informer-ytlive
- Extend Kubernetes O’Reilly report
- A deep dive into Kubernetes controllers