Monitoring OpenShift cron jobs 18 November 2019·519 words·3 mins Openshift (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 OpenShift 11 September 2019·1117 words·6 mins Monit 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 deployments 6 December 2018·304 words·2 mins Environment variables are easy to add to OpenShift deployments, but a more secure way to add these variables is by referencing a secret.