Skip to main content

Prerequisites

Before you begin, make sure you have:
Download from nodejs.org
Only needed for connecting to real clusters. Install from kubernetes.io

Installation

Exploring Demo Mode

Demo Mode lets you explore all features without connecting to a real cluster:

Dashboard

View summary cards showing resource counts (Deployments, Pods, Nodes, etc.)

Deployments

Browse deployment lists, view details, and see associated pods

Pods

Inspect pod details, view container logs, and check events

Topology

Visualize resource relationships in an interactive graph
Demo Mode uses realistic mock data that simulates a production environment. Perfect for testing, presentations, or learning Kubernetes concepts.

Connecting to a Real Cluster

1

Click the 'DEMO MODE' badge

Located in the top-right corner of the header
2

Select 'Real Cluster'

Choose your kubectl context from the dropdown
3

Select namespace

Pick the namespace you want to monitor (default: ‘default’)
4

Test connection

Click ‘Test Connection’ to verify cluster access
5

Switch mode

Click ‘Switch to Real Cluster’ to start monitoring live resources
Make sure your ~/.kube/config file is properly configured and you have appropriate permissions to access the cluster.

Next Steps

CLI Management

Orphelix CLI provides powerful commands for managing your dashboard:
# View status
npm run orphelix status

# View logs
npm run orphelix logs

# Restart application
npm run orphelix restart

# Create backup
npm run orphelix backup

# Enable auto-startup on boot
npm run orphelix startup

# Run health checks
npm run orphelix doctor
See CLI Commands for complete reference.