pulumi / pulumi-cloud-requests

Welcome to the public issue tracker for Pulumi Cloud (app.pulumi.com)! Feature requests and bug reports welcome!
10 stars 4 forks source link

Resource links in console should link to GKE rather than k8s dashboard #55

Open nesl247 opened 5 years ago

nesl247 commented 5 years ago

When browsing the web console and looking at the resources of a project, for kubernetes resources it tries to open in the k8s dashboard via a proxy. However with GKE, there is no dashboard.

lukehoban commented 5 years ago

We are planning to make these links link to the resources themselves in the cluster (the json representation). This is always available, and the only lowest common denominator we can be sure of for kubernetes resources.

Ideally, for “enlightened” managed Kubernetes services like GKE with their own kubernetes dashboards we could point directly to those, but it’s not simple to reverse engineer the association from the kubernetes resources to the fact that it is running in a particular GKE cluster, so enabling that might be a longer term thing.

nesl247 commented 5 years ago

That's completely understandable. I opened up the issue because it's something I think other people will run into.