gcloud compute backends create

NOMBRE

gdcloud compute backends create: Crea backends para un balanceador de cargas.

SINOPSIS

gdcloud compute backends create BACKEND_NAME [flags]

EXAMPLES

To create backend "my-backend" for a load balancer, run:

    gdcloud compute backends create my-backend \
      --cluster-name="user-vm-1-cluster" \
      --labels=app=web,rev=v1.2

MARCAS OBLIGATORIAS

      --labels strings   Selector defining which endpoints (Pods or VMs) to use for this backend.

MARCAS OPCIONALES

      --cluster-name string   Name of the Kubernetes cluster that the scope of the defined selectors are limited to.
      --zone string           Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.

MARCAS GENERALES DE GCLOUD

Estas marcas están disponibles para todos los comandos: --configuration, --format, --help, --project y --quiet.

Para obtener más información, consulta la página de descripción general de la referencia de la CLI de gcloud.