K
Q

Can I write a kubernetes controller in Nodejs instead of go?

5/5/2019

Looking into it for making awesome api things, but I don't know Go yet. I see there are generators for go, but I'd rather use a more familiar language at first. Is this possible or should I start learning Go?

-- quantomworks
go
kubernetes
node.js

Similar Questions

Kubernetes custom controller pod OOMKilled watching configmaps
Kubernetes Cluster | Unable to launch the application using Master Node
If I run a minikube instance on ubuntu do I need a VM like virtualbox?
tektoncd + kaniko + openstack s3 context
Optimizing Apache Spark on Kubernetes using custom plugins and the scheduling framework
Installation of ibm mq chart version 1.2.0 using helm in Gcp,created a error during pod creation “Creashloopbackoff”
how to assign affinity to kubernetes pods for distributing the pods across all ads?
How to whitelist entire kubernetes cluster on external server
Kubernetes custom deployment
Decode SpringBoot ANSI output logging in filebeat

1 Answer

5/5/2019

Client libraries for Kubernetes are available in many languages. See here for examples: https://kubernetes.io/docs/reference/using-api/client-libraries/

-- Vasily Angapov
Source: StackOverflow