Nadav Buchman
Nadav Buchman
+1 for json log format Regexp Format is working but it's more "expensive" in resources (we use fluentBit and had to tune it a lot to prevent it from losing...
Hey - is there an east-west `max_connection_duration` config per service/route? i saw it can be configured globally, but couldn't find any example to use Envoy CRDs to set it up
Actually it's achievable with `envoyConfig` as well example: (this is based on the circuit break example, just added timeout on the route) Can probably be configured in a different way...
+1 i have this query for deployments ``` max(kube_deployment_labels{cluster="eks-dev",namespace="default",label_slack_contact!=""}) by (deployment, label_slack_contact) * on (deployment) group_left (deployment) max (kube_deployment_status_condition{cluster="eks-dev",namespace="default",status="false"} > 0) by (deployment) ``` Having a similar metric for rollout...