So what're we doing here? I'm setting up a home lab kubernetes cluster. Why? It's something to fiddle with...
Wherein we create a kubernetes cluster from scratch on a virtual machine for no apparent reason. We use talos linux, a virtual machine, and cluster-template. It's pretty easy to do, go check it out.
After creating our kubernetes cluster, we're on the internet! Amaze. Let's tidy a few things up.
Our echo service has served its purpose, we need to part ways. We learn how to modify our cluster's running state by removing the echo service to see the process and the effects.
What will we do next time???