https://pulumi.com logo
f

full-dress-10026

05/29/2019, 12:55 AM
Can you deploy the k8s dashboard to minikube using Pulumi?
c

creamy-potato-29402

05/29/2019, 1:14 AM
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

full-dress-10026

05/29/2019, 1:15 AM
I was just following the getting started and the dashboard seemed useful. Is there a guide to adding it?
c

creamy-potato-29402

05/29/2019, 1:15 AM
not really, but it would be basically the same as deploying it with
kubectl
f

full-dress-10026

05/29/2019, 1:16 AM
Ah. How does the eks.Cluster automatically deploy the dashboard? Could I copy some of that code?
c

creamy-potato-29402

05/29/2019, 1:17 AM
I believe AWS has a little flag you can use to say “yes I want that”
gke does
let me check
w

white-balloon-205

05/29/2019, 1:46 AM
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.