kubernetes/dashboard Installation Guide
How to install kubernetes/dashboard. Official project installation instructions and setup guide.
Automated Install (Recommended)
Quick installation instructions for kubernetes/dashboard. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i kubernetes/dashboardInstall via npx
npx @hexmos/ipm i kubernetes/dashboardPrerequisites
Docker
system_toolVersion: 19.0.0-ce, 20.10.0-rc1, 20.10.0-rc2, 20.10.0-rc3, 20.10.0-rc4, 20.10.0-rc5, 20.10.0-rc6, 20.10.0-rc7, 20.10.0-rc8, 20.10.0-rc9, 20.10.0-rc10, 20.10.0-rc11, 20.10.0-rc12, 20.10.0-rc13, 20.10.0-rc14, 20.10.0-rc15, 20.10.0-rc16, 20.10.0-rc17, 20.10.0-rc18, 20.10.0-rc19, 20.10.0-rc20, 20.10.0-rc21, 20.10.0-rc22, 20.10.0-rc23, 20.10.0-rc24, 20.10.0-rc25, 20.10.0-rc26, 20.10.0-rc27, 20.10.0-rc28, 20.10.0-rc29, 20.10.0-rc30, 20.10.0-rc31, 20.10.0-rc32, 20.10.0-rc33, 20.10.0-rc34, 20.10.0-rc35, 20.10.0-rc36, 20.10.0-rc37, 20.10.0-rc38, 20.10.0-rc39, 20.10.0-rc40, 20.10.0-rc41, 20.10.0-rc42, 20.10.0-rc43, 20.10.0-rc44, 20.10.0-rc45, 20.10.0-rc46, 20.10.0-rc47, 20.10.0-rc48, 20.10.0-rc49, 20.10.0-rc50, 20.10.0-rc51, 20.10.0-rc52, 20.10.0-rc53, 20.10.0-rc54, 20.10.0-rc55, 20.10.0-rc56, 20.10.0-rc57, 20.10.0-rc58, 20.10.0-rc59, 20.10.0-rc60, 20.10.0-rc61, 20.10.0-rc62, 20.10.0-rc63, 20.10.0-rc64, 20.10.0-rc65, 20.10.0-rc66, 20.10.0-rc67, 20.10.0-rc68, 20.10.0-rc69, 20.10.0-rc70, 20.10.0-rc71, 20.10.0-rc72, 20.10.0-rc73, 20.10.0-rc74, 20.10.0-rc75, 20.10.0-rc76, 20.10.0-rc77, 20.10.0-rc78, 20.10.0-rc79, 20.10.0-rc80, 20.10.0-rc81, 20.10.0-rc82, 20.10.0-rc83, 20.10.0-rc84, 20.10.0-rc85, 20.10.0-rc86, 20.10.0-rc87, 20.10.0-rc88, 20.10.0-rc89, 20.10.0-rc90, 20.10.0-rc91, 20.10.0-rc92, 20.10.0-rc93, 20.10.0-rc94, 20.10.0-rc95, 20.10.0-rc96, 20.10.0-rc97, 20.10.0-rc98, 20.10.0-rc99, 20.10.0-rc100] }, {
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Helm Installation
helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboardHelm Chart Installation
helm install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboardPost Installation Steps
- Access the Dashboard UI by navigating to your Kubernetes cluster's IP address (e.g., http://your-cluster-ip:8080). You can find the IP address in the dashboard's configuration.
- If you are using a proxy, configure it to point to the Kong gateway API proxy.
