Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.2 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.2 KB

Tutorial

These tutorials walk through several examples to demonstrate how to use the Kruise Workloads to deploy and manage applications

Install Kruise

Install Kruise with helm v3, which is a simple command-line tool and you can get it from here.

helm install kruise https://github.com/openkruise/kruise/releases/download/v0.5.0/kruise-chart.tgz

Verify Kruise-manager is running:

$ kubectl get pods -n kruise-system
NAME                          READY   STATUS    RESTARTS   AGE
kruise-controller-manager-0   1/1     Running   0          4m11s

Add AppHub as your helm repo

Add the AppHub repository to your Helm, for some of the tutorial charts are held in it:

helm repo add apphub https://apphub.aliyuncs.com

Try tutorials