About these templates#
The templates above are architecture templates — opinionated, ready-to-deploy Pulumi projects that deploy a workload (a Helm chart or a Deployment and Service) to an existing Kubernetes cluster. Unlike starter templates, which scaffold minimal programs for easy bootstrapping, architecture templates codify common infrastructure patterns that you can customize and extend in the language of your choice.
Want to build your own? See Creating Templates in the Pulumi docs to learn how to turn any Pulumi project into a reusable template you can share and run with pulumi new.