Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
panelIconId1f6e0
panelIcon:tools:
panelIconText🛠
bgColor#FFFAE6

This is an advanced topic for platform engineers.

In the infrastructure repository for the organization, you can create Terraform root modules for managing ingress resources, including hosted zones, SSL certificates, load balancers, target groups, and DNS aliases.

Hosted Zones

In order to provision the ingress stack, you'll need at least one hosted zone. For more information on configuring hosted zones, see DNS administration.

Ingress Stack

Create a root module for the ingress stack for each stage of the software development lifecycle.

Info

The Flightdeck repository template comes with configuration for the ingress stack.

Code Block
infra/
  ingress/
    sandbox/
    production/

Flightdeck includes a Terraform module for provisioning an entire ingress stack, including:

Apply the root module for each stage of the software development lifecycle to provision the ingress stack.

Once the ingress stack is fully provisioned, you are ready to proceed with deploying the Flightdeck platform.