Add bonus objectives to some exercises.
This commit is contained in:
@ -114,4 +114,9 @@ If we now run `oc get pods` again we will see a new **Pod** has automatically be
|
||||
|
||||
In our ParksMap **Deployment** we have declared we always want two replicas of our application running at all times. Even if we (possibly accidentally) delete one, OpenShift will always attempt to self heal to return to our desired state.
|
||||
|
||||
## 3.5 - Bonus objective: Autoscaling
|
||||
|
||||
If you have time, take a while to explore the concepts of [HorizontalPodAutoscaling](https://docs.openshift.com/container-platform/4.14/nodes/pods/nodes-pods-autoscaling.html), [VerticalPodAutoscaling](https://docs.openshift.com/container-platform/4.14/nodes/pods/nodes-pods-vertical-autoscaler.html) and [Cluster autoscaling](https://docs.openshift.com/container-platform/4.14/machine_management/applying-autoscaling.html).
|
||||
|
||||
|
||||
Well done, you've finished exercise 3! 🎉
|
||||
|
||||
@ -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! 🎉
|
||||
|
||||
@ -135,5 +135,10 @@ Once the new tab opens we should be able to login to Grafana using the credentia
|
||||
| *Confirming the grafana route is working* |
|
||||
</Zoom>
|
||||
|
||||
Well done, you've finished exercise 5! 🎉
|
||||
|
||||
## 5.4 - Bonus objective: Grafana dashboards
|
||||
|
||||
If you have time, take a while to learn about the https://grafana.com/grafana/dashboards and how Grafana can be used to visualise just about anything.
|
||||
|
||||
|
||||
Well done, you've finished exercise 5! 🎉
|
||||
|
||||
@ -89,4 +89,10 @@ After the build has completed and successfully:
|
||||
|
||||
To conclude, when issuing the `oc get pods` command, you will see that the build **Pod** has finished (exited) and that an application **Pod** is in a ready and running state.
|
||||
|
||||
|
||||
## 6.3 - Bonus objective: Podman
|
||||
|
||||
If you have time, take a while to understand how [Podman](https://developers.redhat.com/articles/2022/05/02/podman-basics-resources-beginners-and-experts) can be used to build container images on your device outside of an OpenShift cluster.
|
||||
|
||||
|
||||
Well done, you've finished exercise 6! 🎉
|
||||
|
||||
Reference in New Issue
Block a user