diff --git a/content/u/blog/2021-12-19-django-ipv6-kubernetes/contents.lr b/content/u/blog/2021-12-19-django-ipv6-kubernetes/contents.lr index e82775d..cb91a34 100644 --- a/content/u/blog/2021-12-19-django-ipv6-kubernetes/contents.lr +++ b/content/u/blog/2021-12-19-django-ipv6-kubernetes/contents.lr @@ -49,6 +49,15 @@ Undefined at the moment: * uwsgi * (g)unicorn +### One container providing port 80 + +* The outside world does not need to know what is running inside +* Thus the django container should: + * Expose port 80 + * Serve staticfiles on its own +* One can use *any* of the wsgi/asgi servers + * Will provide example for some of them + ## Follow up If you are interested in Kubernetes or Django, feel free to