About these templates#
The templates above are architecture templates — opinionated, ready-to-deploy Pulumi projects that provision a complete Kubernetes cluster (with a managed control plane plus the VPC, node pools, and IAM around it) on AWS, Azure, or Google Cloud. 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.