Skip to content

ASP.net Cluster Raft question to configure full in memory mode #200

Answered by sakno
guillaume-chervet asked this question in Q&A
Discussion options

You must be logged in to vote

In that case how can i detect it ?

You can't. It's not a case for Raft. It expects that all committed entries are presented on the majority of nodes. In case of node failure, it should be removed and introduced again, with empty WAL.

I accept a lost of state

This is what exactly containers do. Container is stateless by default, writes to its file system are not persistent.

inside kubernetes

K8s built on top of Raft. It has its own Leader Election service exposed through API. Take a look at this.

Be able to scale up and down

Read #122 how to scale in K8s.

Replies: 10 comments 24 replies

Comment options

You must be logged in to vote
1 reply
@sakno
Comment options

Comment options

You must be logged in to vote
1 reply
@sakno
Comment options

Answer selected by guillaume-chervet
Comment options

You must be logged in to vote
8 replies
@sakno
Comment options

@guillaume-chervet
Comment options

@sakno
Comment options

@guillaume-chervet
Comment options

@sakno
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@freddyrios
Comment options

@sakno
Comment options

@sakno
Comment options

@freddyrios
Comment options

@sakno
Comment options

Comment options

You must be logged in to vote
1 reply
@guillaume-chervet
Comment options

Comment options

You must be logged in to vote
2 replies
@sakno
Comment options

@sakno
Comment options

Comment options

You must be logged in to vote
3 replies
@sakno
Comment options

@sakno
Comment options

@guillaume-chervet
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sakno
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #199 on October 31, 2023 14:10.