OpenBao Kubernetes Auth on OpenShift: Eliminate Static Secrets from Your Workloads
If your OpenShift workloads are still reading database passwords from Kubernetes Secrets that someone base64 -w0‘d into a YAML manifest six months ago, you have
If your OpenShift workloads are still reading database passwords from Kubernetes Secrets that someone base64 -w0‘d into a YAML manifest six months ago, you have
Running a secrets manager that requires manual intervention every time a pod restarts is not a secrets manager, it is a liability. Every node drain,
In this blog post, I will walk you through how to implement multi-tenancy on OpenShift using project templates, ResourceQuotas, and LimitRanges. Out of the box,
In this blog post, we will cover how to configure centralized logging in OpenShift with LokiStack and ODF. If you manage an OpenShift cluster at
In this guide, you will learn how to restore and validate application backups in OpenShift with OADP. This is Part 3 of a three-part series
In this guide, we will cover how to backup applications and persistent volumes in OpenShift with OADP. This is Part 2 of a three-part series
In this blog post, we cover how to install and configure OADP Operator on OpenShift 4 including preparing object storage, configuring credentials, setting up ODF
In this blog post, you will learn how to backup and restore applications in OpenShift 4 with OADP (Velero). In our previous guide, we covered
In this blog post, you will learn how to enable user workload monitoring in OpenShift 4.20 and empower developers to monitor their own applications. User
In this guide, I’ll walk you through how to install and configure OpenShift Data Foundation on OpenShift, covering everything from prerequisites to post-deployment validation. When