https://github.com/pungrumpy/golang-for-devops-and-cloud-engineers
Learn by example how to use Go (Golang) with REST APIs, Amazon Web Services (AWS), Azure, GitHub, Kubernetes
https://github.com/pungrumpy/golang-for-devops-and-cloud-engineers
aws aws-ec2 aws-s3 azure devops go golang kubernetes
Last synced: 2 months ago
JSON representation
Learn by example how to use Go (Golang) with REST APIs, Amazon Web Services (AWS), Azure, GitHub, Kubernetes
- Host: GitHub
- URL: https://github.com/pungrumpy/golang-for-devops-and-cloud-engineers
- Owner: PunGrumpy
- License: mit
- Created: 2023-04-05T15:53:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T17:39:22.000Z (almost 3 years ago)
- Last Synced: 2025-01-27T06:32:16.659Z (over 1 year ago)
- Topics: aws, aws-ec2, aws-s3, azure, devops, go, golang, kubernetes
- Language: Go
- Homepage: https://github.com/PunGrumpy/go-ssh-demo
- Size: 490 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Golang for DevOps And Cloud Engineers
## What is GO
- From the official Go homepage (https://golang.org/)
- Build **fast**, **reliable**, and **efficient** software at scale
- Go is an **open source programming language** supported by Google
- **Easy to learn** and get started with
- **Built-in concurrency** and a **robust standard library**
- Growing ecosystem of partners, communitiesm and tools
## Objectives
- To be able to read, understand and write Go code
- To be able to write enterprise ready applications
- To be able to write applications that integrate REST APIs
- To be able to write applications that integrate with cloud providers
- To be able to write applications that integrate with Kubernetes
- To be able to write applications that integrate with any custom integration that has a Go SDK available
## Our First Golang Application
### Go First Application


## Resources
- [PDF Slides](.github/pdf/Golang-for-DevOps-and-Cloud-Engineers.pdf)
- [Cheat Sheet](.github/pdf/Go-cheatsheet-2022-11-16.pdf)
- [GitHub Repo](https://github.com/wardviaene/golang-for-devops-course)