Skip to content

Commit

Permalink
Docs clean-up after Runtime Agent's docs removal (#18630)
Browse files Browse the repository at this point in the history
* Docs clean-up after Runtime Agent's docs removal

* Remove link to a non-existing doc
  • Loading branch information
mmitoraj authored Mar 27, 2024
1 parent 111b19e commit aa7366d
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 44 deletions.
12 changes: 0 additions & 12 deletions .mlc.config.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/03-tutorials/00-observability.md

This file was deleted.

6 changes: 1 addition & 5 deletions docs/03-tutorials/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# Dive In Deeper!

Alright - you know what Kyma is, you got it started, now you want to know what else is possible.
Dive in deeper and explore the functionalities that Kyma provides for various use cases!

### Observability

* [Observability](00-observability.md)
Dive in deeper and explore the functionalities that Kyma provides for various use cases.
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 @@ -4,7 +4,6 @@ To ensure a stable and secure work environment, the Kyma security component uses

- Predefined [Kubernetes RBAC roles](https://kubernetes.io/docs/reference/access-authn-authz/rbac/) to manage the user access to the functionality provided by Kyma
- Istio Service Mesh with the global mTLS setup and Ingress configuration to ensure secure service-to-service communication
- [ORY Oathkeeper](https://www.ory.sh/oathkeeper/docs/) used by API Gateway to authenticate, authorize, and mutate incoming HTTP requests.

This is a complete list of security-related guides in Kyma:

Expand Down
6 changes: 0 additions & 6 deletions docs/04-operation-guides/security/_sidebar1.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/04-operation-guides/security/metadata.yaml

This file was deleted.

1 change: 0 additions & 1 deletion docs/04-operation-guides/troubleshooting/metadata.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/04-operation-guides/troubleshooting/security/_sidebar.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/05-technical-reference/00-architecture/metadata.yaml

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/05-technical-reference/metadata.yaml

This file was deleted.

1 change: 0 additions & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
* [Troubleshooting](/04-operation-guides/troubleshooting/README.md)
* [Technical Reference](/05-technical-reference/README.md)
* [API Overview](/05-technical-reference/00-api-overview/README.md)
* [Configure the Runtime](/05-technical-reference/ra-01-configuring-runtime.md)
* [Glossary](/glossary.md)
<!-- markdown-link-check-enable -->
2 changes: 1 addition & 1 deletion docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Here's a list of the most commonly used terms that you may come across when brow
| Application | An external solution connected to Kyma through Application Connector. <br><br> <div style="background-color:#ffddd3; padding:9px;"> **Warning** <br> Don't confuse it with `application`, which is the term used for a microservice deployed on Kyma or in a general sense for software.</div> | [Application custom resource](https://kyma-project.io/#/application-connector-manager/user/resources/06-10-application) |
| Credentials/Secrets | Sensitive data to call the service, connect to it, and authenticate it. | |
| Custom resource | A custom resource (CR) allows you to extend the Kubernetes API to cover use cases that are not directly covered by core Kubernetes. | [Kubernetes - Custom Resource](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) & [Custom resources provided by Kyma](./05-technical-reference/00-custom-resources) |
| CustomResourceDefinition (CRD) | An object used to define a custom resource. | [CRDs of custom resources provided by Kyma](https://github.com/kyma-project/kyma/tree/main/installation/resources/crds) |
| CustomResourceDefinition (CRD) | An object used to define a custom resource. | |
| Deployment | Deployment is a Kubernetes object that represents a replicated application running in your cluster. | [Kubernetes - Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) |
| Function | A simple code snippet that you can run without provisioning or managing servers. It implements the exact business logic you define. A Function is based on the Function custom resource (CR) and can be written in either Node.js or Python. A Function can perform a business logic of its own. You can also bind it to an instance of a service and configure it to be triggered whenever it receives a particular event type from the service or a call is made to the service's API. Functions are executed only if they are triggered by an event or an API call. | [What is Serverless in Kyma?](https://kyma-project.io/#/serverless-manager/user/README) |
| Kyma cluster | A Kubernetes cluster with Kyma installed. | [Kubernetes components](https://kubernetes.io/docs/concepts/overview/components/) |
Expand Down

0 comments on commit aa7366d

Please sign in to comment.