Skip to content

Manage DNS subzones

DNS subzones, also known as child zones, are subdivisions of a primary DNS zone. They allow for more granular control over DNS records within an organization or project. For example, if you have a primary zone called example.com, you might create subzones such as sales.example.com or dev.example.com to manage DNS records for different departments or stages separately. This documentation covers the creation, management, and movement of DNS subzones within our system.

To create a DNS subzone, follow the same process as creating a regular DNS zone. Detailed instructions can be found in the documentation: Manage DNS subzones.

Moving a DNS subzone to a different project

Section titled “Moving a DNS subzone to a different project”

If you need to move a DNS zone to another STACKIT project, you can use the regular zone move mechanism documented here: Move a DNS zone. This process transfers all associated DNS records and subzones to the new project without interruption of the DNS service. Billing for that zone is adjusted to the new project accordingly.

Creating a subzone in a different project using DNS delegation

Section titled “Creating a subzone in a different project using DNS delegation”

Alternatively, if you need to create a subzone in a different STACKIT project without moving the parent zone, you can use DNS delegation.

  1. Set Up DNS Delegation in the Parent Zone:
    • Access the DNS management interface for the parent zone.
    • Create a delegation record (NS record) pointing to the STACKIT nameserver: ns1.stackit.cloud and ns2.stackit.zone: Subdomain delegation
  2. Configure the Subzone in the Target Project:
    • In the target project, access the DNS management interface.
    • Now you can create the subzone with the delegated name, in this case it is: dev.example.com
  • Cross-Project Management: Allows subzone creation and management across different projects.
  • Flexibility: Provides more flexibility in organizing DNS zones according to project-specific needs.