Skip to main content

Energy & Utilities Blueprint

In Development

This blueprint is in active design. No committed timeline. Content reflects planned architecture based on platform foundation capabilities.

Purpose: For platform engineers and compliance teams, explains the planned Energy blueprint for NERC CIP compliance, SCADA isolation, and OT/IT segregation.

Overview

Energy and utility operators manage critical infrastructure under strict regulatory requirements (NERC CIP). This blueprint extends the platform foundation with Electronic Security Perimeter controls, OT/IT workload segregation, and audit evidence collection mapped to specific NERC CIP standards.

Key Capabilities

CapabilityDescriptionFoundation Component
Electronic Security PerimeterNetwork isolation between OT and IT zonesNetworkPolicies + Kyverno + namespace isolation
OT/IT SegregationHard separation of operational and information technology workloadsNode taints + dedicated namespaces + policy enforcement
SCADA IsolationControl system workloads in dedicated, restricted zonesNetworkPolicies + Pod Security Admission
Audit EvidenceChange and access logs mapped to NERC CIP evidence requirementsLoki + Kubernetes audit logs + Git history
Air-Gap OperationDisconnected sites with signed deployment packagesopenCenter-AirGap (three-zone model)
Change ManagementCIP-010 compliant configuration change workflowGitOps (FluxCD) + PR review + drift detection

NERC CIP Mapping

StandardTitleopenCenter Control
CIP-003Security Management ControlsKyverno policies + RBAC Manager + documented procedures
CIP-004Personnel & TrainingKeycloak access control + audit logs (evidence)
CIP-005Electronic Security PerimeterNetworkPolicies + namespace isolation + ingress controls
CIP-006Physical SecurityOut of scope (platform does not manage physical)
CIP-007System Security ManagementPod Security Admission + Kyverno + image scanning (Harbor)
CIP-008Incident ReportingAlertmanager + Loki + defined escalation paths
CIP-009Recovery PlansVelero backup + Git-based rebuild + tested restore procedures
CIP-010Configuration Change ManagementFluxCD + Git commit history + drift detection
CIP-011Information ProtectionSOPS encryption + TLS (cert-manager) + at-rest encryption
CIP-013Supply Chain Risk ManagementHarbor image scanning + Cosign signatures + SBOM

Composition

Prerequisites

This blueprint builds on the Platform Foundation. Additional requirements:

  • Network architecture supporting OT/IT zone separation (physical or VLAN-based)
  • Dedicated node pools for OT workloads
  • Air-gap deployment capability for disconnected substations/plants
  • Organizational NERC CIP compliance program (blueprint provides technical controls, not policy documentation)

Further Reading