K8s SlackbotSeptember 9, 2019 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 wayApril 9, 2021 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.