Redis Sentinel Ops Requests - Day 2 Lifecycle Management for Redis Sentinel Using KubeDB
Summary
On 28th September 2022, Appscode held a webinar on ”Redis Sentinel Ops Requests - Day 2 Lifecycle Management for Redis Sentinel Using KubeDB”. The essential contents of the webinars are:
Description of the Webinar
Earlier in this webinar, We discussed the?Sentinel?mode in?Redis. In Sentinel mode there are two types of cluster: Redis database cluster and Sentinel monitoring cluster. Sentinel Cluster monitor and act as source of truth for the Redis Cluster. Sentinel Cluster initiates automatic failover when master is in unreachable state and promotes a healthy replica to master. Other replicas configures themselves with the new master.
Later in this webinar, we explored how to do different ops-requests using?KubeDB. Then we discussed how we can scale up Redis database replicas as well as Sentinels horizontally . We also discussed how to replace Sentinel Cluster of a Redis Cluster using RedisOpsRequest. 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 join public discussions with the KubeDB community, join us in the?Kubernetes Slack team?channel?#kubedb. To sign up, use our?Slack inviter.
To receive product announcements, follow us on?Twitter.
If you have found a bug with KubeDB or want to request for new features, please?file an issue.
PS: This article was initially published on?ByteBuilders Blog