Deployment¶
There are 2 options to install KubeScope to your cluster:
-
Using Helm, with the project repository chart (recommended)
-
Using
kubectl apply, with raw YAML manifests
Prerequisites¶
Make sure you have the following installed:
-
Kubernetes cluster (v1.30+ recommended)
-
kubectl configured
-
Helm (optional)
Using Helm¶
If you have Helm, you can start by cloning the repository.
Move to the project's directory, and install the chart to a namespace of your choice.
Access the web interface.
Now you can open your browser at http://localhost:8080 to view your dashboard.
Using YAML manifests¶
Clone the repository, and move inside the manifest directory.
Creating a new namespace.
Create RBAC resources, these include ServiceAccount, ClusterRole and ClusterRoleBinding.
Install dashboard components and its services.