# System requirements

## Minimum requirements

The YaK Core package comes in the form of Helm charts for Kubernetes clusters.\
For the YaK containers to operate properly, the minimum following resources are recommended:

* YaK supports x86 and arm64 CPU architectures
* CPU: 4 cores
* RAM: 8GB
* Storage: 50GB

Required packages to be installed / configured on your cluster:

* Helm3 must be installed
  * <https://helm.sh/docs/intro/install/>
* Tar must be installed
* Git must be installed&#x20;
* Firewalld must be stopped
* SElinux must be disabled

  ```
  setenforce Permissive
  ```

YaK requires a Kubernetes cluster to operate. Following flavours of K8S are supported:

* Vanilla Kubernetes
* SUSE Rancher
* SUSE RKE2
* VMware Tanzu
* Red Hat Openshift
* Single-node Kubernetes cluster (minikube, K3s, SUSE Rancher Desktop, aso) are also supported, but their usage shall be limited to PoC or testing purpose only.


---

# 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://dbi-services.gitbook.io/yak-user-doc/installation/system-requirements.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.
