What you'll learn:
- Learn Golang basics by example
- Learn how to use Golang as a DevOps or Cloud Engineer with industry specific use-cases
- Learn how to use the AWS Go SDK
- Learn how to use the Azure Go SDK
- Learn how to use the Kubernetes API and Go SDK
- Integrate with GitHub Webhooks in Go
- Write your own Identity Provider (IdP) with OpenID Connect (OIDC)
- Write your own SSH Server and Client in Go
- Create an openssl-alike command line utility to create X.509 Certificates to run an https-secured webserver
- Integrate Let's Encrypt certificates and use mutual TLS (mTLS) between services
- Write your own DNS Server (Resolver) in Go, using only official Golang libraries
If you are working in the Cloud or DevOps space, then this course is for you. Golang has been gaining massively in popularity in the recent years. Forget the small shell scripts you'd write to glue things together. You can create real programs with a great programming language created byGoogle. It compiles fast, it runs fast, it has static typing, and it has been used to write popular applications like Docker and Kubernetes. It's the best choice to write your next applications in!
I'll show you how to write applications to integrate with any third party that has a RESTAPI. While I'm explaining you our first program that will make API calls, you'll learn step by step how to use Go. Next, I'll show you how to integrate with the AWSAPI to launch a new instance using Go. Not launching instances anymore because you're workload is completely containerized?The next section shows you how to use the Kubernetes API using the Kubernetes go-client.
Once you went on to integrate with those technologies, you should be able to write your own Go code to integrate with the APIs that you're using within your organization. Happy learning!
I also answer all questions in the Q&Asection and you can reach out to me by direct message. I run weekly office hours if you want to talk to me!
Note:this course has Closed Captions available in English (not auto-generated)
Update 04/2024:
*Added how to write a Kubernetes Operator Controller in Go