Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.58 KB

File metadata and controls

38 lines (27 loc) · 1.58 KB

DNS secondary operator

A Juju charm deploying and managing a DNS secondary 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 dns-secondary --channel=latest/edge

You can then integrate it with any charm supporting the provider side of the dns_transfer interface, and the dns-secondary operator will start acting as a DNS secondary server for the primary one.

Basic operations

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

Learn more

Project and community