Hybrid cloud cluster monorepo with Ansible, K8s, NixOS, and Terraform. cute.haus
ansible terraform nix k8s
1

Configure Feed

Select the types of activity you want to include in your feed.

k8s/websites: spread replicas across zones

Aly Raffauf (Jul 1, 2026, 9:53 PM EDT) f4d03a7d 11fe24e3

+18
+6
k8s/charts/aly-codes/templates/deployment.yaml
··· 21 21 type: RuntimeDefault 22 22 topologySpreadConstraints: 23 23 - maxSkew: 1 24 + topologyKey: topology.kubernetes.io/zone 25 + whenUnsatisfiable: DoNotSchedule 26 + labelSelector: 27 + matchLabels: 28 + app: {{ .Chart.Name }} 29 + - maxSkew: 1 24 30 topologyKey: kubernetes.io/hostname 25 31 whenUnsatisfiable: DoNotSchedule 26 32 labelSelector:
+6
k8s/charts/switchyard/templates/deployment.yaml
··· 21 21 type: RuntimeDefault 22 22 topologySpreadConstraints: 23 23 - maxSkew: 1 24 + topologyKey: topology.kubernetes.io/zone 25 + whenUnsatisfiable: DoNotSchedule 26 + labelSelector: 27 + matchLabels: 28 + app: {{ .Chart.Name }} 29 + - maxSkew: 1 24 30 topologyKey: kubernetes.io/hostname 25 31 whenUnsatisfiable: DoNotSchedule 26 32 labelSelector:
+6
k8s/charts/watsup/templates/deployment.yaml
··· 22 22 dnsPolicy: Default 23 23 topologySpreadConstraints: 24 24 - maxSkew: 1 25 + topologyKey: topology.kubernetes.io/zone 26 + whenUnsatisfiable: DoNotSchedule 27 + labelSelector: 28 + matchLabels: 29 + app: {{ .Chart.Name }} 30 + - maxSkew: 1 25 31 topologyKey: kubernetes.io/hostname 26 32 whenUnsatisfiable: DoNotSchedule 27 33 labelSelector: