Re: [kubernetes-users] Kubernetes service type for background app

2018-01-01 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Why do you need a Service at all? On Jan 1, 2018 8:43 PM, "Mario Rodriguez" wrote: > Hi, I'm in the middle of creating an K8s app that doesn't expose any HTTP > endpoints, is just a background app that pulls messages from a message bus > and takes some action based on the

[kubernetes-users] Kubernetes service type for background app

2018-01-01 Thread Mario Rodriguez
Hi, I'm in the middle of creating an K8s app that doesn't expose any HTTP endpoints, is just a background app that pulls messages from a message bus and takes some action based on the incoming message. No other apps will interact directly with this background app, only thru posting messages

[kubernetes-users] Helm chart testing

2018-01-01 Thread Karl Stoney
Hey folks, I've written a little utility to help us test Helm charts. It is a CLI that backs onto Mocha (a popular test framework) and allows you to write assertions on the result of a `helm template`. It's helped me massively when working on helm charts which contain logic, as a programmer