Re: [web2py] Running web2py in a container / Kubernetes

2019-07-11 Thread Stéphane Krikorian
hi i run both stateless w2p apps and statefull ones on kubernetes. note that when using web2py framework with authentication you often end up with a database unless working in a read only mode. in my architecture : for statefull apps: database backend (postgres) is externalized for production (it

[web2py] Running web2py in a container / Kubernetes

2019-07-11 Thread backseat
We're looking to move a web2py app to run in a container under Kubernetes. I'm interested in experiences of running web2py in a non-persistent container. In particular, how have people handled the app/databases directory? Thanks -- Resources: - http://web2py.com - http://web2py.com/book