Understanding the fundamentals of packaging K8s applications — What is a Helm Chart? For anyone exposed to most modern programming languages, it is common to install and leverage the works of others by installing, importing and using external resources in the form of packages. Kubernetes, in this sense, is not any different. It is possible to deploy complex prepackaged applications via the popular…