'Apache Jena Fuseki has clustering or Auto scaling support?

We are using Apache Jena Fuseki (2.4), and I just thought of checking whether it has auto scaling, clustering, or other high availability options.

We have built all our services as micro services (stateless) and deployed in Docker and k8s environment with auto scaling enabled based on CPU and memory load. Although micro services are enabled with scaling, backend operations go through Fuseki, which acts as a single point of failure when "n" number of users are hitting the application.

In summary, the question is if Fuseki has any support for clustering or auto scaling?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source