Skip to content
alex [dot] kramer [at] g_m_a_i_l [dot] com edited this page Jul 10, 2020 · 4 revisions

List K8 clusters/pool info

gcloud container clusters list
gcloud container node-pools list --cluster CLUSTER_NAME
gcloud container node-pools describe POOL_NAME --cluster CLUSTER_NAME

List compute instances

gcloud compute instances list
Clone this wiki locally