github.com/umeshredd/helm@v3.0.0-alpha.1+incompatible/docs/kubernetes_distros.md (about) 1 # Kubernetes Distribution Guide 2 3 This document captures information about using Helm in specific Kubernetes 4 environments. 5 6 We are trying to add more details to this document. Please contribute via Pull 7 Requests if you can. 8 9 ## MiniKube 10 11 Helm is tested and known to work with [minikube](https://github.com/kubernetes/minikube). 12 It requires no additional configuration. 13 14 ## `scripts/local-cluster` and Hyperkube 15 16 Hyperkube configured via `scripts/local-cluster.sh` is known to work. For raw 17 Hyperkube you may need to do some manual configuration. 18 19 ## GKE 20 21 Google's GKE hosted Kubernetes platform is known to work with Helm, and requires 22 no additional configuration. 23 24 ## Ubuntu with 'kubeadm' 25 26 Kubernetes bootstrapped with `kubeadm` is known to work on the following Linux 27 distributions: 28 29 - Ubuntu 16.04 30 - Fedora release 25 31 32 Some versions of Helm (v2.0.0-beta2) require you to `export KUBECONFIG=/etc/kubernetes/admin.conf` 33 or create a `~/.kube/config`. 34 35 ## Openshift 36 37 Helm works straightforward on OpenShift Online, OpenShift Dedicated, OpenShift Container Platform (version >= 3.6) or OpenShift Origin (version >= 3.6). To learn more read [this blog](https://blog.openshift.com/getting-started-helm-openshift/) post. 38 39 ## Platform9 40 41 Helm is pre-installed with [Platform9 Managed Kubernetes](https://platform9.com/managed-kubernetes/?utm_source=helm_distro_notes). Platform9 provides access to all official Helm charts through the App Catalog UI and native Kubernetes CLI. Additional repositories can be manually added. Further details are available in this [Platform9 App Catalog article](https://platform9.com/support/deploying-kubernetes-apps-platform9-managed-kubernetes/?utm_source=helm_distro_notes). 42 43 ## DC/OS 44 45 Helm has been tested and is working on Mesospheres DC/OS 1.11 Kubernetes platform, and requires no additional configuration. 46