Helm Chart Repository

avahi-controller

A Kubernetes controller that manages Avahi (mDNS / DNS-SD) service announcements for pods and services running in your cluster. Useful for local network discovery on bare-metal and home-lab setups — no external DNS required.

Add the repository

helm repo add avahi-controller https://mm503.github.io/avahi-controller helm repo update

Install

helm install avahi-controller avahi-controller/avahi-controller \ --namespace avahi-controller \ --create-namespace

Upgrade

helm upgrade avahi-controller avahi-controller/avahi-controller

About this page

This GitHub Pages site hosts the Helm chart index (index.yaml) for the avahi-controller project. Charts are published automatically on each release via chart-releaser.