-
Production-ready Django 3 ASGI Docker image
A boilerplate image for deploying ASGI Django applications on production using uvicorn and WhiteNoise.…
-
React/Flux like pattern for embedded UI
Data flow pattern for C/C++ inspired by React/Flux…
-
5-minute home server with microk8s and Rancher
Quick guide to microk8s and Rancher installation on Ubuntu 18.02 LTS…
-
Deploying Django to production with uWSGI
Production-ready Docker image for deploying Django with uWSGI, including serving the static files.…
-
Moving Kubernetes Persistent Volumes within the same cloud account/cluster
During restructuring of my Digital Ocean Kubernetes cluster I needed to move some Persistent Volumes across namespace and some of them across the clusters. One approach was to manually copy all the data using dvsync script but fortunately both clusters existed under the same Digital Ocean account which meant it…