Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight: 6

Kubernetes is a powerful orchestrator capable of running and managing production workloads. However, it can't do everything on its own; it relies on many external components to handle various tasks and features.

In the previous sections we introduced the concept of [Ingress Controller](../resources/Ingress/usage.md), and also illustrated the usage of [Helm](../helm/usage.md). In this section we introduce additional projects and tools from this rich ecosystem. The scope is not to go deep in the details of each component, but rather to present their main features and use-cases.
In the previous sections we introduced the concept of [Ingress Controller]({{< relref "/learning-paths/1e2a8e46-937c-47ea-ab43-5716e3bcab2e/workshop-k8s-introduction/4.resources/7.Ingress" >}}), and also illustrated the usage of [Helm]({{< relref "/learning-paths/1e2a8e46-937c-47ea-ab43-5716e3bcab2e/workshop-k8s-introduction/4.resources/8.Helm" >}}). In this section we introduce additional projects and tools from this rich ecosystem. The scope is not to go deep in the details of each component, but rather to present their main features and use-cases.

{{< hextra/callout>}}
This section is a work in progress, several projects will be added in the near future.
Expand Down
Loading