Channel Revision Published Runs on
latest/edge 81 17 Apr 2026
Ubuntu 22.04
juju deploy bind --channel edge
Show information

Platform:

Ubuntu
22.04

Bind DNS charm for a centralised DNS server.

CharmHub Badge Publish to edge Promote charm Discourse Status

Bind operator

A Juju charm deploying and managing a DNS server on bare metal.

This charm simplifies configuration of a DNS server by providing a single point of configuration for all the requirers using the same DNS server. It can be deployed on virtual machines or bare metal.

As such, the charm makes it easy to manage and propagate DNS configuration while giving the freedom to deploy on the substrate of their choice.

For DevOps or SRE teams this charm will make operating any charm requiring dynamic DNS configuration simple and straightforward through Juju's clean interface.

Get started

The charm can be deployed to any machine model by pulling it from Charmhub:

juju deploy bind --channel=latest/edge

You can then integrate it with any charm supporting the requirer side of the dns_record interface, and the bind operator will start serving those DNS records.

Basic operations

No actions are available as this charm is meant to be operated through its integrations.
The charm can integrate with any requirer charm implementing the dns_record interface.

Learn more

Project and community