# FAQs

#### What is Infra App?

Infra App is a Desktop client to manage Kubernetes from Mac, Windows or Linux.

#### Does Infra App support connecting to my cluster via an HTTP/HTTPS proxy?

Not currently, this feature is on our roadmap.

#### Does Infra App support connecting to my cluster via OpenID Connect (OIDC)?

Not currently, this feature is on our roadmap.

#### Does Infra App support connecting to my cluster via Okta?

Not currently, this feature is on our roadmap.

#### I'm seeing an error when connecting to my cluster and I don't know how to fix it. What should I do?

If you're using a Kubernetes solution such as AWS EKS, Docker Desktop, first check out the [docs](/connect-your-cluster/amazon-web-services-eks.md).

If this doesn't help, contact us [via email](mailto:contact@infra.app) so we can ask more about how your cluster is set up.

#### How often do resource metrics (e.g. CPU & memory) update?

CPU & Memory values update every 5 seconds Note that values may not change this often, as the Kubernetes metrics server will often keep a 30-second rolling average.

#### Does Infra App support large clusters?

We test Infra App internally against large clusters, and many use it with 100+ node clusters. For connecting Infra App to very large Kubernetes clusters with 100s or 1000s of nodes, please [contact us](mailto:contact@infra.app).

#### Is Infra App Secure? Where is my data stored?

All cluster data is downloaded directly from your cluster to Infra App running on your computer (locally). No cluster data is ever sent to Infra App's servers. Further, we:

* Scan Infra App for vulnerabilities before every release and on monitor a continual basis.
* Force HTTPS on all connections and downloads


---

# 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.infra.app/advanced/faq.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.
