Eliminate Static Secrets from GitLab CI/CD with OpenBao on OpenShift
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,
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,
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.
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
This guide walks you through how to configure OpenShift 4 image registry persistent storage with ODF. After deploying OpenShift 4 on bare metal or KVM-based
In this guide, you will learn how to deploy an OpenShift cluster using Agent-based installer. Last month, I spent three days debugging a failed OpenShift
In this blog post, you’ll learn how to automate RHEL OS upgrades using Ansible infra.leapp playbooks, simplifying the upgrade process for Red Hat Enterprise Linux
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 guide, you will learn how to automate OpenShift Builds with Git webhooks. Automating builds in OpenShift with Git webhooks streamlines your CI/CD pipelines,
In this tutorial, I will walk you through how to deploy apps on OpenShift using BuildConfig. OpenShift has become the go-to platform for enterprise-grade Kubernetes
In this blog post, we’ll cover OpenShift Builds and BuildConfig essentials, providing you with the fundamental knowledge and practical steps to create and manage builds