> For the complete documentation index, see [llms.txt](https://canine.gitbook.io/canine.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://canine.gitbook.io/canine.sh/getting-started/quickstart.md).

# Quickstart

In this quickstart guide, we're going to deploy a real time, [collaborative whiteboard application](https://whiteboard.canine.sh).

1. Set up a Kubernetes cluster (4 minutes)
2. Connect a Github project (3 minutes)
3. Deploy a Redis database (1 minute)
4. Deploy the collaborative whiteboard application (2 minutes)
5. Configure DNS & LetsEncrypt SSL certificate (2 minutes)

At the end of this quickstart guide, you'll have:

* A publicly accessible, collaborative whiteboard app
* Backed by a Redis database
* Github auto deployments on any code changes
* Zero downtime restarts
* Fully managed SSL certificate

See a [preview here](https://whiteboard.canine.sh)

{% hint style="info" %}
You'll need to own a domain name to complete this tutorial.
{% endhint %}
