Daniel Hajduk

Results 11 comments of Daniel Hajduk

> Should i always use v1beta2 to make sure prune: true is honored This is super important question !!

It's so annoying.. SOPS should work with ANY credentials it finds on the path, and for w/e reason always fails if `aws_profile` is present, even if you have IRSA or...

SOPS does not follow default credentials chain in that case. Which means it works exactly the opposite of many industry standard tools like aws cli or terraform.

> I have a workaround for workload grouping I added this spec in kube-state-metrics servicemonitor > > ``` > - action: replace > regex: ([a-z-]+[0-9]{0,1}?)-([a-z0-9-]+) > replacement: $1 > sourceLabels:...

Just hit the same issue :D... The default scraping is terrible, the cardinality is so bad we had to override default queries, now we have no option to do that....

Did you enable gathering of those metrics.. ? look at flags for exporter

> Trivy action only supports what Trivy has to offer. Currently Trivy does not offer this feature in the open source version. Come on its a simple for_each in bash..

So what are the alternatives now to get those metrics ? Sry starting with vpa just to have free recommendations instead of paying 15k to some random saas.

Super interested in this - very often happens that the node-termination-handler is scheduled on the node that is currently being terminated and this causes issues.

You are supposed to parse those nested_logs using for example vector's `. |= object!(parse_json!(.my_nested_json))` yourself, if you add tens/hundreds of nested fields into labels - loki index will transform into...