Skip to Content
Getting Started

Installation Guide

Follow the steps below to install and access ScaleOps on your cluster.

Install ScaleOps

helm install --create-namespace -n scaleops-system \ --repo https://registry.scaleops.com/charts/ \ --username scaleops --password <YOUR_SCALEOPS_TOKEN> \ --set scaleopsToken=<YOUR_SCALEOPS_TOKEN> \ --set clusterName=<CUSTOMER_NAME>-$(kubectl config current-context) \ --set global.image.registry=registry.scaleops.com \ scaleops scaleops

Enable Port Forwarding

kubectl port-forward service/scaleops-dashboards -n scaleops-system 8080

Access ScaleOps Dashboard

http://localhost:8080 


Airgapped Installation

All ScaleOps features are fully supported on airgapped environments. For installation instructions and configuration details specific to airgapped deployments, please reach out to ScaleOps support for more information.