Deploy Sharded Redis Cluster on Kubernetes using KubeDB
Summary
On 22nd June 2022, Appscode held a webinar on ”Deploy Sharded Redis Cluster On Kubernetes using KubeDB”. The essential contents of the webinars are:
Description of the Webinar
Earlier in this webinar, We discussed the?Cluster?mode in?Redis. In cluster mode, we can divide our data into different shards. In each shard, there is one master and one or more replicas.
Later in this webinar, we explored how?KubeDB Redis?handles different failover scenarios. Then we discussed how we can scale up database horizontally and vertically. We also discussed how to reconfigure the database with redis specific internal configurations and how to upgrade version to any latest versions. In the last demonstration, we explored how to make the database connections TLS secured using?cert-manager.
Take a deep dive into the full webinar below:
What Next?
Please try the latest release and give us your valuable feedback.
Support
To speak with us, please leave a message on?our website.
To receive product announcements, follow us on?Twitter.
If you have found a bug with KubeVault or want to request new features, please?file an issue.
PS: This article was initially published on?ByteBuilders Blog