Docs / Kubernetes & Orchestration / How to Deploy Grafana with Pre-Built Dashboards from the Marketplace

How to Deploy Grafana with Pre-Built Dashboards from the Marketplace

By Admin · Mar 17, 2026 · Updated Apr 23, 2026 · 428 views · 1 min read

Overview

Grafana is a powerful open-source visualization and monitoring platform. Using the Kazepute marketplace, you can deploy Grafana with pre-configured dashboards for system monitoring, Docker containers, and application metrics.

One-Click Deployment

Navigate to the App Marketplace in your portal and select Grafana. Choose your Breeze plan (Kaze 2+ recommended for production use) and click Deploy.

Default Dashboards

Your marketplace Grafana comes with these pre-built dashboards:

  • System Overview — CPU, RAM, disk, network at a glance
  • Docker Containers — Container resource usage via cAdvisor
  • Node Exporter — Detailed Linux system metrics

Accessing Grafana

# Default URL after deployment\nhttps://YOUR_IP:3000\n\n# Default credentials\nUsername: admin\nPassword: (your root password)

Adding Data Sources

Go to Configuration → Data Sources → Add data source. Prometheus is pre-configured at http://localhost:9090.

Creating Custom Dashboards

Click + → New Dashboard → Add visualization. Select your data source, build your query with PromQL, and customize the panel.

Was this article helpful?