> For the complete documentation index, see [llms.txt](https://academy.cegedim.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.cegedim.cloud/compute.md).

# Compute

- [Virtual instances](https://academy.cegedim.cloud/compute/virtual-instances.md)
- [Virtual instances - Features](https://academy.cegedim.cloud/compute/virtual-instances/virtual-instances-features.md)
- [Linux - Hardening](https://academy.cegedim.cloud/compute/virtual-instances/virtual-instances-features/linux-hardening.md)
- [Windows - Hardening](https://academy.cegedim.cloud/compute/virtual-instances/virtual-instances-features/windows-hardening.md)
- [Virtual instances - Get started](https://academy.cegedim.cloud/compute/virtual-instances/virtual-instances-get-started.md)
- [Containers (K8s)](https://academy.cegedim.cloud/compute/containers-k8s.md)
- [K8s - Features](https://academy.cegedim.cloud/compute/containers-k8s/k8s-features.md)
- [Hardening](https://academy.cegedim.cloud/compute/containers-k8s/k8s-features/hardening.md)
- [Persistent Storage](https://academy.cegedim.cloud/compute/containers-k8s/k8s-features/persistent-storage.md)
- [Gateway API](https://academy.cegedim.cloud/compute/containers-k8s/k8s-features/gateway-api.md): Kubernetes Gateway API support on cegedim.cloud — NGF, Traefik, and Istio implementations
- [NGF](https://academy.cegedim.cloud/compute/containers-k8s/k8s-features/gateway-api/gateway-api-ngf.md): Getting started with NGINX Gateway Fabric (NGF) on cegedim.cloud — deploying HTTPRoutes and Ingress migration reference
- [Istio](https://academy.cegedim.cloud/compute/containers-k8s/k8s-features/gateway-api/gateway-api-istio.md): Getting started with Istio on cegedim.cloud — sidecar and ambient mesh modes
- [Traefik](https://academy.cegedim.cloud/compute/containers-k8s/k8s-features/gateway-api/gateway-api-traefik.md): Getting started with Traefik on cegedim.cloud — deploying workloads with IngressRoute
- [K8s - Get started](https://academy.cegedim.cloud/compute/containers-k8s/k8s-get-started.md)
- [High Availability](https://academy.cegedim.cloud/compute/containers-k8s/k8s-get-started/high-availability.md)
- [Migrate RKE to RKE2](https://academy.cegedim.cloud/compute/containers-k8s/k8s-get-started/k8s-migration-rke-to-rke2.md)
- [Migrate to NGF Gateway API](https://academy.cegedim.cloud/compute/containers-k8s/k8s-get-started/k8s-gateway-api-migration.md): Step-by-step migration plan from NGINX Ingress Controller to NGINX Gateway Fabric (NGF) on cegedim.cloud clusters
- [Troubleshooting](https://academy.cegedim.cloud/compute/containers-k8s/k8s-get-started/k8s-troubleshooting.md)
- [Upgrade](https://academy.cegedim.cloud/compute/containers-k8s/k8s-get-started/k8s-upgrade.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://academy.cegedim.cloud/compute.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
