15 Write a Kubernetes-ready service from zero step-by-step

blog.gopheracademy.com posted by kenny 2320 days ago  

If you have ever tried Go, you probably know that writing services with Go is an easy thing. Yes, we really need only few lines to be able to run http service. But what do we need to add if we want to prepare our service for production? Let’s discuss it by an example of a service which is ready to be run in Kubernetes.

Register to comment or vote on this story