You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Managed Instance Group with Client Authentication (mTLS)
An managed instance group (MIG) that runs an Envoy proxy to terminate mTLS
before the traffic is sent to Apigee via one-way TLS.
Note that by default Envoy doesn't send the client certificate to the backend
service. To enable this you could define an x-header in the envoy config.
Optional autoscaler configuration. Only one of 'cpu_utilization_target' 'load_balancing_utilization_target' or 'metric' can be not null.
object({ max_replicas = number min_replicas = number cooldown_period = number cpu_utilization_target = number load_balancing_utilization_target = number metric = object({ name = string single_instance_assignment = number target = number type = string # GAUGE, DELTA_PER_SECOND, DELTA_PER_MINUTE filter = string }) })