Brian Gershon

Kubernetes Go module for Deploy Bots

Kubernetes Go module for Deploy Bots

While the Slack-based deploy bot I built is customized specifically for our own use, the Kubernetes API bits are useful for anyone who wants to create their own automation.

kubernetes-deploy is an open source Go module that calls Kubernetes API directly to update the image of an existing deployment and checks that new images are running successfully, and includes a sample command-line app to demonstrates its features.

https://github.com/Unity-Technologies/kubernetes-deploy

© 2017-2025 Brian Gershon