Skip to content

hesbon-osoro/kubernetes-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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