GCP n00b here - what is a good way to get a list o...
# random
g
GCP n00b here - what is a good way to get a list of instances in a particular namespace?
This gcloud container clusters list gets me the list fine.
How do I look within?
g
What do you mean by a namespace in GCP? Do you mean Kubernetes namespace?
g
yes
@gorgeous-tent-29765 I mean to ask if gcloud will let me learn about if not modify anything with that namespace.
c
I guess you're talking about GKE? You can use gcloud to point your kubeconfig to that cluster and interact with it using kubectl
g
@green-knife-71366 best way to CRUD Kubernetes resources is with kubectl. You can get the cluster credentials as mentioned by abhijith and then can do anything.
You can search on the web for how to do this as well. GKE and Kubernetes both have decent docs.
👍 1
g
Thank you for the previous responses. Next GCP noob question. I am in metrics explorer looking at a graph - How can I get the data of the graph in CSV? Someone else wants to analyse the data in Ms Excel / grep.
🧵 3
the three dot menu does not list ‘download CSV’ as option. I believe that the data I am looking at pictorially should be trivially easy to get in CSV. Please help .