Skip to content

Commit a6b4e40

Browse files
committed
Update static-assets
Signed-off-by: mohin7 <[email protected]>
1 parent 9214b6d commit a6b4e40

File tree

3 files changed

+92
-0
lines changed

3 files changed

+92
-0
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"name": "Hazelcast",
3+
"id": "hazelcast",
4+
"title": "Run and Manage Hazelcast on Kubernetes",
5+
"hero": "/assets/images/databases/illustrations/kc-bg.png",
6+
"summary": "Provision, Upgrade, Scaling, Volume Expansion, Monitor, Backup & Restore, Security for Hazelcast Databases in Kubernetes on any Public & Private Cloud",
7+
"description": "As the world’s enterprises rapidly move to the cloud, and containers are taking over the world of software development, Kubernetes is the platform that lets users seamlessly deploy, scale, run containers, and manage their application life-cycle. <br /> <br />But, running databases and stateful applications in Kubernetes has always been a challenge. And it is really difficult to **Run and Manage Production-Grade Databases on Kubernetes**. Every Enterprise needs a Production-Grade operator to deploy its databases and manage its life cycle on Kubernetes. <br /> <br />KubeDB is the leader in Kubernetes Native Database Management Solutions which simplifies and automates routine database tasks such as **Provisioning, Monitoring, Upgrading, Patching, Scaling, Volume Expansion, Backup & Restore, Failure detection, and Recovery** for various popular databases on private and public clouds. KubeDB developed the first-ever Production-Grade **Kubernetes operator for Hazelcast** to manage its Day-2 operations. KubeDB is a managed DBaaS that allows developers to run their databases alongside the respective application. You can simply deploy a Hazelcast server on Kubernetes and manage its Day-2 operations via KubeDB Hazelcast Operator.",
8+
"keywords": [
9+
"Provision",
10+
"Failure Detection",
11+
"Upgrade",
12+
"Scaling",
13+
"Volume Expansion",
14+
"Backup & Recovery",
15+
"Monitor",
16+
"Data Protection for Hazelcast Databases in Kubernetes on Public and Private Cloud"
17+
],
18+
"features": [
19+
{
20+
"title": "Provisioning",
21+
"image": "/assets/images/databases/illustrations/colud-chair.png",
22+
"description": "If you can run Kubernetes, you can simply provision Hazelcast databases using KubeDB. You don’t need to worry about all of the knowledge of Kubernetes Concept, Helm, and Hazelcast server side setup. KubeDB simplifies the whole process for you. You just have to use standard Kubernetes CLI and API to provision Hazelcast databases."
23+
},
24+
{
25+
"title": "Version Upgrade",
26+
"image": "/assets/images/databases/illustrations/version-control.png",
27+
"description": "Upgrading the database version in Kubernetes is complicated. Upgrade operation should follow a specific order. KubeDB allows you to upgrade your running Hazelcast database version without any downtime. You can upgrade your database to any major or minor update of the Hazelcast version."
28+
},
29+
{
30+
"title": "Scaling",
31+
"image": "/assets/images/databases/illustrations/scalling.png",
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 Hazelcast databases in Kubernetes. You can simply scale your Hazelcast cluster in Kubernetes using KubeDB."
33+
},
34+
{
35+
"title": "Volume Expansion",
36+
"image": "/assets/images/databases/illustrations/expansion.png",
37+
"description": "Having options of increasing database volume ensures your database high availability and performance. You can expand your storage capacity of Hazelcast Database in Kubernetes by using KubeDB."
38+
},
39+
{
40+
"title": "Backup & Restore",
41+
"image": "/assets/images/databases/illustrations/backup.png",
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 Hazelcast Database in Kubernetes via Stash. Stash is seemingly integrated with KubeDB. You can automate this feature to backup your Hazelcast database in Kubernetes by using Stash."
43+
},
44+
{
45+
"title": "Monitoring",
46+
"image": "/assets/images/databases/illustrations/overview.png",
47+
"description": "KubeDB comes with native support for monitoring via Prometheus. You can use builtin Prometheus scrapper or CoreOS Prometheus Operator to monitor your Hazelcast 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+
},
49+
{
50+
"title": "Security",
51+
"image": "/assets/images/databases/illustrations/security.png",
52+
"description": "To secure a database your data needs to go through a cryptographic protocol that provides end-to-end security of the data transmission over the network. You can secure your Hazelcast Database with TLS using KubeDB. Also, KubeDB allows you to use encrypted storage for your databases using keys you manage through your cloud provider’s key management service."
53+
}
54+
],
55+
"example": {
56+
"apiVersion": "kubedb.com/v1alpha2",
57+
"kind": "Hazelcast",
58+
"metadata": {
59+
"name": "hazelcast-sample",
60+
"namespace": "demo"
61+
},
62+
"spec": {
63+
"deletionPolicy": "WipeOut",
64+
"licenseSecret": {
65+
"name": "hz-license-key"
66+
},
67+
"replicas": 3,
68+
"version": "5.5.2",
69+
"storage": {
70+
"accessModes": [
71+
"ReadWriteOnce"
72+
],
73+
"resources": {
74+
"requests": {
75+
"storage": "2Gi"
76+
}
77+
},
78+
"storageClassName": "standard"
79+
}
80+
}
81+
}
82+
}
Lines changed: 10 additions & 0 deletions
Loading
385 Bytes
Loading

0 commit comments

Comments
 (0)