GRPC Tutorial

I will be using Golang in this post. Let’s install the software needed. There are equivalent commands to try on Raspberry-PI.

Golang Testing

Testing a.k.a. automated testing, is the practice of writing small programs that check that the code under test behaves as expected for certain inputs, which are either carefully chosen to exercise certain features or randomised to ensure broad coverage.

Kubernetes Concepts

Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications, as described at Kubernetes website.