Schedule a recurring backup
Task Information : Create a daily backup schedule for namespace orders at 01:00.
Configure project-wide default tolerations
Task Information : Configure the payments namespace so new pods automatically include a default toleration.
Export and import a Kubernetes application (YAML export)
Task Information : Export typical app objects from orders and apply them into a new namespace orders-copy.
Backup and Restore – Fix SCC for Restored Application
Maintain group synchronization on a schedule (CronJob)
Task Information : Create a CronJob that runs LDAP group sync on a schedule using a service account that has the required permissions.
Logging Configuration – Configure ClusterLogging in Web Console
Configure log forwarding to an external endpoint
Task Information : Configure Cluster Logging to forward application logs to an external output using ClusterLogForwarder.
Kubeconfig Management – Set Credentials in Kubeconfig
Install OADP Operator and verify Velero components
Task Information : Install the OADP operator and confirm Velero pods/components are running.
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.
Service Accounts and RBAC – Create Audit Service Account
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.