Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 354 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 354 Bytes

Kubernetes

Getting started with Kubernetes

  1. Create a directory for your project and move into it.

mkdir kubernetes-quickstart && cd kubernetes-quickstart

  1. Create your first Kubernetes project and stack!

pulumi new kubernetes-typescript

  1. Deploy it!

pulumi up