Reputation: 846
I want to install a distributed openwhisk instance on-prem on ubuntu 16.04 For this if create two open whisk instance pointing to same counchdb and a load balancer above nginx. for routing the traffic to each instance. will this setup work or there would be more challenges to it than i think ?
Upvotes: 0
Views: 284
Reputation: 3120
There are more challenges, like the in-memory caching used by OpenWhisk's controller as of today.
For a truly distributed setup, you can refer to the distributed deployment documentation. Some components won't scale up naturally as of today, but that's being actively worked on.
Upvotes: 2