Book Image

Getting started with Cloud Native Go [Video]

By : Mario-Leander Reimer
Book Image

Getting started with Cloud Native Go [Video]

By: Mario-Leander Reimer

Overview of this book

<p>Microservices in Go teaches you how to handle advanced server side development in Go; it uses microservices to accomplish this, but is relevant to all server-side developers.</p> <p>This course is your one-stop guide to learn all about building cloud-native architectures in Go. We begin by introducing you to the cloud native stack and microservices, then move on to implementing a simple Go microservice. This includes implementing the REST API with Go’s standard library. Finally, we look at the Containerization and Orchestration of Go micro services using Docker and Kubernetes by showing you how to deploy Kubernetes and scale deployment.</p> <h1>Style and Approach</h1> <p>The course will follow a step by step approach where we will be focusing on implementing simple Go microservices and their containerization using Docker and Kubernetes.</p>
Table of Contents (4 chapters)
Chapter 1
Introduction to Cloud Native Apps and Microservices
Content Locked
Section 3
Challenges and Design Principles
Cloud native applications have additional challenges compared to traditional monolithic applications. This video aims to discuss the design principles that should be taken into account when developing these kind of applications. - Performance, resiliency, and elasticity are the basic design principles - Good diagnosibility is crucial for cloud native applications - Adhere to the 12-factor app principles