亚洲国产天堂久久综合226114,亚洲va中文字幕无码毛片,亚洲av无码片vr一区二区三区,亚洲av无码乱码在线观看,午夜爽爽爽男女免费观看影院

課程目錄:Build Microservices and API with Go培訓(xùn)
4401 人關(guān)注
(78637/99817)
課程大綱:

  Build Microservices and API with Go培訓(xùn)

 

 

 

Introduction

gRPC Concepts

Sychronous vs asynchronous
API surface
RPC Life cycle
gRPC vs REST

gRPC API types
REST paradigms
Preparing the Development Environment

Installing and configuring gRPC
Installing and configuring Go Micro
Installing Docker
Installing Kubernetes
Setting up Go dependencies
Setting up a Go HTTP server
gRPC Streaming

Implementing unary API client and server
Implementing server streaming API client and server
Implementing client streaming API client and server
Implementing bi-directional API client and server
Go Microservices

JSON marshalling Go structures
JSON umarshalling Go structures
Building Docker images for Go microservices
Running containerized locally
Optimizing the Docker images
Microservice Ochrestration with Kubernetes

Deploying Go microservices to Kubernetes
Implementing descriptors
Scaling deployments
Rolling updates
gRPC Troubleshooting and Security

Using Error Handling
Tracking with deadlines
Creating SSL certificates for SSL encryption
Summary and Conclusion