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.

...

Edit the ingress stack for your sandbox clusters.

Code Block
infra/
  ingress/
    sandbox/

Add your new cluster to the list of clusters and target groups.

Code Block
module "ingress" {
  cluster_names = ["mycompany-sandbox-v1", "mycompany-sandbox-v2"]

  target_group_weights = {
    mycompany-sandbox-v1 = 100
    mycompany-sandbox-v2 = 0
  }
}

...

Info

The AWS Platform Guide now lives at thoughtbot.com

Visit Set up ingress for the new cluster to access this page's content