Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi, thanks for the Tutorial. On a Digital Ocean managed Kubernetes Cluster I get the following installation error creating the dashboard pod.
panic: secrets is forbidden: User “system:serviceaccount:default:dashboard-kubernetes-dashboard” cannot create resource “secrets” in API group “” in the namespace “kube-system”
Followed the steps and getting this when attempting to view dashboard through kubectl proxy
{
kind: "Status",
apiVersion: "v1",
metadata: { },
status: "Failure",
message: "no endpoints available for service "https:dashboard:"",
reason: "ServiceUnavailable",
code: 503
}
When I tried to run this,
helm install stable/kubernetes-dashboard --name dashboard-demo
Error: release dashboard-demo failed: namespaces “default” is forbidden: User “system:serviceaccount:kube-system:default” cannot get resource “namespaces” in API group “” in the namespace “default”
This isn’t working for me with the latest update to 2.12.3. I cannot connect helm to tiller.
Yet another broken Kubernetes tutorial. Glad all these issues were fixed before going GA! /s
Hi, I had difficulty installing the dashboard and added a helm issue here:
https://github.com/helm/charts/issues/14289
along with a workaround.
This post is quite a bit outdated now. Helm 3 no longer uses tiller and the command to install has no --name flag it is now required:
helm install dashboard-demo stable/kubernetes-dashboard
G’day, fyi Im on a windows machine.
Sorry instructions don’t work. Spent a couple of hours on this.
All looks well, helm works, tiller is running,
but when try to install ANY helm package you get this
Error: validation failed: unable to recognize “”: no matches for kind “Deployment” in version “extensions/v1beta1”
Ive successfully setup K8s on GCP, and… like everyone says, it just works.
Unfortunately, with DO, sadly as I expected, it just does not work.
Was nice having a play though. Will try again in 6 months. I realize these things are hard and takes time for documentation to get perfected.
cheers
Hi,
This tutorial is out of date, Helm 3 does not use Tiller. Please update.