Quantcast
Channel: Active questions tagged scalability - DevOps Stack Exchange
Viewing all articles
Browse latest Browse all 12

Scaling a stateful service which has primary/secondary architecture by setting a property

$
0
0

I have a java web stateful service which connects to mongodb and currently it is being deployed as a jar directly on the VM. This service has a property in properties file i.e. primary.

If we set primary to true then it is primary instance of the application and on this instance mongodb aggregation will happen.

If we set primary to false then it is secondary instance of the application and on this instance no mongodb aggregation will happen but it will serve all read and write queries.

Now we are migrating towards k8s deployment.

Challenges are :

How do we set the value of primary during the k8s pod deployment having multiple replicas ?

How do we handle the failure of primary instance of application pod ?

I am open for any architectural changes suggestions in order to facilitate better deployment structure.

Thanks in advance.


Viewing all articles
Browse latest Browse all 12

Latest Images

Trending Articles





Latest Images