diff --git a/docs/06-modules/README.md b/docs/06-modules/README.md index 2970481c556f..5966d5e4cfde 100644 --- a/docs/06-modules/README.md +++ b/docs/06-modules/README.md @@ -8,14 +8,14 @@ You can add modules at any time. If you decide that some of them are not needed | Module | Purpose | |---|---| +| [API Gateway](https://kyma-project.io/#/api-gateway/user/README) | API Gateway provides functionalities that allow you to expose and secure APIs. | | [Istio](https://kyma-project.io/#/istio/user/README) | Istio is a service mesh with the Kyma-specific configuration. | | [SAP BTP Operator](https://kyma-project.io/#/btp-manager/user/README.md) | Within the SAP BTP Operator module, BTP Manager installs SAP BTP Service Operator that allows you to consume SAP BTP services from your Kubernetes cluster using Kubernetes-native tools. | | [Application Connector](https://kyma-project.io/#/application-connector-manager/user/README) | Application Connector allows you to connect with external solutions. No matter if you want to integrate an on-premise or a cloud system, the integration process doesn't change, which allows you to avoid any configuration or network-related problems. | +| [Cloud Manager](https://kyma-project.io/#/cloud-manager/user/README)| Cloud Manager brings hyperscaler products and resources into the Kyma cluster in a secure way. | +| [Docker Registry](https://kyma-project.io/#/docker-registry/user/README)| The Docker Registry module provides a lightweight, open-source Docker registry for storing and distributing container images in the Kubernetes environment. | +| [Eventing](https://kyma-project.io/#/eventing-manager/user/README) | Eventing provides functionality to publish and subscribe to CloudEvents.
At the moment, the SAP Event Mesh default plan and NATS (provided by the NATS module) are supported. | | [Keda](https://kyma-project.io//#/keda-manager/user/README.md) | The Keda module comes with Keda Manager, an extension to Kyma that allows you to install [KEDA (Kubernetes Event Driven Autoscaler)](https://keda.sh/). | +| [NATS](https://kyma-project.io/#/nats-manager/user/README.md) | NATS deploys a NATS cluster within the Kyma cluster. You can use it as a backend for Kyma Eventing. | | [Serverless](https://kyma-project.io/#/serverless-manager/user/README.md) | With the Serverless module, you can define simple code snippets (Functions) with minimal implementation effort. | | [Telemetry](https://kyma-project.io/#/telemetry-manager/user/README.md) | Enable telemetry agents to collect application logs, distributed traces, and metrics for your application and dispatch them to backends.| -| [NATS](https://kyma-project.io/#/nats-manager/user/README.md) | NATS deploys a NATS cluster within the Kyma cluster. You can use it as a backend for Kyma Eventing. | -| [Eventing](https://kyma-project.io/#/eventing-manager/user/README) | Eventing provides functionality to publish and subscribe to CloudEvents.
At the moment, the SAP Event Mesh default plan and NATS (provided by the NATS module) are supported. | -| [API Gateway](https://kyma-project.io/#/api-gateway/user/README) | API Gateway provides functionalities that allow you to expose and secure APIs. | -| [Cloud Manager](https://kyma-project.io/#/cloud-manager/user/README)| Cloud Manager brings hyperscaler products and resources into the Kyma cluster in a secure way. | -| [Docker Registry](https://kyma-project.io/#/docker-registry/user/README)| The Docker Registry module provides a lightweight, open-source Docker registry for storing and distributing container images in the Kubernetes environment. |