You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2021/09/27 12:42:19 UTC

[GitHub] [openwhisk] krishnasaga opened a new issue #5162: Production grade no kubernetes environment

krishnasaga opened a new issue #5162:
URL: https://github.com/apache/openwhisk/issues/5162


   
   A production grade deployment without Kubernetes allow me to start from very minimal scale with  ( a few hundred users per day and low workloads ) running on my local computer or on a raspberry pi. then I can scale the same architecture of my application to a managed Kubernates service. 
   
   This will help lean teams to develop and grow up to enterprise scale. OpenFaaS is providing similar feature with faasd
   
   I saw docker-compose option https://openwhisk.apache.org/documentation.html#openwhisk_deployment
   which states that it is not suitable production use.
   
   If there is a way to use OpenWisk without Kubernaties already available then it worth considering adding a good documentation for scale down method which helps side project geeks :)
   
   
   ## Environment details:
   
   * local deployment, Mac OS, Linux, Windows, Raspberry PI 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] krishnasaga commented on issue #5162: Production grade no kubernetes environment

Posted by GitBox <gi...@apache.org>.
krishnasaga commented on issue #5162:
URL: https://github.com/apache/openwhisk/issues/5162#issuecomment-927888112


   Thanks a lot @rabbah  I think it will help I will try this on my local and also in raspberry pi ( AMD ) post my findings and updates. Thanks 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] rabbah edited a comment on issue #5162: Production grade no kubernetes environment

Posted by GitBox <gi...@apache.org>.
rabbah edited a comment on issue #5162:
URL: https://github.com/apache/openwhisk/issues/5162#issuecomment-927879256


   Use the ansible driving deployment in this repo, it will basically deploy to bare metal. This is the standard deployment, no kubernetes needed. Depending on your needs, you can also consider the standalone deployment, which deploys the openwhisk control plane as a single process vs the default ansible deployment which meant for a distributed system.
   
   Standalone deploy: https://github.com/apache/openwhisk#quick-start
   On my mac (no Kubernetes), I deploy with `bin/wskdev fresh` to bring up a fresh install. You can add `-n` for a dry run to see the ansible commands run.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] rabbah commented on issue #5162: Production grade no kubernetes environment

Posted by GitBox <gi...@apache.org>.
rabbah commented on issue #5162:
URL: https://github.com/apache/openwhisk/issues/5162#issuecomment-927879256


   Use the ansible driving deployment in this repo, it will basically deploy to bare metal. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] rabbah commented on issue #5162: Production grade no kubernetes environment

Posted by GitBox <gi...@apache.org>.
rabbah commented on issue #5162:
URL: https://github.com/apache/openwhisk/issues/5162#issuecomment-927889261


   for rpi, there is some work on this in the past https://medium.com/openwhisk/apache-openwhisk-meets-raspberry-pi-e346e555b56a (it aligns with the standalone openwhisk deployment).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] rabbah edited a comment on issue #5162: Production grade no kubernetes environment

Posted by GitBox <gi...@apache.org>.
rabbah edited a comment on issue #5162:
URL: https://github.com/apache/openwhisk/issues/5162#issuecomment-927879256


   Use the ansible driving deployment in this repo, it will basically deploy to bare metal. This is the standard deployment, no kubernetes needed. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] rabbah edited a comment on issue #5162: Production grade no kubernetes environment

Posted by GitBox <gi...@apache.org>.
rabbah edited a comment on issue #5162:
URL: https://github.com/apache/openwhisk/issues/5162#issuecomment-927879256


   Use the ansible driving deployment in this repo, it will basically deploy to bare metal. This is the standard deployment, no kubernetes needed. Depending on your needs, you can also consider the standalone deployment, which deploys the openwhisk control plane as a single process vs the default ansible deployment which meant for a distributed system.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org