Skip to content Skip to sidebar Skip to footer
Showing posts with the label Kubernetes

How To Rewrite Uri Nginx Reverse Proxy Using Proxy_pass?

I'm trying to use nginx to reverse proxy into kubernetes pods running various web apps. My issu… Read more How To Rewrite Uri Nginx Reverse Proxy Using Proxy_pass?

Unable To Get All The Jobs Inside A Cluster Using @kubernetes/client-node

I am using @kubernetes/client-node to access Kubernetes server API. I can get all the Pods from def… Read more Unable To Get All The Jobs Inside A Cluster Using @kubernetes/client-node