Quick Start
This guide walks you through your first 5 minutes with KubeVision.
1. Login
Navigate to http://localhost:8080 and login with:
- Username:
admin - Password:
admin123
2. Add a Cluster
KubeVision auto-detects the cluster from your kubeconfig. For additional clusters:
- Go to Settings → Clusters
- Click Add Cluster
- Provide a name and upload the kubeconfig file
- Click Save
3. Explore Resources
The left sidebar shows all available resource types organized by category:
- Workloads — Deployments, StatefulSets, DaemonSets, Jobs, CronJobs, Pods
- Networking — Services, Ingresses, NetworkPolicies
- Storage — PersistentVolumes, PersistentVolumeClaims, StorageClasses
- Configuration — ConfigMaps, Secrets
- Cluster — Nodes, Namespaces, ServiceAccounts, Roles
4. Use Global Search
Press Cmd+K (or Ctrl+K) to open the global search. Type any resource name to find it across all clusters and namespaces.
5. Open a Terminal
- Navigate to any Pod
- Click the Terminal tab
- Select a container (if multiple)
- Start typing commands
6. Enable 2FA (Recommended)
- Go to Settings → Security
- Click Enable 2FA
- Scan the QR code with Google Authenticator or Authy
- Enter the verification code to confirm
- Save your recovery codes in a safe place
Next Steps
- Configuration — Database, auth, and Kubernetes settings
- RBAC — Set up roles and permissions
- Resource Management — CRUD operations