Skip to main content
This guide walks you through installing Metoro using the configuration you prepared in the previous step.

Prerequisites

Before installation, ensure you have:

Installation Steps

1. Obtain Helm Charts

Contact your Metoro representative to get:
  • Helm charts (provided as a zip file)
  • Image pull secret for accessing Metoro container images

2. Prepare Your Environment

3. Apply Your Configuration

If you followed the configuration guide, you should have already created the necessary secrets. If not, create them now:

4. Install Metoro Hub

Install using your prepared configuration file:
Monitor the deployment:

5. Verify Installation

Wait for all pods to be ready:

6. Access the Metoro UI

Option A: Port Forwarding (Development)

Then access: http://localhost:8080

Option B: Ingress (Production)

If you configured ingress, access Metoro at your configured domain (e.g., https://metoro.yourdomain.com)

7. Initial Login

  1. Navigate to the Metoro UI
  2. Log in with the credentials you configured in defaultOnPremAdmin
  3. If using default credentials, change the password immediately

8. Install Metoro Agents

After logging into the Metoro UI:
  1. Click on “Add Cluster” or “Existing Cluster”
  2. Enter a name for your cluster
  3. Copy the provided installation command
  4. Run the command in the cluster you want to monitor
  5. After a few minutes, you should see the UI show that data is being collected from the new cluster.

Post-Installation

Common Issues

Check for:
  • Insufficient resources: kubectl describe node
  • PVC issues: kubectl describe pvc -n metoro-hub
  • Image pull errors: kubectl describe pod <pod-name> -n metoro-hub
  • Verify API server is running: kubectl get pods -n metoro-hub | grep apiserver
  • Check service endpoints: kubectl get endpoints -n metoro-hub apiserver
  • Review logs: kubectl logs -n metoro-hub deployment/apiserver
  • Ensure agents are installed in monitored clusters
  • Check agent connectivity to hub
  • Verify ingester is processing data
  • Allow 2-3 minutes for initial data to appear

Next Steps