gcloud container

Manage containerized applications on Kubernetes and clusters. See also: gcloud. More information: https://cloud.google.com/sdk/gcloud/reference/container.

gcloud auth configure-docker

gcloud container clusters create {{cluster_name}}

gcloud container clusters list

gcloud container clusters get-credentials {{cluster_name}}

gcloud container images list-tags {{image}}