Taogen's Blog

Stay hungry stay foolish.

gRPC is a high-performance, open-source RPC (Remote Procedure Call) framework created by Google. It’s designed for efficient communication between distributed systems and microservices. In this post, I will cover the common uses of gPRC.

Read more »

Kubernetes (K8s) is an open-source container orchestration platform originally developed by Google and now maintained by the Cloud Native Computing Foundation (CNCF).

It automates the deployment, scaling, and management of containerized applications. Instead of running containers manually, Kubernetes provides a framework to run them reliably and at scale across clusters of machines.

In this post, I will introduce the common concepts of Kubernetes.

Read more »
0%