Tag: django
-
Migrating a Django app to Kubernetes – Part 3 – Writing an Helm Chart
In Part 2 we have seen how helpful Helm Charts can be so… let’s write our own. that was easy.Oh , right, we have to actually _do_ something with it. As always, all code will be available in this repo. Helm Charts start deploying an nginx container. That’s fine so far, as we still don’t…