Summary
In this chapter, we learned how to set up a K3s cluster with Raspberry Pi devices for our homelab. We also covered how to use basic Kubernetes objects to deploy an application. We deployed sample applications in an imperative way using the kubectl
command. We also deployed sample applications using YAML files too. At the end of the chapter, we covered how to install a Kubernetes dashboard to manage your cluster. In the next chapter, we are going to continue adding more pieces to this deployment; we are going to use ingress controllers to deploy applications on the edge.