TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Keel – automated Kubernetes deployment updates

5 pointsby deforciantalmost 8 years ago

1 comment

deforciantalmost 8 years ago
Hi HN,<p>I have been using k8s for a while on Google Container Engine and what I found missing was a tool to automatically update my deployments. Cloudbuild is great to build images and Kubernetes on f1-micro nodes is very cheap to run therefore I decided to build a lightweight service to fully automate my delivery workflow.<p>Currently I need only to tag an image on Github and after few minutes I get an updated k8s deployment. Feedback is welcome!