Martin Linkhorst

Results 52 issues of Martin Linkhorst

In order to limit the amount of [voluntary](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#voluntary-and-involuntary-disruptions) pod terminations, e.g. during Kubernetes [cluster updates](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-upgrades), we should deploy a [PodDisruptionBudget](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) that limits the number of Cassandra nodes that can be...

This runs the entire test suite again against a cluster using arm64 master nodes. It's quite overkill as it 2x the time to run e2e tests and increases the potential...

do-not-merge

in order to make the daemons HA we could deploy multiple copies of it. though, only one of them should be active at any point in time. each instance could...

`Mate` completely relies on data from the Kubernetes API to create DNS records. E.g. it gets all `Ingress` objects from your cluster, inspects the rules and external load balancer IP...

The logging output is currently very messy and partly wrong. let's fix it.

late hackweek project idea :)

https://github.com/zalando-incubator/mate/pull/43#issuecomment-271260517

https://github.com/zalando/mate/commit/79ecffb0bb8eb66caf7b15bf5a86a8c9116aaf60#diff-6bcfd5e9b288faaba5215a75e1c4dfa5R22 should be reverted. i agree that the most specific part should be on the left, but that only applies if there's a dot between the components., e.g. `postgres.teamname.svc.cluster.local` if...

The autoscaler is great. However it can get into a state where it switches the desired node count back and forth due to small increase and decrease of workload in...

When using instance connect the old docs for scp didn't work anymore. Specifying both usernames fixed the problem.