Skip to content

Commit

Permalink
Update static assets data
Browse files Browse the repository at this point in the history
Signed-off-by: mohin7 <[email protected]>
  • Loading branch information
mohin7 committed Oct 17, 2024
1 parent e984806 commit 8df6760
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions data/products/configsyncer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
{
"title": "Configuration Syncer",
"image": {
"src": "/assets/images/products/configsyncer/features/feature-3.png",
"alt": "http"
"src": "/assets/images/products/configsyncer/features/configuration-syncer.jpg",
"alt": "configuration-syncer"
},
"icon": {
"src": "/assets/images/products/configsyncer/features/configuration.svg",
"alt": "http"
"alt": "configuration-syncer"
},
"summary": "",
"description": "Keeps ConfigMaps and Secrets synchronized across Namespaces or Clusters"
Expand Down
18 changes: 9 additions & 9 deletions data/products/guard.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,38 +49,38 @@
{
"title": "Identity Providers",
"image": {
"src": "/assets/images/products/guard/features/feature-1.png",
"alt": "http"
"src": "/assets/images/products/guard/features/identify-providers.jpg",
"alt": "identify-providers"
},
"icon": {
"src": "/assets/images/products/guard/features/identity-providers.svg",
"alt": "http"
"alt": "identify-providers"
},
"summary": "",
"description": "Guard supports Github and Google as identity providers"
},
{
"title": "CLI",
"image": {
"src": "/assets/images/products/guard/features/feature-2.png",
"alt": "http"
"src": "/assets/images/products/guard/features/cli",
"alt": "cli"
},
"icon": {
"src": "/assets/images/products/guard/features/cli.svg",
"alt": "http"
"alt": "cli"
},
"summary": "",
"description": "Guard comes with a cli to easily deploy in any Kubernetes cluster."
},
{
"title": "RBAC",
"image": {
"src": "/assets/images/products/guard/features/feature-3.png",
"alt": "http"
"src": "/assets/images/products/guard/features/rbac.jpg",
"alt": "rbac"
},
"icon": {
"src": "/assets/images/products/guard/features/rbac.svg",
"alt": "http"
"alt": "rbac"
},
"summary": "",
"description": "This tutorial will show you how to use KubeDB in a RBAC enabled cluster."
Expand Down
42 changes: 21 additions & 21 deletions data/products/kubedb.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"title": "Lower administrative burden",
"url": "provision-databases-on-kubernetes",
"image": {
"src": "/assets/images/products/kubedb/features/easy-lg.png",
"alt": "http"
"src": "/assets/images/products/kubedb/features/easy-lg.jpg",
"alt": "Lower administrative burden"
},
"icon": {
"src": "/assets/images/products/kubedb/features/dumbbell.png",
"alt": "http"
"alt": "Lower administrative burden"
},
"summary": "",
"description": "KubeDB simplifies many of the difficult or tedious management tasks of running a production grade databases on private and public clouds. Maintain one stack for all your stateless and stateful applications and simplify the operational complexity."
Expand All @@ -69,12 +69,12 @@
"title": "Native Kubernetes Support",
"url": "deploy-databases-in-kubernetes-native-way",
"image": {
"src": "/assets/images/products/kubedb/features/multi-cloud-lg.png",
"alt": "http"
"src": "/assets/images/products/kubedb/features/multi-cloud-lg.jpg",
"alt": "Native Kubernetes Support"
},
"icon": {
"src": "/assets/images/products/kubedb/features/kubernetes.png",
"alt": "http"
"alt": "Native Kubernetes Support"
},
"summary": "",
"description": "Runs on any Kubernetes distribution including OpenShift, Rancher, VMware Tanzu. If you can run Kubernetes, you can provision and manage databases using KubeDB. Use standard Kubernetes CLI and API to provision and manage databases."
Expand All @@ -83,12 +83,12 @@
"title": "Performance",
"url": "increase-database-performance-on-kubernetes",
"image": {
"src": "/assets/images/products/kubedb/features/performance-lg.png",
"alt": "http"
"src": "/assets/images/products/kubedb/features/performance-lg.jpg",
"alt": "Performance"
},
"icon": {
"src": "/assets/images/products/kubedb/features/muscle.png",
"alt": "http"
"alt": "Performance"
},
"summary": "",
"description": "KubeDB uses Persistent Volume Claims (PVC) to dynamically provision disks for database instances. Using appropriately defined StorageClasses, KubeDB provisioned database instances are designed to scale from small development workloads up to performance-intensive workloads on private and public cloud environments."
Expand All @@ -97,12 +97,12 @@
"title": "Availability and durability",
"url": "backup-restore-databases-on-kubernetes",
"image": {
"src": "/assets/images/products/kubedb/features/availability-lg.png",
"alt": "http"
"src": "/assets/images/products/kubedb/features/availability-lg.jpg",
"alt": "Availability and durability"
},
"icon": {
"src": "/assets/images/products/kubedb/features/last-24-hours.png",
"alt": "http"
"alt": "Availability and durability"
},
"summary": "",
"description": "KubeDB will backup your database and transaction logs at a user defined frequency and store both for a user-specified retention period in a cloud object store (S3, GCS, etc.) or local filesystem (like NFS, etc.). You can also initiate one-off backups. KubeDB uses Stash by AppsCode to take deduplicated and encrypted backups so that you only incur the cost of incremental storage use. You can create a new instance from a database snapshots whenever you desire."
Expand All @@ -111,12 +111,12 @@
"title": "Manageability",
"url": "monitor-databases-on-kubernetes",
"image": {
"src": "/assets/images/products/kubedb/features/monitoring-lg.png",
"alt": "http"
"src": "/assets/images/products/kubedb/features/monitoring-lg.jpg",
"alt": "Manageability"
},
"icon": {
"src": "/assets/images/products/kubedb/features/prometheus.svg",
"alt": "http"
"alt": "Manageability"
},
"summary": "",
"description": "KubeDB comes with native support for monitoring via Prometheus. You can use builtin Prometheus scrapper or CoreOS Prometheus Operator to monitor KubeDB supported databases as well as KubeDB operator itself. You can use the Grafana to view key operational metrics, including compute/memory/storage capacity utilization, I/O activity, and instance connections. You can also use any metrics solutions like Datadog with KubeDB."
Expand All @@ -125,12 +125,12 @@
"title": "Cost-effectiveness",
"url": "manage-database-on-kubernetes-free",
"image": {
"src": "/assets/images/products/kubedb/features/low-price-lg.png",
"alt": "http"
"src": "/assets/images/products/kubedb/features/low-price-lg.jpg",
"alt": "Cost-effectiveness"
},
"icon": {
"src": "/assets/images/products/kubedb/features/low-price.png",
"alt": "http"
"alt": "Cost-effectiveness"
},
"summary": "",
"description": "KubeDB is free to try on any Kubernetes distribution. There is no up-front investment required, and you pay only for the resources you use to your infrastructure provider. And, when you’re finished with a database instance, you can easily delete it."
Expand All @@ -139,12 +139,12 @@
"title": "Security",
"url": "secure-databases-on-kubernetes",
"image": {
"src": "/assets/images/products/kubedb/features/security-lg.png",
"alt": "http"
"src": "/assets/images/products/kubedb/features/security-lg.jpg",
"alt": "Security"
},
"icon": {
"src": "/assets/images/products/kubedb/features/security-lock.png",
"alt": "http"
"alt": "Security"
},
"summary": "",
"description": "You can secure your Databases 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."
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8df6760

Please sign in to comment.