Getting started with kubernetes: k3s
This tutorial shows you how to install k3s to run Kubernetes cluster locally on our Linux machine, we will also be deploying a Docker container in our kubernetes container. What is Kubernetes? For now all we need to know is that we like to deploy our application in containers, to provide a isolated enviroment for them, which is great because now you have a one container that has all the dependencies needed to run that application we can take that docker conatiner and use it on any OS without any issues....