Skip to content

Commit 091ce13

Browse files
authored
Add interactive lab
1 parent 2cfe2ea commit 091ce13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

exercises/14-helm-consume-chart/instructions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ In this exercise, you use Helm to install Kubernetes objects needed for the open
1515
> [!IMPORTANT]
1616
> You will need to have Helm installed on your machine. The Helm documentation page provides detailed, OS-specific [installation instructions](https://helm.sh/docs/intro/install/).
1717
18+
> [!NOTE]
19+
> If you do not already have a cluster, you can create one by using minikube or you can use the O'Reilly interactive lab ["Installing an Existing Helm Chart from the Central Chart Repository"](https://learning.oreilly.com/scenarios/installing-an-existing/9781098164065/).
20+
1821
1. The Prometheus Helm charts reside in the [artifact repository](https://prometheus-community.github.io/helm-charts). Add the repository to the list of known repositories accessible by Helm with the name `prometheus-community`.
1922
2. Update to the latest information about charts from the respective chart repository.
2023
3. Run the Helm command for listing available Helm charts and their versions. Identify the latest chart version for `kube-prometheus-stack`.
@@ -23,4 +26,4 @@ In this exercise, you use Helm to install Kubernetes objects needed for the open
2326
6. List the Service named `prometheus-operated` created by the Helm chart. The object resides in the `default` namespace.
2427
7. Use the kubectl `port-forward` command to forward the local port 8080 to the port 9090 of the Service.
2528
8. Open a browser and bring up the Prometheus dashboard.
26-
9. Stop port forwarding and uninstall the Helm chart.
29+
9. Stop port forwarding and uninstall the Helm chart.

0 commit comments

Comments
 (0)