Monitoring OpenShift cron jobs18 November 2019·519 words·3 minsOpenshift (and Kubernetes) allow you to run jobs on schedule, but these jobs can fail from time to time. You can monitor them from bash!
Deploy monit in OpenShift11 September 2019·1117 words·6 minsMonit is a tried-and-true monitoring daemon that is easy to deploy. Add it to OpenShift to make monitoring even easier.
Use a secret as an environment variable in OpenShift deployments6 December 2018·304 words·2 minsEnvironment variables are easy to add to OpenShift deployments, but a more secure way to add these variables is by referencing a secret.