Kubernetes Operators
A curated list of resources to learn about Operators and Go
- Go
- An Overview of Go’s Tooling - A great reference for those looking for a summary of the tooling for Go based on the latest releases. The blog also provides a walkthrough for Testing, Go Modules and etc
- Introduction to Go Modules - Go modules is the new way to manage dependencies in Go, this link provide all the details about how to use it.
- Testing the Operators