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.
Working with K3s using Multipass
One of the easiest way to try out k3s is by using multipass, a tool that allows you to spin up Ubuntu VMs in seconds on MAC, Linux or Windows machine.