Mat Thomas

2 min read

Tracking Down Disk Usage in Linux VMs

In Linux-based virtual machines, every additional gigabyte of allocated disk space directly increases storage costs—especially when multiplied across many instances in cloud or data center environments. Keeping Linux VM disks as lean as possible not...

Read More

2 min read

Transitioning M-Files to SSO with Entra ID

Implementing Single Sign-On (SSO) for M-Files with Azure Entra ID delivers significant advantages for modern organizations. Entra ID provides a...

Read More

1 min read

Dark Mode with Bootstrap: Enhancing User Experience and Design

Bootstrap is a powerful front-end framework that simplifies the process of designing and customizing responsive websites. Originally developed by...

Read More

1 min read

Kubernetes Horizontal Pod Autoscaling Using Prometheus

Previous blog posts have highlighted the benefits of using Prometheus and Grafana for monitoring pod metrics in Kubernetes. Additionally, Prometheus...

Read More

2 min read

Pod Monitoring with Grafana Dashboards

Grafana is essential for real-time monitoring of pod metrics in Kubernetes, allowing users to create dynamic dashboards for tracking and analyzing...

Read More

1 min read

Monitoring Kubernetes Metrics with Prometheus and Grafana

Prometheus and Grafana are a powerful duo when it comes to monitoring and visualizing metrics in a Kubernetes environment. By integrating Prometheus...

Read More

2 min read

Kubernetes Developer Tools - Service Account

Configure a service account which can access the Kubernetes API to pull back data to be exposed to developers.

Read More

1 min read

Kubernetes Developer Tools - Displaying Application Version

Use the Kubernetes API to pull back pod data.

Read More

1 min read

Add IP allowlist to ingress-nginx in Kubernetes

Many applications running in Kubernetes should be exposed to the public internet where anyone can access them. Some, however, should not be broadly...

Read More

2 min read

Kubernetes Developer Tools - Retrieving Application Logs

Use the Kubernetes API to pull back pod logs

Read More