> For the complete documentation index, see [llms.txt](https://docs.jovianx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jovianx.com/guides/jovianx-kubernetes-infrastructure-stack.md).

# Kubernetes Cluster System Components

## Overview

JovianX manages Kubernetes clusters&#x20;

Container Logging | Elastic + FluentD

Monitoring |  Prometheus + Grafana&#x20;

Cluster Access Gateway |  Ambassador + Cert-Manager

## Installing Ambassador Gateway

```bash
# Create the jovianX-system namespace
$ kubectl create namespace jovianx-system

# Add Ambassador Helm Repo
$ helm repo add datawire https://www.getambassador.io

# Install Ambassador in the JovianX-System namespace
$ helm install --name ambassador --namespace jovianx-system datawire/ambassador --set nodeSelector\\.eks\\.amazonaws\\.com/nodegroup=gigaspaces-nodepool-system

```

{% hint style="info" %}
Note: Configure nodeSelector to run Ambassador on the jovianx-system node pool.  Note that node selector has

To view current labels on the nodes run `$ kubectl get nodes --show-labels` . then&#x20;
{% endhint %}

Note that nodeSelector has to escape dot(`.` )char.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.jovianx.com/guides/jovianx-kubernetes-infrastructure-stack.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.
