mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 22:36:52 +00:00
73 lines
1.8 KiB
Text
73 lines
1.8 KiB
Text
|
|
NAME
|
||
|
|
gcloud container hub - centrally manage features and services on all your
|
||
|
|
Kubernetes clusters with Hub
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud container hub GROUP [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
The command group to register GKE or other Kubernetes clusters running in a
|
||
|
|
variety of environments, including Google cloud, on premises in customer
|
||
|
|
datacenters, or other third party clouds with Hub. Hub provides a
|
||
|
|
centralized control-plane to managed features and services on all
|
||
|
|
registered clusters.
|
||
|
|
|
||
|
|
A registered cluster is always associated with a Membership, a resource
|
||
|
|
within Hub.
|
||
|
|
|
||
|
|
EXAMPLES
|
||
|
|
Manage memberships of all your GKE and other Kubernetes clusters with Hub:
|
||
|
|
|
||
|
|
$ gcloud container hub memberships --help
|
||
|
|
|
||
|
|
Manage Config Management feature on all memberships:
|
||
|
|
|
||
|
|
$ gcloud container hub config-management --help
|
||
|
|
|
||
|
|
Manage Multi-cluster Ingress feature on all memberships:
|
||
|
|
|
||
|
|
$ gcloud container hub ingress --help
|
||
|
|
|
||
|
|
Manage Multi-cluster Services feature on all memberships:
|
||
|
|
|
||
|
|
$ gcloud container hub multi-cluster-services --help
|
||
|
|
|
||
|
|
Manage CloudRun feature on all memberships:
|
||
|
|
|
||
|
|
$ gcloud container hub cloudrun --help
|
||
|
|
|
||
|
|
GCLOUD WIDE FLAGS
|
||
|
|
These flags are available to all commands: --help.
|
||
|
|
|
||
|
|
Run $ gcloud help for details.
|
||
|
|
|
||
|
|
GROUPS
|
||
|
|
GROUP is one of the following:
|
||
|
|
|
||
|
|
cloudrun
|
||
|
|
Manage the CloudRun feature.
|
||
|
|
|
||
|
|
features
|
||
|
|
Manage Hub Feature resources.
|
||
|
|
|
||
|
|
ingress
|
||
|
|
Manage Multi-cluster Ingress Feature.
|
||
|
|
|
||
|
|
memberships
|
||
|
|
Manage memberships of all your GKE and other Kubernetes cluster with
|
||
|
|
Fleet.
|
||
|
|
|
||
|
|
mesh
|
||
|
|
Manage Service Mesh Feature.
|
||
|
|
|
||
|
|
multi-cluster-services
|
||
|
|
Manage Multi-cluster Services Feature.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
These variants are also available:
|
||
|
|
|
||
|
|
$ gcloud alpha container hub
|
||
|
|
|
||
|
|
$ gcloud beta container hub
|
||
|
|
|