# Kubernetes

Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available. You do not need to have detailed knowledge of either Kubernetes or Helm to use this project, but you may find it useful to review their basic documentation to become familiar with their key concepts and terminology.

Kubernetes can be set up using multiple approaches.

### Simple Docker-based options

{% hint style="info" %}
Consider using this only for development and testing
{% endhint %}

#### Prerequisites

1. [Docker](/dependencies/docker.md)

#### Environment

* [Windows](/dependencies/kubernetes/environments/windows.md)
* [macOS](/dependencies/kubernetes/environments/macos.md)
* [Ubuntu](/dependencies/kubernetes/environments/kubernetes-ubuntu.md)

### Kubernetes cluster from a cloud provider

This will be an ideal, easier and a managed solution to deploy aurras to production.

#### Common Cloud Providers

* [IBM Cloud Private (ICP)](https://www.ibm.com/support/knowledgecenter/en/SSBS6K_3.1.1/getting_started/introduction.html)
* [IBM Kubernetes Service (IKS)](https://docs.aurras.hugobyte.com/dependencies/www.ibm.com/kubernetes/service)
* [Google Kubernetes Engine (GKE)](https://cloud.google.com/containers/gke)
* [Amazon Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks/)

### Self Build Kubernetes Cluster

Building your own cluster setup requires advanced technical and networking skills, and a good understanding of Kubernetes. This solution is recommended only for advanced users.


---

# 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.aurras.hugobyte.com/dependencies/kubernetes.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.
