docker
How to build multistage python with venv the smart way
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.
Tags:
docker
python
K8s Slackbot
Deploying a python slack-bot in k8s
Running a slackbot in k8s for easy deployment.
This is my setup for a slackbot running in k8s. It is a working solution designed for kubernetes 1.17
Tags:
devops
kubernetes
docker