Can you deploy the k8s dashboard to minikube using...
# general
f
Can you deploy the k8s dashboard to minikube using Pulumi?
c
yes.
this is just like any other resource you’d deploy.
If it doesn’t come with your “distribution” then you’ll have to do it manually.
f
I was just following the getting started and the dashboard seemed useful. Is there a guide to adding it?
c
not really, but it would be basically the same as deploying it with
kubectl
f
Ah. How does the eks.Cluster automatically deploy the dashboard? Could I copy some of that code?
c
I believe AWS has a little flag you can use to say “yes I want that”
gke does
let me check
w
Yes - the EKS package just installs the dashboard YAML files for you if you set the bool to true. See https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/dashboard.ts.