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

docs: added container section #3580

Merged
merged 5 commits into from
Jul 4, 2024
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
19 changes: 19 additions & 0 deletions docs/docs/contribute/general/technologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/otel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading