OpenShift Job and Pod Logging

  1. The Key Generator Job log provides insight into the certificate creation and secret management process within the OpenShift environment.

  2. Key events include:

  • Successful initialization of the PKCS#11 engine.

  • RSA key pair and certificate generation within the HSM.

  • Creation or update of the ssl-cert Kubernetes Secret.

  1. Logs can be viewed using the command oc logs <key-generator-job-name>

Screenshot 2025-10-28 122458-20251028-065459.png


Key Generator Pod Logs