csm

Cloud Service Mesh

NetworkingGCP
General

General information about the service.

Description

Cloud Service Mesh is a managed service mesh platform based on Istio that simplifies the management, security, and observability of microservices running on GKE and Compute Engine.

Service ID

mesh.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/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

csm-{workload}-{env}

Length

4-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

regional

Code

Deploy your infrastructure as code using your preferred tooling.

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

Utilities to support app deployment or configuration.