🔗 Building Kubernetes Applications with Acorn - Gives you some more detail on what Acorn is: “Acorn is an application packaging & deployment solution, which aims at simplifying the process of developing applications for Kubernetes. Acorn offers a simple CLI, which along with a CUE-based Acornfile can run your applications on a Kubernetes cluster, without needing to know any Kubernetes concepts. Its development mode makes application updates & debugging seamless for developers, which otherwise can seem daunting. It is a thin layer of abstraction that sits on top of Kubernetes & lets you use its advantages without diving into the nitty-gritty details of the technology. It also takes care of hosting a container registry & as well as an ingress controller on some Kubernetes distributions which don’t run it by default. See Acorn documentation for more details.”