|
18 | 18 | "features": [ |
19 | 19 | { |
20 | 20 | "title": "Provisioning", |
21 | | - "image": "/assets/images/databases/illustrations/colud-chair.png", |
| 21 | + "image": "/assets/images/databases/illustrations/provisioning.png", |
22 | 22 | "description": "If you can run Kubernetes, you can simply provision Elasticsearch databases using KubeDB. You don’t need to worry about all of the knowledge of Kubernetes Concept, Helm, and Elasticsearch server side setup. KubeDB simplifies the whole process for you. You just have to use standard Kubernetes CLI and API to provision Elasticsearch databases." |
23 | 23 | }, |
24 | 24 | { |
25 | 25 | "title": "Version Upgrade", |
26 | | - "image": "/assets/images/databases/illustrations/version-control.png", |
| 26 | + "image": "/assets/images/databases/illustrations/version-upgrade.png", |
27 | 27 | "description": "Upgrading the database version in Kubernetes is complicated. Upgrade operation should follow a specific order. KubeDB allows you to upgrade your running Elasticsearch database version without any downtime. You can upgrade your database to any major or minor update of the Elasticsearch version." |
28 | 28 | }, |
29 | 29 | { |
30 | 30 | "title": "Scaling", |
31 | | - "image": "/assets/images/databases/illustrations/scalling.png", |
| 31 | + "image": "/assets/images/databases/illustrations/scaling.png", |
32 | 32 | "description": "To improve your database performance you have to make sure that your database is scalable. KubeDB offers both Vertical and Horizontal Scaling of Elasticsearch databases in Kubernetes. You can simply scale your Elasticsearch cluster in Kubernetes using KubeDB." |
33 | 33 | }, |
34 | 34 | { |
35 | 35 | "title": "Volume Expansion", |
36 | | - "image": "/assets/images/databases/illustrations/expansion.png", |
| 36 | + "image": "/assets/images/databases/illustrations/volume-expansion.png", |
37 | 37 | "description": "Having options of increasing database volume ensures your database high availability and performance. You can expand your storage capacity of Elasticsearch Database in Kubernetes by using KubeDB." |
38 | 38 | }, |
39 | 39 | { |
40 | 40 | "title": "Backup & Restore", |
41 | | - "image": "/assets/images/databases/illustrations/backup.png", |
| 41 | + "image": "/assets/images/databases/illustrations/backup-restore.png", |
42 | 42 | "description": "To protect your database from any kind of accidental data loss, you will need a disaster recovery solution for your database. KubeDB offers you to Backup & Restore your Elasticsearch Database in Kubernetes via Stash. Stash is seemingly integrated with KubeDB. You can automate this feature to backup your Elasticsearch database in Kubernetes by using Stash." |
43 | 43 | }, |
44 | 44 | { |
45 | 45 | "title": "Monitoring", |
46 | | - "image": "/assets/images/databases/illustrations/overview.png", |
| 46 | + "image": "/assets/images/databases/illustrations/monitoring.png", |
47 | 47 | "description": "KubeDB comes with native support for monitoring via Prometheus. You can use builtin Prometheus scrapper or CoreOS Prometheus Operator to monitor your Elasticsearch database in Kubernetes. You can use the Grafana to view key operational metrics, including compute/memory/storage capacity utilization, I/O activity, and instance connections." |
48 | 48 | }, |
49 | 49 | { |
|
0 commit comments