deno-kubernetes_client
deno-kubernetes_client copied to clipboard
Try out NodeJS support
For each client:
-
InClusterneeds environment variableNODE_EXTRA_CA_CERTS=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt.- I don't see how to configure a CA in-process without depending on
npm:undici.
- I don't see how to configure a CA in-process without depending on
-
KubectlRawneeds to be ported fromDeno.Commandtonode:child_processwhich I don't really want to do 😒 -
KubeConfighas similar constraints asInClusterbut could work fine if the kubeconfig at hand doesn't do any certificate stuff. -
KubectlProxyseems to work fine.