# Eliminate a single point of failure in 10 minutes

<figure><img src="/files/x6mAEHPfIT7fNXu0jgtb" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
We're associating **ALB** with **APP1** and **Failover ALB** with **APP2** for demo purposes only. This will allow you to see which of the load balancers is serving the request. In a typical scenario you may want to associate all load balancers with all applications to maximize resilience.
{% endhint %}

{% embed url="<https://youtu.be/6OejmjXlUxs?si=26xJW7mtDECoAnai>" %}

### What you'll need

1. [A ClusterWare account](https://clusterware.io/pricing.html#plans)&#x20;
2. Complete the [Course 1: Create a distributed NodeJS application in 10 minutes](/learning-path/create-a-distributed-nodejs-application-in-10-minutes.md).

### Tutorial

{% content-ref url="/pages/EMSUVffOctUUvu2k3HFV" %}
[Step 1: Onboard a new server](/learning-path/eliminate-a-single-point-of-failure-in-10-minutes/step-1-onboard-a-new-server.md)
{% endcontent-ref %}

{% content-ref url="/pages/TRA9M05nPMI3jzvgeh70" %}
[Step 2: Install Niginx](/learning-path/eliminate-a-single-point-of-failure-in-10-minutes/step-2-install-niginx.md)
{% endcontent-ref %}

{% content-ref url="/pages/sYOSqUTG8D5GVjRfMMMk" %}
[Step 3: Configure DNS](/learning-path/eliminate-a-single-point-of-failure-in-10-minutes/step-3-configure-dns.md)
{% endcontent-ref %}

{% content-ref url="/pages/QZKaQ8Hf0pWuPSTPV2m3" %}
[Step 4: Create and start the failover load balancer](/learning-path/eliminate-a-single-point-of-failure-in-10-minutes/step-4-create-and-start-the-failover-load-balancer.md)
{% endcontent-ref %}

{% content-ref url="/pages/hBtmNx9WPSmU7AgcgVjL" %}
[Step 5: Run a load balancer outage experiment](/learning-path/eliminate-a-single-point-of-failure-in-10-minutes/step-5-run-a-load-balancer-outage-experiment.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.clusterware.io/learning-path/eliminate-a-single-point-of-failure-in-10-minutes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
