07 February

Kubewatch — A watcher for Kubernetes

As per the official github link kubewatch is a Kubernetes watcher that publishes notifications to Slack/hipchat/mattermost/flock channels. It watches the cluster for resource changes and notifies them through webhooks. Basically kubewatch …

02 February

Kubernetes in Docker(kind)

Reference: https://kind.sigs.k8s.io/ As per official documentation kind is a tool for running local Kubernetes clusters using Docker container “nodes”. kind was primarily designed for testing Kubernetes itself, but may be …