This document discusses options for deploying Kubernetes resources and provides details on Helm, a package manager for Kubernetes. It notes that deploying Kubernetes resources through kubectl alone can become cumbersome with large applications. Helm addresses this issue by packaging Kubernetes resources into charts that can be deployed and rolled back as a unit. The document then outlines the key components of Helm, including Helm clients, Tiller server, and Helm charts containing Kubernetes resource templates. It also lists some common Helm commands and ways to add features to basic Helm charts such as managing dependencies and adding deployment hooks.