Getting Started with Cloud Native Go

Posted By: Landau17

Getting Started with Cloud Native Go
MP4 | Video: 720p | Duration: 1:25:03 | English | Subtitles: VTT | 257.1 MB



This course is your one-stop guide to getting started with building cloud-native architectures in Go. It begins by introducing the cloud native stack and microservices. Next, implementing a simple Go microservice is covered, including the REST API with the standard Go library. Then, find out how to work with Docker and microservice containerization. Finally, discover how you can use Kubernetes and scale deployments.

This course was created and produced by Packt Publishing. We are honored to host this training in our library.

Topics include:
  • Implementing Go HTTP Server
  • JSON marshalling and unmarshalling of Go structs
  • Implementing a simple REST API
  • Using Docker workflows and commands
  • Building a naïve Docker image
  • Running a containerized Go microservice
  • Kubernetes architecture and concepts
  • Deploying a Go microservice to Kubernetes
  • Implementing service descriptors
  • Performing rolling updates