Random Tech Adventures

Using the Synology K8s CSI Driver with OpenShift

Installing and using the Synology CSI driver in OpenShift for Dynamic iSCSI storage creation

Creating a Mutating Webhook in OpenShift

Creating a simple Mutating Webhook for sidecar injection in OpenShift

Trying Tanzu with Tanzu Community Edition

Deploying Tanzu Community Edition in vSphere.

OpenShift FileIntegrity Scanning

Introduction

The File Integrity Operator is used to watch for changed files on any node within an OpenShift cluster. Once deployed and configured, it will watch a set of pre-configured locations and report if any files are modified in any way that were not approved. This operator works in sync with MachineConfig so if you update a file through MachineConfig, once the files are updated, the File Integrity Operator will update its database of signatures to ensure that the approved changes do not trigger an alert. The File Integrity Operator is based on the OpenSource project AIDE Advanced Intrusion Detection Environment.


Kubectl and OC Command Output

Querying OpenShift and Kubernetes Clusters