I'm posting this seeking help with WSO Identity Server Cluster configuration. I've been tasked to set up a WSO2 Identity Server cluster in a high availability configuration. I've successfully set up the stand alone identity servers. Which was not a problem. However, I'm having difficulty determining the correct documentation to follow at the WSO documentation web pages. I cannot locate the documentation for setting up a vanilla HA IS cluster. That is what I’m trying to locate. Another issue that I’m confused about is WSO2 IS and its cluster configuration types. At this link https://docs.wso2.com/pages/viewpage.action?pageId=29918203 it states, “Worker/manager separation is not possible in the Identity Server and is not used as a typical scenario when deploying the Identity Server. See here (https://docs.wso2.com/display/CLUSTER420/Clustering+Identity+Server) for clustering the Identity Server.” The link directs me to the “Clustering Identity Server” document page. It contains two sections. The first section is “Clustering IS”. The last sections covers “Fronting the IS cluster with WSO2 ELB”. The section that I think I should follow would be the first section. Because I do not wish to have a load balancer configuration. However, the “Clustering IS” section of the document does not reference whether the configuration is for high availability. There doesn’t seem to be a specific document that focuses on WSO2 IS HA cluster configuration. So I’m here pleading for assistance in directing me towards the correct documentation to configure a WSO2 IS HA cluster. If anyone has experience configuring a WSO2 IS HA cluster and knows which documentation to follow, please send a reply. Thank you in advance for your support.
1
There are 1 best solutions below
Related Questions in WSO2-IDENTITY-SERVER
- C++ using std::vector across boundaries
- Linked list without struct
- Connecting Signal QML to C++ (Qt5)
- how to get the reference of struct soap inherited in C++ Proxy/Service class
- Why we can't assign value to pointer
- Conversion of objects in c++
- shared_ptr: "is not a type" error
- C++ template using pointer and non pointer arguments in a QVector
- C++ SFML 2.2 vectors
- Lifetime of temporary objects
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
From clustering (running multiple instance of WSO2IS), you can achieve the high availability and fail over. But, you need to front your cluster by a load balancer to distribute the load on each instance. You can achieve the cluster configuration as above in the doc. Then you can configure some load balancer as well. It can be any load balancer such as Apache HTTP, Nginx or some hardware LB. You do not want to configure WSO2 ELB. You can find some guide on using Apache server with WSO2IS cluster.