>> using uWSGI containers features without relying on docker > > yes, is it possible? > > From my (limited) understanding, anything implements some start/stop > interface can be orchestrated in Kubernetes. I presume uWSGI already had > similar facilities. > >
Yes, uWSGI container system is very low-level and does not enforce you to a specific pattern. There are a bunch of examples: https://github.com/unbit/uwsgi-docs/blob/master/articles/MassiveHostingWithEmperorAndNamespaces.rst https://uwsgi-docs.readthedocs.io/en/latest/Namespaces.html and this big project that we use in production since 2014 for our hosting services: https://github.com/unbit/uwsgi.it/ -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
