Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 591 Bytes

File metadata and controls

18 lines (13 loc) · 591 Bytes

New to Analytics? Please start here.

Installation Guide

Using YAML

Analytics can be installed using YAML files includes in the /hack/deploy folder.

$ curl https://raw.githubusercontent.com/appscode/analytics/0.1.0/hack/deploy/analytics.yaml | kubectl apply -f -

Verify installation

To check if Analytics operator pods have started, run the following command:

$ kubectl get pods --all-namespaces -l app=analytics --watch

Once the operator pods are running, you can cancel the above command by typing Ctrl+C.