gcloud_container (1)
NAME
- gcloud container - deploy and manage clusters of machines for running containers
SYNOPSIS
-
gcloud container GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Kubernetes Engine is a cluster manager and orchestration system for running your Docker containers. Kubernetes Engine schedules your containers into the cluster and manages them automatically based on requirements you define, such as CPU and memory.
More information on Kubernetes Engine can be found here: cloud.google.com/kubernetes-engine and detailed documentation can be found here: cloud.google.com/kubernetes-engine/docs
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
-
- clusters
-
Deploy and teardown Google Kubernetes Engine clusters.
- images
-
List and manipulate Google Container Registry images.
- node-pools
-
Create and delete operations for Google Kubernetes Engine node pools.
- operations
-
Get and list operations for Google Kubernetes Engine clusters.
COMMANDS
COMMAND is one of the following:
-
- get-server-config
-
Get Kubernetes Engine server config.
NOTES
These variants are also available:
- $ gcloud alpha container $ gcloud beta container