Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from kyma-project:main #4652

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Out of the box, Kyma offers various functionalities, such as:

- [Serverless](https://kyma-project.io/#/serverless-manager/user/README) development platform to run lightweight Functions in a cost-efficient and scalable way
- [System connectivity](https://kyma-project.io/#/01-overview/application-connectivity/README) that provides endpoint to securely register Events and APIs of external applications
- [Istio](https://kyma-project.io/#/istio/user/00-overview/README) for service-to-service communication and proxying
- [Istio](https://kyma-project.io/#/istio/user/README) for service-to-service communication and proxying
- [Service Management](https://kyma-project.io/#/01-overview/service-management/README) to use the built-in cloud services from such cloud providers as GCP, Azure, and AWS
- Secure API exposure
- Collection and shipment of telemetry data to observability backends using the [Telemetry module](https://kyma-project.io/#/telemetry-manager/user/README)
Expand Down
1 change: 0 additions & 1 deletion docs/01-overview/_sidebar1.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
* [Home](/)
<!-- markdown-link-check-disable -->
* [Kyma Components](/01-overview/README.md)
* [Istio](/istio/user/00-overview/README.md)
* [Service Management](/01-overview/service-management/README.md)
* [User Interfaces](/01-overview/ui/README.md)
<!-- markdown-link-check-enable -->
2 changes: 1 addition & 1 deletion docs/01-overview/service-mesh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: What is Service Mesh in Kyma?
---

This content has been moved to: [What is Istio in Kyma?](https://kyma-project.io/#/istio/user/00-overview/README.md)
This content has been moved to: [What is Istio in Kyma?](https://kyma-project.io/#/istio/user/README.md)
2 changes: 1 addition & 1 deletion docs/02-get-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ All the steps are performed in the `default` Namespace.

Alternatively, you can just use `curl` to publish events.
- Istio sidecar injection enabled in the `default` Namespace
>**NOTE:** Read about [Istio sidecars in Kyma and why you want them](https://kyma-project.io/#/istio/user/00-overview/00-30-overview-istio-sidecars). Then, check how to [enable automatic Istio sidecar proxy injection](https://kyma-project.io/#/istio/user/02-operation-guides/operations/02-20-enable-sidecar-injection). For more details, see [Default Istio setup in Kyma](https://kyma-project.io/#/istio/user/00-overview/00-40-overview-istio-setup).
>**NOTE:** Read about [Istio sidecars in Kyma and why you want them](https://kyma-project.io/#/istio/user/00-30-overview-istio-sidecars). Then, check how to [enable automatic Istio sidecar proxy injection](https://kyma-project.io/#/istio/user/operation-guides/02-20-enable-sidecar-injection). For more details, see [Default Istio setup in Kyma](https://kyma-project.io/#/istio/user/00-40-overview-istio-setup).

## Steps <!-- {docsify-ignore} -->

Expand Down
5 changes: 1 addition & 4 deletions docs/04-operation-guides/operations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ This is a complete list of Kyma operation guides:
* [Uninstall Kyma or components](07-uninstall-kyma.md)
* [Back up Kyma](10-backup-kyma.md)
* [Access Kyma application logs](obsv-01-access-logs.md)
* [Enable Istio access logs](https://kyma-project.io/#/istio/user/02-operation-guides/operations/02-30-enable-istio-access-logs)
* [Enable Kyma with Runtime Agent](ra-01-enable-kyma-with-runtime-agent.md)
* [Check if automatic Istio sidecar proxy injection is enabled](https://kyma-project.io/#/istio/user/02-operation-guides/operations/02-10-check-if-sidecar-injection-is-enabled.md)
* [Enable automatic Istio sidecar proxy injection](https://kyma-project.io/#/istio/user/02-operation-guides/operations/02-20-enable-sidecar-injection)
* [Enable Kyma with Runtime Agent](ra-01-enable-kyma-with-runtime-agent.md)
7 changes: 1 addition & 6 deletions docs/04-operation-guides/operations/_sidebar1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@
* [Uninstall Kyma or components](07-uninstall-kyma.md)
* [Back up Kyma](10-backup-kyma.md)
* [Access Kyma application logs](obsv-01-access-logs.md)
* [Enable Kyma with Runtime Agent](ra-01-enable-kyma-with-runtime-agent.md)
<!-- markdown-link-check-disable -->
* [Enable Istio access logs](/istio/user/02-operation-guides/operations/02-30-enable-istio-access-logs.md)
* [Check if automatic Istio sidecar proxy injection is enabled](/istio/user/02-operation-guides/operations/02-10-check-if-sidecar-injection-is-enabled.md)
* [Enable automatic Istio sidecar proxy injection](/istio/user/02-operation-guides/operations/02-20-enable-sidecar-injection.md)
<!-- markdown-link-check-enable -->
* [Enable Kyma with Runtime Agent](ra-01-enable-kyma-with-runtime-agent.md)
1 change: 0 additions & 1 deletion docs/04-operation-guides/security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ This is a complete list of security-related guides in Kyma:
* [Authentication in Kyma](sec-01-authentication-in-kyma.md)
* [Authorization in Kyma](sec-02-authorization-in-kyma.md)
* [Access Kyma securely](sec-03-access-kyma.md)
* [Ingress and Egress traffic](https://kyma-project.io/#/istio/user/02-operation-guides/security/02-10-ingress-egress-traffic)
4 changes: 1 addition & 3 deletions docs/04-operation-guides/security/_sidebar1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
* [Security](README.md)
* [Authentication in Kyma](sec-01-authentication-in-kyma.md)
* [Authorization in Kyma](sec-02-authorization-in-kyma.md)
* [Access Kyma securely](sec-03-access-kyma.md)
<!-- markdown-link-check-disable-next-line -->
* [Ingress and Egress traffic](/istio/user/02-operation-guides/security/02-10-ingress-egress-traffic.md)
* [Access Kyma securely](sec-03-access-kyma.md)
10 changes: 1 addition & 9 deletions docs/04-operation-guides/troubleshooting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,4 @@ See the full list of Kyma troubleshooting guides:

### Security

- [Issues with certificates on Gardener](./security/sec-01-certificates-gardener.md)

### Istio

- [Can't access a Kyma endpoint (503 status code)](https://kyma-project.io/#/istio/user/02-operation-guides/troubleshooting/03-10-503-no-access)
- [Connection refused errors](https://kyma-project.io/#/istio/user/02-operation-guides/troubleshooting/03-20-connection-refused)
- [Issues with Istio sidecar injection](https://kyma-project.io/#/istio/user/02-operation-guides/troubleshooting/03-30-istio-no-sidecar)
- [Incompatible Istio sidecar version after Kyma upgrade](https://kyma-project.io/#/istio/user/02-operation-guides/troubleshooting/03-40-incompatible-istio-sidecar-version)
- [Istio unintentionally deleted](https://kyma-project.io/#/istio/user/02-operation-guides/troubleshooting/03-50-recovering-from-unintentional-istio-removal.md)
- [Issues with certificates on Gardener](./security/sec-01-certificates-gardener.md)
2 changes: 0 additions & 2 deletions docs/04-operation-guides/troubleshooting/_sidebar1.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
* [Home](/)
* [Operation Guides](../README.md)
* [Troubleshooting](README.md)
<!-- markdown-link-check-disable-next-line -->
* [Istio](/istio/user/02-operation-guides/troubleshooting/README.md)
* [Security](security/README.md)
* [Component doesn't work after successful installation](01-component-installation-fails.md)
* [Local Kyma deployment fails with pending Pods](01-deplyoment-fails-pending-pods.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
* [Technical Reference](/05-technical-reference/README.md)
* [Configurable parameters](/05-technical-reference/00-configuration-parameters/README.md)
* [Connection with Compass](/05-technical-reference/00-configuration-parameters/ra-01-connection-with-compass.md)
* [Istio](/istio/user/03-technical-reference/configuration-parameters/01-10-istio-controller-parameters.md)
<!-- markdown-link-check-enable -->
1 change: 0 additions & 1 deletion docs/05-technical-reference/00-custom-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ A custom resource (CR) is an extension to the Kubernetes API which allows you to
| Area | Custom resource |
| ---- | -------------- |
| Application Connectivity | [Application](ac-01-application.md), [CompassConnection](ra-01-compassconnection.md) |
| Istio | [Istio](https://kyma-project.io/#/istio/user/03-technical-reference/istio-custom-resource/01-30-istio-custom-resource) |

> **TIP:** For information about third-party custom resources that come together with Kyma, visit the documentation of the respective project.
4 changes: 1 addition & 3 deletions docs/05-technical-reference/00-custom-resources/_sidebar1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
* [Technical Reference](../README.md)
* [Custom resources](README.md)
* [Application](ac-01-application.md)
* [CompassConnection](ra-01-compassconnection.md)
<!-- markdown-link-check-disable-next-line -->
* [Istio](/istio/user/03-technical-reference/istio-custom-resource/01-30-istio-custom-resource.md)
* [CompassConnection](ra-01-compassconnection.md)
2 changes: 1 addition & 1 deletion docs/06-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ The table of Kyma modules:
| [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://github.com/kyma-project/eventing-manager) | Eventing provides functionality to publish and subscribe to CloudEvents. <br> At the moment, the SAP Event Mesh default plan and NATS (provided by the NATS module) are supported. |
| [API Gateway](https://github.com/kyma-project/api-gateway) | API Gateway provides functionalities that allow you to expose and secure APIs. |
| [Istio*](https://github.com/kyma-project/istio) | Istio is a service mesh with the Kyma-specific configuration. |
| [Istio](https://github.com/kyma-project/istio) | Istio is a service mesh with the Kyma-specific configuration. |
2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<!-- markdown-link-check-disable -->
* [Kyma Components](/01-overview/README.md)
* [API Exposure](/01-overview/api-exposure/README.md)
* [Istio](/istio/user/00-overview/README.md)
* [Service Management](/01-overview/service-management/README.md)
* [User Interfaces](/01-overview/ui/README.md)
* [Get Started](/02-get-started/README.md)
Expand Down Expand Up @@ -44,5 +43,6 @@
* [NATS](/nats-manager/user/README.md)
* [Eventing](/eventing-manager/user/README.md)
* [API Gateway](/api-gateway/user/README.md)
* [Istio](/istio/user/README.md)
* [Glossary](/glossary.md)
<!-- markdown-link-check-enable -->