Deploy Red Hat Advanced Cluster Security for Kubernetes Demo ( Workloads and Pipelines ) on RedHat OpenShift local
- RedHat OpenShift local - Formerly Red Hat CodeReady Containers Getting Started Guide
- Python Libraries
- pyyaml
- jmespath
- openshift
- ansible 2.9 or later
- Ansible Collection
- kubernetes.core
Minimum Requirements to run the demo workload on top of OpenShift Local: Configuring the virtual machine
- Minimum 6 vCPU (additional are strongly recommended).
- Minimum 16 GB RAM (additional memory is strongly recommended).
crc config set cpus 6
crc config set memory 16384
yum install epel-release -y
yum install python3-pyyaml python3-jmespath python3-openshift ansible -y
brew install python
pip3 install ansible
pip3 install pyyaml openshift jmespath
ansible-galaxy collection install kubernetes.core
git clone https://github.com/ralvares/rhacs-openshift-local
cd rhacs-openshift-local
oc login -u kubeadmin https://api.crc.testing:6443
ansible-playbook rhacs-install.yaml
You can use the openshift-local credentials to get access to the Central Dashboard via Openshift OAuth
crc console --credentials
Central URL: https://central-stackrox.apps-crc.testing/login