DEV Community

Cover image for Go NoOps with Kubernetes and GitHub
Daniele Fontani
Daniele Fontani

Posted on • Originally published at betterprogramming.pub

Go NoOps with Kubernetes and GitHub

What about implementing a full automated #NoOps solution? I have done this setup in minutes thanks to kubernetesio, Shipa and github actions.

NoOps trend is now possible thanks to public cloud and services that give us solution that works out of the box. Anyway, many of these services come with some limitations or have costs that explode with resource usage. That’s why a lot of developers still prefer solutions like Kubernetes for keeping control over the application and having full freedom for implementation. Anyway, Kubernetes governance is expensive and we aim to reduce the friction near the application development.

Read the article to discover how!

Top comments (0)