diff --git a/docs/docs/contribute/general/technologies.md b/docs/docs/contribute/general/technologies.md index c86616e5c3..acb17f89c2 100644 --- a/docs/docs/contribute/general/technologies.md +++ b/docs/docs/contribute/general/technologies.md @@ -11,6 +11,25 @@ The information has been gathered from the community and is subject to alteratio If you have suggestions about additional content that should be included in this list, please submit an issue. +## Containers + +Containers are a basic prerequisite in the path of learning kubernetes and a good understanding +of containers will help a lot for working with and contributing to Keptn. + +* **Understand the Basics of Containers** + * [Docker's Official Getting Started Guide](https://docs.docker.com/get-started/) + * [Docker for beginner](https://youtu.be/3c-iBn73dDE?si=tilXJsYAxZGEMGg1) +* **Container Architecture** + * [Understanding Docker Architecture](https://docs.docker.com/get-started/overview/#docker-architecture) +* **Container Concepts** + * [Docker Images and Containers Explained](https://circleci.com/blog/docker-image-vs-container/) + * [Container Security Explained](https://www.youtube.com/watch?v=b_euX_M82uI) + * [Container Orchestration Explained](https://youtu.be/kBF6Bvth0zw?si=bUj2bdMbk9xmnF_G) +* **Useful Tools** + * [Docker Compose Overview](https://docs.docker.com/compose/) + * [Docker Compose Tutorial](https://youtu.be/SXwC9fSwct8?si=dXaxQVxx0QhW7sku) + * [Docker Swarm](https://docs.docker.com/engine/swarm/) + ## Kubernetes Keptn runs on Kubernetes and primarily works with deployments that run on Kubernetes diff --git a/docs/docs/guides/otel.md b/docs/docs/guides/otel.md index 6736a03cf5..1c6e217e14 100644 --- a/docs/docs/guides/otel.md +++ b/docs/docs/guides/otel.md @@ -53,7 +53,7 @@ you must have the following on your cluster: to watch resources of your Keptn namespace (default is `keptn-system`). See - [Setup for Monitoring other Namespaces](https://prometheus-operator.dev/docs/kube/monitoring-other-namespaces/). + [Setup for Monitoring other Namespaces](https://prometheus-operator.dev/kube-prometheus/kube/monitoring-other-namespaces/). - To install Prometheus into the `monitoring` namespace using the example configuration included with Keptn,