diff --git a/data/workshop/exercise1.mdx b/data/workshop/exercise1.mdx index f9a1645..88996ce 100644 --- a/data/workshop/exercise1.mdx +++ b/data/workshop/exercise1.mdx @@ -18,16 +18,16 @@ You're in a race to reach the highest score before the session concludes! If mul ## 1.1 - The hackathon scenario +We're returning to ACME Financial Services, a large bank based in Australia. Thanks to the efforts of the local account team after a long procurement journey Red Hat has landed a massive **$5m AUD** deal including a significant portion of Red Hat Services 🚀. + +Your hackathon team are the post-sales consultants engaging with ACME to complete their OpenShift platform security hardening in support of the platform production certification & accreditation. + |![cluster](/static/images/security/acme.png) | |:-----------------------------------------------------------------------------:| | *Acme Financial Services* | -We're returning to ACME Financial Services, a large bank based in Australia. Thanks to the efforts of the local account team after a long procurement journey Red Hat has landed a massive **$5m AUD** deal including a significant portion of Red Hat Services 🚀. - -Your hackathon team are the post-sales consultants engaging with ACME to complete their OpenShift platform security hardening in support of the platform production certification & accreditation. - ## 1.2 - Understanding the environment diff --git a/data/workshop/exercise2.mdx b/data/workshop/exercise2.mdx index 2a75fed..9425f4e 100644 --- a/data/workshop/exercise2.mdx +++ b/data/workshop/exercise2.mdx @@ -21,3 +21,29 @@ Ultimately the ACME team wants to manage everything with GitOps, but for today A +## 2.1 Installing the rhacs operator + +You’re in front of a screen together with the Web Console open. The first step of installing the operator should be easy, better get started! + +The only requirement Angie has requested for the Advanced Cluster Security operator installation is that all future operator updates must be approved **Manually**. She explains that several platform team members have PTSD from previous upgrades happening automatically and bringing down ACME's EFTPOS platform so now automatic updates are disabled everywhere. + +Documentation you may find helpful is: + +- https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.5/html-single/installing/index#install-acs-operator_install-central-ocp + + +## 2.2 Deploying central services + +With the operator installed and healthy we now need to deploy an instance of **Central** for Angie. This Central instance will provide the management interface, API and secure the full fleet of ACME’s OpenShift clusters along with some EKS clusters ACME are currently running in AWS. + +Angie has shared a high level design with you that states the Central services need to be deployed to the `prd-acme-rhacs` namespace. + + +|![cluster](/static/images/security/central.png) | +|:-----------------------------------------------------------------------------:| +| *Architecture for Red Hat Advanced Cluster Security* | + + + + + diff --git a/public/static/images/security/central.png b/public/static/images/security/central.png new file mode 100644 index 0000000..77ab263 Binary files /dev/null and b/public/static/images/security/central.png differ