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
In this guide, I’ll walk you through how to configure production-ready monitoring in OpenShift 4.20. While OpenShift ships with cluster monitoring enabled by default, Prometheus
This tutorial provides a step-by-step guide on how to setup highly available Kubernetes cluster with Haproxy and Keepalived. For anyone managing critical containerized applications with
Static secrets in GitLab CI/CD pipelines are one of the most persistent security risks on OpenShift. A service account token stored as a masked variable,
In this blog post, you will learn about statefulsets in Kubernetes and everything you need to know: the definition and purpose of StatefulSets, their importance
If you are about to create your first CloudBees CI managed controller on OpenShift and plan to “turn on HA later,” check your storage configuration
This tutorial will cover how to automate OpenShift Deployments with GitLab CI/CD pipelines. By integrating these tools, you’ll be able to streamline your deployment process,
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
A container with no shell is doing the right thing. A secrets pipeline that cannot deliver credentials to that container is doing nothing at all.
Welcome to our tutorial on how you can utilize Kubernetes Ingress to manage external access to your Kubernetes services. Kubernetes Ingress is a powerful tool