concourse / hush-house

Concourse k8s-based environment
https://hush-house.pivotal.io
29 stars 23 forks source link

hh: Leverage 5.2 features #50

Closed cirocosta closed 5 years ago

cirocosta commented 5 years ago

Hey,

With the new features that are coming to v5.2 (see https://raw.githubusercontent.com/concourse/release-notes/master/lit/v5.2.0.lit and https://github.com/helm/charts/pull/13295), we're able to some cool things like:

Regarding the latter, we should be able to get a nice vis of those actions by crafting some metric queries against our logs in stackdriver 🤔

Thanks!

cirocosta commented 5 years ago

oh, this has actually been done already 😅

the only one that is missing is enabling caching for our secret lookups as there's not a good way for us to know the effect of that (we miss metrics in that part).

Thanks!