td

Traffic Director

NetworkingGCP
General

General information about the service.

Description

Traffic Director is a fully managed traffic control plane for service mesh, providing global load balancing for service-to-service communication.

Service ID

trafficdirector.googleapis.com

Resource Pattern

projects/{project}/locations/global/meshes/{mesh}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

td-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_network_services_mesh" "main" {
2 name = "td-${var.environment}"
3}
Utilities

Utilities to support app deployment or configuration.