How build own Docker image in Golang

I need build some Docker image directly from my Golang application. I spent some time on Google but I didn’t find any fully functional example of Goland code… And then …

dive

dive: A tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image. To analyze a Docker image simply run dive with …

https://go.dev

Go.dev is a companion website to golang.org. Golang.org is the home of the open source project and distribution, while go.dev is the hub for Go users providing centralized and curated resources from across the Go ecosystem. …

Go Turns 10

This weekend we celebrate the 10th anniversary of the Go release, marking the 10th birthday of Go as an open-source programming language and ecosystem for building modern networked software. Happy birthday, …

fresh

fresh: Build and (re)start go web apps after saving/creating/deleting source files. Fresh is a command line tool that builds and (re)starts your web application everytime you save a Go or …

gotop

gotop: A terminal based graphical activity monitor inspired by gtop and vtop. Another terminal based graphical activity monitor, inspired by gtop and vtop, this time written in Go! CLI Options -c, –color=NAME Set a colorscheme.-m, –minimal Only show …

Comparing Ingress controllers for Kubernetes

Deploying a Kubernetes cluster for a specific application, you need to realize the requirements from the application itself, business and developers. Having this understanding, you can make an architectural choice …