Files
immich/docs/docs/install/kubernetes.md
Matthew Momjian c70d9f9055 docs: bunch of small changes (#8854)
* Update postgres-standalone.md

* Update postgres-standalone.md

* Update postgres-standalone.md

* Update postgres-standalone.md

* Update environment-variables.md

* Update postgres-standalone.md

* Update docker-compose.mdx

* Update environment-variables.md

* Update FAQ.mdx

* Update kubernetes.md

* Update kubernetes.md

* Update system-settings.md

* Update libraries.md

* Update supported-formats.md
2024-04-16 18:58:19 -04:00

642 B

sidebar_position
sidebar_position
40

Kubernetes

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

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

:::caution DNS in Alpine containers Immich 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

:::