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
K8s Downward Api2019-09-10 1 min read You can send down extra info about pod and node inside the cluster to a container. valueFrom.fieldRef can provide extra info to a pod I use them as environment-variables to provide extra info inside our team slackbot
Dual container pod in Kubernetes2019-10-01 1 min read Deploying a static and dynamic site inside k8s Writing a deployment for a two container pod with both static and dynamic content