k8s-contributors Kubernetes Architectural Roadmap Kubernetes Design and Architecture

Mini Guide to Google’s Golang and Why It’s Perfect for DevOps https://www.bluematador.com/blog/mini-guide-google-golang-why-its-perfect-for-devops?utm_source=bm-blog&utm_medium=link&utm_campaign=golang-pros-cons-1

Golang 之于 DevOps 开发的利与弊(六部曲之一):Goroutines, Channels, Panics, 和 Errors https://studygolang.com/articles/11983 Go Lang&DevOps-天造地设? https://medium.com/@pavanbelagatti/go-lang-devops-a-match-made-in-heaven-a24d5de45e26 [使用Go作为NodeSource的基础结构语言](使用Go作为NodeSource的基础结构语言) ``` A few additional modules which I consider to be very important for writing Go programs include: cobra and viper make it very easy to create software that supports loading configuration files and having command-line switches. Any moderately-important software should have at minimum CLI switches, and any really important software should probably load its configuration from a JSON or YAML file.