Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.13 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.3.1/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