Add bonus objectives to some exercises.

This commit is contained in:
2023-12-07 11:54:19 +13:00
parent 3e2fc9b371
commit 0ac91e748d
4 changed files with 24 additions and 2 deletions

View File

@ -2,7 +2,7 @@
title: Deploying an application via helm chart
exercise: 4
date: '2023-12-06'
tags: ['openshift','containers','kubernetes','deployments','autoscaling']
tags: ['openshift','containers','kubernetes','deployments','helm']
draft: false
authors: ['default']
summary: "Exploring alternative deployment approaches."
@ -131,4 +131,10 @@ Enter the `gitea` confirmation at the prompt and click **Delete**. If you now re
| *Deleting the gitea application helm release* |
</Zoom>
## 4.6 - Bonus objective: Artifact Hub
If you have time, take a while to explore https://artifacthub.io/packages/search to see the kinds of applications available in the most popular publicly available Helm Chart repository Artifact Hub.
Well done, you've finished exercise 4! 🎉