K8s Slackbot2019-09-09 1 min read Deploying a python slack-bot in k8s This is my setup for a slackbot running in k8s. It is a working solution designed for kubernetes 1.17
How to build multistage python with venv the smart way2021-04-09 1 min read The smartest way to create a multistage Dockerfile for a python application and be compatible with OpenShift non-root / arbitrary user is to use virtual environments.