You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/17 01:21:32 UTC

[GitHub] ningyougang opened a new issue #2629: Nginx component doesn't support HA

ningyougang opened a new issue #2629: Nginx component doesn't support HA
URL: https://github.com/apache/incubator-openwhisk/issues/2629
 
 
   ###  The current situation for nginx
   Currently, nginx component doesn't support HA which means if the unique nginx shutdowns, the openwhisk can't work well.
   
   ### How to support it.
   Use keepalive to support it. please refer to:
   https://www.nginx.com/resources/admin-guide/nginx-ha-keepalived/
   
   So we can introduce keepalived for nginx node, and configure a vip to point the active nginx node, if the nginx node shutdowns, the vip will drifts to the slave node.
    
   ### Everyone's opinion
   Have any other better solution?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services