EX380 Red Hat Certified Specialist in OpenShift Automation and Integration Questions and Answers
Create and use a service account token via kubeconfig
Task Information : Create SA ci-bot in ci namespace and generate a kubeconfig that authenticates using its token.
Schedule a recurring backup
Task Information : Create a daily backup schedule for namespace orders at 01:00.
Prevent workloads from running on dedicated nodes (taints)
Task Information : Apply a taint to dedicated nodes so only pods with tolerations can run there.
Configure and synchronize OpenShift groups from LDAP (group sync)
Task Information : Create an LDAP group-sync config, run a one-time sync, and confirm groups exist in OpenShift.
Create and apply a MachineConfig (set MOTD on workers)
Task Information : Create a MachineConfig that writes /etc/motd on worker nodes.
GitOps and MachineConfig – Trigger Argo CD Synchronization by Repository Update
