Prerequisites

Before installing Devtron's Modern Kubernetes Dashboard, make sure to fulfill the following requirements:


Create a Kubernetes Cluster

You can create any Kubernetes cluster (preferably K8s version 1.16 or higher) for installing Devtron.

You can create a cluster using one of the following cloud providers as per your requirements:

Cloud Provider
Description

AWS EKS

Google Kubernetes Engine (GKE)

Azure Kubernetes Service (AKS)

k3s - Lightweight Kubernetes

Note

The above is not an exhaustive list. You may create a cluster using a platform of your choice, such as Minikube, MicroK8s, Kind on your local machine or cloud.

The minimum cluster resource requirements for installing Modern Kubernetes Dashboard (as per the number of applications you want to manage on Devtron) are provided below:

Resource Type
CPU
Memory

For configuring small resources (≤5 apps)

1

1 GB

For configuring medium/large resources (>5 apps)

2

3 GB


Install Helm

Refer Helm's official site to know the process of installing Helm on your target machine.


Next Steps

Refer Install Modern Kubernetes Dashboard by Devton

Last updated