Skip to main content

Kubernetes

You can deploy Gallery on Kubernetes using the official Helm chart.

You can view some examples of how other people run Gallery on Kubernetes, using the official chart or otherwise.

DNS in Alpine containers

Gallery makes use of Alpine container images. These can encounter a DNS resolution bug on Kubernetes clusters if the host nodes have a search domain set, like:

$ cat /etc/resolv.conf
search home.lan
nameserver 192.168.1.1