# Pre and post deployment checklist

Once DIGIT is installed, check the health of the system to ensure it is ready for usage:

* [ ] Check to make sure all services are running. This can be done by fetching all k8s pods:

```
kubectl get pods
```

All pods should be in "running" state.

* [ ] Step 2
* [ ] Step 3
