kubernetes
Dual container pod in Kubernetes
Deploying a static and dynamic site inside k8s
Writing a deployment for a two container pod with both static and dynamic content
Tags:
kubernetes
devops
K8s Downward Api
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
Tags:
kubernetes
devops
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