Getting started with Kubernetes
- Create a directory for your project and move into it.
mkdir kubernetes-quickstart && cd kubernetes-quickstart
- Create your first Kubernetes project and stack!
pulumi new kubernetes-typescript
- Deploy it!
pulumi up