|
| 1 | +{ |
| 2 | + "section": { |
| 3 | + "title": "Manage Databases Visually — From Deployment to Recovery", |
| 4 | + "description": "Experience the new KubeDB UI — designed to help you deploy, manage, and monitor your favorite databases with just a few clicks. Explore a seamless visual workflow that replaces complex YAML with intuitive controls." |
| 5 | + }, |
| 6 | + "features": [ |
| 7 | + { |
| 8 | + "id": "provisioning", |
| 9 | + "icon": "https://img.icons8.com/ios-filled/100/E6E7E6/deployment.png", |
| 10 | + "title": "1-Click Provisioning", |
| 11 | + "description": "Spin up production-ready database clusters instantly — no YAML, no CLI.", |
| 12 | + "image": "/assets/images/products/kubedb/ui/provisioning.gif" |
| 13 | + }, |
| 14 | + { |
| 15 | + "id": "database-insight", |
| 16 | + "icon": "https://img.icons8.com/ios-filled/100/E6E7E6/combo-chart.png", |
| 17 | + "title": "Live Insights", |
| 18 | + "description": "View performance, storage, and health metrics in real time with visual dashboards.", |
| 19 | + "image": "/assets/images/products/kubedb/ui/live-insights.png" |
| 20 | + }, |
| 21 | + { |
| 22 | + "id": "managing", |
| 23 | + "icon": "https://img.icons8.com/ios-filled/100/E6E7E6/robot-2.png", |
| 24 | + "title": "Automated DBA", |
| 25 | + "description": "Handle upgrades, scaling, and rolling restarts — all through the UI.", |
| 26 | + "image": "/assets/images/products/kubedb/ui/robot-2.gif" |
| 27 | + }, |
| 28 | + { |
| 29 | + "id": "disaster-recovery", |
| 30 | + "icon": "https://img.icons8.com/ios-filled/50/E6E7E6/data-backup.png", |
| 31 | + "title": "Disaster Recovery", |
| 32 | + "description": "Create, schedule, and restore backups effortlessly to ensure data resilience.", |
| 33 | + "image": "/assets/images/products/kubedb/ui/disaster-recovery.gif" |
| 34 | + }, |
| 35 | + { |
| 36 | + "id": "monitoring", |
| 37 | + "icon": "https://img.icons8.com/ios-filled/100/E6E7E6/monitor.png", |
| 38 | + "title": "Monitoring", |
| 39 | + "description": "Get full observability with built-in Grafana and Prometheus dashboards.", |
| 40 | + "image": "/assets/images/products/kubedb/ui/monitoring.gif" |
| 41 | + }, |
| 42 | + { |
| 43 | + "id": "alert", |
| 44 | + "icon": "https://img.icons8.com/ios-filled/100/E6E7E6/bell.png", |
| 45 | + "title": "Smart Alerts", |
| 46 | + "description": "Stay informed with automated alerts for your mission-critical databases.", |
| 47 | + "image": "/assets/images/products/kubedb/ui/alert.png" |
| 48 | + } |
| 49 | + ] |
| 50 | +} |
0 commit comments