Real time information is shared through the pad
All slides are on the website
Access to infrastructure tools
# Debug a node
oc debug node/crc-2zx29-master-0
# Send code to pod
oc rsync <pod> [-c container]
# Login to a pod
oc rsh <pod> [-c container]