Integrate OpenShift with LDAP (create LDAP identity provider)
Task Information : Configure cluster OAuth to add an LDAP identity provider using an existing bind secret and CA ConfigMap , then verify login works.
Configure RBAC roles with users and groups
Task Information : Grant edit to group dev-team in namespace payments, and grant view to user auditor1.
Create and apply a MachineConfig (set MOTD on workers)
Task Information : Create a MachineConfig that writes /etc/motd on worker nodes.
Create and use client certificates with kubeconfig (CSR flow)
Task Information : Generate a client key/CSR for audit2, approve it, extract the signed cert, and build a kubeconfig using that cert.
Dedicate nodes to a workload using labels and nodeSelector
Task Information : Label two nodes with workload=payments and schedule a deployment only onto those nodes.
Kubeconfig Management – Set Context in Kubeconfig
Service Accounts and RBAC – Grant Cluster Reader Role
Kubeconfig Management – Set Credentials in Kubeconfig
Kubeconfig Management – Approve CSR
Logging Configuration – Configure ClusterLogging in Web Console
Restore application into same namespace
Task Information : Restore from backup orders-full and validate the app resources return.
Kubeconfig Management – Use Context