gdcloud compute backends create

NOME

gdcloud compute backends create - Crea backend per un bilanciatore del carico.

SINOSSI

gdcloud compute backends create BACKEND_NAME [flags]

ESEMPI

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

FLAG OBBLIGATORI

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

FLAG FACOLTATIVI

      --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.

GDCLOUD WIDE FLAGS

Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.

Per saperne di più, consulta la pagina Panoramica del riferimento di gcloud CLI.