Manage containerized applications on Kubernetes and clusters. See also:
gcloud
. More information: https://cloud.google.com/sdk/gcloud/reference/container.
gcloud
as a Docker credential helper:gcloud auth configure-docker
gcloud container clusters create cluster_name
gcloud container clusters list
kubectl
to use a GKE cluster:gcloud container clusters get-credentials cluster_name
gcloud container images list-tags image
gcloud container clusters describe cluster_name