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
K8s Downward ApiSeptember 10, 2019 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 KubernetesOctober 1, 2019 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