Front Matter
Part I. System Programming
1. System Calls
2. System Calls Using Go
3. Accessing proc File System
Part II. Containers
4. Simple Containers
5. Containers with Networking
6. Docker Security
Part III. Application Security
7. Gosec and AST
8. Scorecard
Part IV. Networking
9. Simple Networking
10. System Networking
11. Google gopacket
12. Epoll Library
Part V. Securing Linux
13. Vulnerability Scanner
14. CrowdSec
Part VI. Terminal User Interface
15. ANSI and UI
16. TUI Framework
Part VII. Linux System
17. systemd
18. cadvisor
Back Matter
Gain insights into the different challenges that can be solved using Go, with a focus on containers, Linux, security, networking, user interfaces and other relevant cloud based topics. This book reviews the necessary tools to create container-based cloud solutions with Go, a programming language that was born out of the need to address scalable, high availability cloud computing architecture needs inside Google.
Go, also known as Golang, has been adopted across different industries and products with many popular Open Source projects that power cloud computing technologies such as Docker and Kubernetes being written with Go. As the complexity of cloud technology increases, so does the need for people to understand how things work under-the-hood and to fix them when they’re broken.
Developers and Engineers familiar with Go who want to know how different parts of the system work and who want to write command line tools. It will also be beneficial to programmers who already have a system-level understanding and want to use Go to build tools for existing projects and applications.