Skip to content

Change nginx to kind DaemonSet.

A DaemonSet ensures that all (or some) nodes run a copy of a pod. For internal traffic to access the external load balanced ip, all nodes need at least one pod running nginx. Should fix #24 (closed)

Merge request reports