[help needed] Resharding within k8s pods
- Lingua principale
- Go
- Stelle
- 13.2k
- Fork
- 2.7k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hi,
I have a use case when Java needs to upload data from its own redis queue to other redis instances (i.e kubernetes downscaling), and I have to be sure that the destination Redis is able to accept an additional amount of data.
Java application is in k8s containers, working with redis instances, and every java app needs its own redis ( multi-container pods).
Also, Redis instances can't be joined in the cluster (application architecture doesn't provide a possibility to work with clustered redis).
Distribute data to all other redises is a possible scenario, but I'm afraid of the situation when some data would be lost, which is highly undesirable.
So the question is: Does Codis able to work with a kubernetes set of Redis pods, not being joined into the cluster (with headless k8s service or else)? And can it make resharding from the one Redis pod, which's just going to downscale, to another that's able to accept it's data?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Non viene indicato alcun file, test o punto di ingresso. Determina innanzitutto, dalla documentazione di Codis e dall’implementazione del resharding, se sia possibile supportare in sicurezza pod Redis indipendenti dietro Kubernetes, incluse le verifiche della capacità e la migrazione dei dati durante lo scale down; il lavoro sarebbe considerato completato con la conferma di un design supportato o con un piano di implementazione circoscritto.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- go, java, kubernetes, redis
- Ambito
- databases, distributed-systems, infrastructure
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 15/100