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

# Getting started

### Download Infra App

Visit <https://infra.app/download> to download the latest version of Infra App

{% hint style="info" %}
**Additional instructions for Linux AppImage**

If using the AppImage format, make sure to mark the app as executable. For example, on Ubuntu, this can be done by right-clicking on the AppImage file, clicking on Permissions, and then "Allow executing file as program"

&#x20;<img src="/files/-MMXsfROIxJMKNIpTzhU" alt="" data-size="original">&#x20;

Or on the command line, run`chmod +x ./Infra-0.43.0.AppImage`
{% endhint %}

### Connect your Kubernetes cluster

Upon starting, Infra App will automatically look at your local Kubernetes configuration to discover clusters you have access to.

{% hint style="info" %}
**Not seeing any Kubernetes clusters?**

If Infra App doesn't detect your Kubernetes clusters check out one of the [guides below](/getting-started.md#connection-guides-for-common-kubernetes-providers) on connecting Infra App to an existing Kubernetes cluster.&#x20;

If you don't have a Kubernetes cluster, we recommend trying Infra App with [Docker Desktop](/connect-your-cluster/docker-desktop.md).
{% endhint %}

Locally discovered clusters appear in the Cluster Switcher, as shown below.

![](/files/-MKCYzf7cR6dMDVon4DM)

Infra App will automatically load your active cluster, if you have one:

![](/files/-MKCg9NswNI3E0NcgCAL)

And that's it. You're up and running with Infra App.

### Connection guides for common Kubernetes providers

{% content-ref url="/pages/-MBocR-Yx\_YAFSVWUfG4" %}
[Amazon Web Services (EKS)](/connect-your-cluster/amazon-web-services-eks.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MBocZ2T3EsZV-gJdUL9" %}
[Google Cloud Platform (GKE)](/connect-your-cluster/google-cloud-platform-gke.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MBocbfpZ-Wt8oULeQS7" %}
[Digital Ocean (DOKS)](/connect-your-cluster/digital-ocean-doks.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MBtffoU0JKcxQKGHRHo" %}
[Docker Desktop](/connect-your-cluster/docker-desktop.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MBtfaTZBh7g2UcwHFhv" %}
[Minikube](/connect-your-cluster/minikube.md)
{% endcontent-ref %}

If you aren't using any of the above, check out the [this guide](/connect-your-cluster/other-clusters.md) on connecting any other Kubernetes cluster.
