Skip to content

Zone deployment

Specification

The specification of the Zone contains the following fields:

Field Type Required Description
kind string Y Kind of the zone, one of "Native", "Master", "Slave", "Producer", "Consumer"
nameservers []string Y List of the nameservers of the zone
catalog string N The catalog this zone is a member of

Example

apiVersion: dns.cav.enablers.ob/v1alpha1
kind: Zone
metadata:
  name: helloworld.com
spec:
  nameservers:
    - ns1.helloworld.com
    - ns2.helloworld.com
  kind: Master
  catalog: catalog.helloworld