ant

Anthos

ContainersGCP
General

General information about the service.

Description

Google Anthos is a managed application platform that extends Google Cloud services to your existing infrastructure.

Service ID

anthos.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/memberships/{membership}

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

ant-{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_gke_hub_membership" "main" {
2 membership_id = "ant-${var.environment}"
3
4 endpoint {
5 gke_cluster {
6 resource_link = google_container_cluster.main.id
7 }
8 }
9}
Utilities

Utilities to support app deployment or configuration.