Cover image

Monitoring OpenShift cron jobs

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!

18 November 2019 · 3 min · 519 words · Major Hayden
Cover image

Deploy monit in OpenShift

Monit is a tried-and-true monitoring daemon that is easy to deploy. Add it to OpenShift to make monitoring even easier.

11 September 2019 · 6 min · 1117 words · Major Hayden
Cover image

Inspecting OpenShift cgroups from inside the pod

...

5 April 2019 · 5 min · 1052 words · Major Hayden
Cover image

Running Ansible in OpenShift with arbitrary UIDs

...

22 March 2019 · 3 min · 590 words · Major Hayden

Use a secret as an environment variable in OpenShift deployments

Environment variables are easy to add to OpenShift deployments, but a more secure way to add these variables is by referencing a secret.

6 December 2018 · 2 min · 304 words · Major Hayden