live wire
AI · Red Hat documents usage-based admission fair sharing for Kueue 1.4 on OpenShiftRed Hat DeveloperAI: Red Hat maps governed firewall changes from ServiceNow through Ansible and two human approval gatesRed Hat DeveloperCLUSTER MGMT · ACM 2.17 makes Submariner 0.24 GA with Important-rated fixesRed Hat ErrataPLATFORM · Red Hat makes on-premises Lightspeed recommendations GA for Satellite 6.18Red Hat ErrataSECURITY · Red Hat Hardened Images updates Tomcat 10 for nine authentication, access-control and DoS flawsRed Hat ErrataAI · Open Data Hub 3.6.0 EA1 bundles Trainer, MLflow and llm-d componentsOpen Data HubAI · Speculators 0.6.0 adds P-EAGLE parallel drafting for vLLM speculative decodingRed Hat DeveloperSECURITY · OpenShift 4.17.57 fixes seven Go and TLS CVEs in an Important-rated updateRed Hat ErrataAI · Red Hat benchmarks local LLM guardrails with EvalHub, exposing regex accuracy and latency trade-offsRed Hat DeveloperAI · Red Hat maps silent tool-call failures across agentic pipelinesRed HatAPI · Kuadrant 1.5.3 adds GRPCRoute policies and developer-portal API-key workflowsKuadrantAI · (Aug 25) IBM releases Apache-2.0 Granite 4.2 reasoning models in 3B, 8B and 30B sizesIBM ResearchJAVA · Red Hat build of Quarkus 3.33.3.SP1 fixes 13 CVEs in an Important-rated updateRed Hat errataAI · vLLM moves Kimi K2 RL weight sync across 384 H100s in 7.53 seconds (Aug 22)vLLMAI · Red Hat documents usage-based admission fair sharing for Kueue 1.4 on OpenShiftRed Hat DeveloperAI: Red Hat maps governed firewall changes from ServiceNow through Ansible and two human approval gatesRed Hat DeveloperCLUSTER MGMT · ACM 2.17 makes Submariner 0.24 GA with Important-rated fixesRed Hat ErrataPLATFORM · Red Hat makes on-premises Lightspeed recommendations GA for Satellite 6.18Red Hat ErrataSECURITY · Red Hat Hardened Images updates Tomcat 10 for nine authentication, access-control and DoS flawsRed Hat ErrataAI · Open Data Hub 3.6.0 EA1 bundles Trainer, MLflow and llm-d componentsOpen Data HubAI · Speculators 0.6.0 adds P-EAGLE parallel drafting for vLLM speculative decodingRed Hat DeveloperSECURITY · OpenShift 4.17.57 fixes seven Go and TLS CVEs in an Important-rated updateRed Hat ErrataAI · Red Hat benchmarks local LLM guardrails with EvalHub, exposing regex accuracy and latency trade-offsRed Hat DeveloperAI · Red Hat maps silent tool-call failures across agentic pipelinesRed HatAPI · Kuadrant 1.5.3 adds GRPCRoute policies and developer-portal API-key workflowsKuadrantAI · (Aug 25) IBM releases Apache-2.0 Granite 4.2 reasoning models in 3B, 8B and 30B sizesIBM ResearchJAVA · Red Hat build of Quarkus 3.33.3.SP1 fixes 13 CVEs in an Important-rated updateRed Hat errataAI · vLLM moves Kimi K2 RL weight sync across 384 H100s in 7.53 seconds (Aug 22)vLLM
upstreambeat.ai
guideSECURITY

IBM contributor maps four Vault deployment patterns on OpenShift

A new technical guide separates development and production choices across Helm- and Operator-managed Vault installations.

Helm vs Operator Vault deployments on OpenShift, development and production side by side.
AI-generated illustration
By The News Desk· Aug 31, 2026the quick take — two AI hosts, this story only

An IBM Community engineering post published August 30 lays out four ways to run Vault on Red Hat OpenShift: Helm or the Vault Secrets Operator, each split into development and production configurations. The accompanying repository supplies shell scripts, a side-by-side resource table and installation and deletion paths.

What the guide separates

The development variants deliberately keep the footprint small. The Helm path uses one dev-mode pod without persistent storage, while the Operator path uses a single-node Raft deployment with a 2 GiB persistent volume. The repository labels both as test or development configurations rather than production topologies.

The two production variants converge on a more substantial baseline: three Vault replicas, integrated Raft storage, TLS and 45 GiB of total persistent storage across data and audit volumes. The Helm path enables the agent injector and defines a disruption budget; the Operator path instead uses VaultConnection and VaultAuth custom resources and configures Kubernetes authentication, according to the project comparison.

That distinction is the useful part for OpenShift teams. Helm keeps lifecycle control close to charts and the CLI. The Operator route expresses more of the Vault connection and authentication model through Kubernetes resources. The guide does not make those approaches interchangeable; it exposes their different prerequisites and operating surfaces.

The implementation boundary

The scripts assume an existing vault namespace, an IBM entitlement key and an authenticated oc session. Production examples also assume three worker nodes and the ocs-storagecluster-ceph-rbd storage class. The Operator examples require the Vault Secrets Operator and its custom resource definitions to be installed, while the Helm examples require the Helm CLI and HashiCorp chart repository.

The repository also includes configuration paths for KV secrets, database credentials, certificates and transit encryption, plus an example MariaDB deployment. A migration section distinguishes same-cluster transfers performed through oc exec from cross-cluster transfers using the Vault CLI and reachable HTTPS endpoints.

What teams should validate

This is a contributor guide and script collection, not a Red Hat product support statement. Before adapting it, platform teams should verify image entitlements, storage classes, certificate handling, network policies, audit retention and disaster recovery against their own supported OpenShift and Vault versions. The repository itself warns against storing real tokens in source and recommends protecting root and unseal material outside the cluster.

Used that way, the project is a concrete lab for comparing the day-one mechanics of chart-managed and Operator-integrated Vault on OpenShift—without mistaking a runnable example for a complete production design.

Filed by The News Desk. Corrections: desk@upstreambeat.ai · Our standards →

comments · 0

    Comments are moderated before they appear. Your email is used once to confirm it is you — never shown, never sold. Corrections and questions get an answer from the desk when we have one.