No description
Find a file
2022-01-05 23:10:37 +01:00
files FEAT: replace bitnami prometheus/grafana chart with prometheus-community 2021-12-05 00:21:31 +01:00
vars BREAK: rename group_vars/all.yml -> vars/helm.yml 2022-01-02 20:22:04 +01:00
baseline.yml FEAT: include all k8s manifests in files/ 2022-01-02 20:22:22 +01:00
INSTALL.md DOC: add INSTALL.md 2021-12-14 14:36:47 +01:00
logo.png FEAT: add logo 2021-11-30 14:49:29 +01:00
README.md DOC: use ProxyProtocol for Linode LB 2022-01-05 23:10:37 +01:00

Kubernetes Baseline

Notes

Linode

ProxyProtocol needs to be enabled for ingress-nginx to see the clients IP in ingress log.

Add the ProxyProtocol annotation to the ingress-nginx service:

annotations:
	service.beta.kubernetes.io/linode-loadbalancer-proxy-protocol: v2

Update the ingress-nginx ConfigMap to make nginx expect ProxyProtocol data:

data:
  use-proxy-protocol: "true"