diff --git a/data/workshop/README.org b/data/workshop/README.org index e9babaf..35226d5 100644 --- a/data/workshop/README.org +++ b/data/workshop/README.org @@ -13,7 +13,6 @@ oc login --web https://api.cluster-wc9vg.wc9vg.sandbox1332.opentlc.com:6443 * Update cluster logo - #+begin_src tmux oc create configmap console-custom-logo --from-file=/home/james/Downloads/logo.png -n openshift-config diff --git a/data/workshop/exercise1.mdx b/data/workshop/exercise1.mdx index c60e46d..f9a1645 100644 --- a/data/workshop/exercise1.mdx +++ b/data/workshop/exercise1.mdx @@ -1,7 +1,7 @@ --- title: Understanding our hackathon environment exercise: 1 -date: '2024-09-26' +date: '2024-10-14' tags: ['openshift','security'] draft: false authors: ['default'] diff --git a/data/workshop/exercise2.mdx b/data/workshop/exercise2.mdx new file mode 100644 index 0000000..2a75fed --- /dev/null +++ b/data/workshop/exercise2.mdx @@ -0,0 +1,23 @@ +--- +title: Laying the foundations for cluster security +exercise: 2 +date: '2024-10-17' +tags: ['openshift','security'] +draft: false +authors: ['default'] +summary: "" +--- + +It’s your first day of the consulting engagement with ACME. You’ve paired up with one of their Senior Platform Engineers Angie who has just given you a tour of their newly deployed OpenShift cluster which is looking healthy 🥦 (whew!) . + +Time to tackle the first task on our consulting engagement list, installing [Red Hat Advanced Cluster Security](https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.5/html-single/installing/index) via the operator. + +Ultimately the ACME team wants to manage everything with GitOps, but for today Angie would prefer a guided walkthrough on how to do things using the OpenShift Web Console so she has an opportunity to learn more about each step of the process. + + +|![cluster](/static/images/security/pairing.png) | +|:-----------------------------------------------------------------------------:| +| *Time for a pair session at ACME Financial Services* | + + + diff --git a/public/static/images/security/pairing.png b/public/static/images/security/pairing.png new file mode 100644 index 0000000..b100ee1 Binary files /dev/null and b/public/static/images/security/pairing.png differ