Openshift Compliance

Navigating OpenShift鈥檚 Compliance Operator

Introduction to the Compliance Operator The OpenShift Compliance Operator is all about keeping your OpenShift cluster secure and in line with governance policies. It does this by scanning both the OpenShift Platform 4 (ocp4) and Red Hat Core OS 4 (RHCOS4). Now, let鈥檚 break down the types of compliance checks it can handle: Platform (Cluster) Related Checks: These checks use the OpenShift API to make sure everything is shipshape. Node Related Checks: These scans take a closer look at the filesystem of each node....

June 22, 2024 路 9 min 路 Rahul Bajaj
Container Build Images

Slimming Down Containers: The Art of Minimizing Image Bloat

Need for slimming down containers OpenShift, an enterprise-ready Kubernetes platform, offers a multitude of benefits. One such advantage is the Source-to-Image (S2I) build strategy, that simplifies the process of converting source code into deployable container images. This strategy enables developers to build container images without the need to define a container file explicitly. OpenShift clones the application鈥檚 source code into a builder image that utilizes builder scripts, ultimately generating a container image deployable within the cluster....

October 28, 2023 路 4 min 路 Rahul Bajaj