Kubernetes Events -> Bento: Part 2
So a while ago I wrote a post about consuming kubernetes events using Bento’s etcd component. Whilst that could be possible, it certainly isn’t ideal. Since then we have had a great contribution with the kubernetes_watch input component. Here’s a quick guide to spinning it up to serve as a ‘Part 2’ to Kubernetes Events -> Bento! Boot up minikube minikube start minikube start will start a minikube cluster & update your kube config, in the default location of ~/.kube/config. Bento will look for the kube config in this default location - and use it to connect to the k8s API. ...