Skip to main content

Platform Services

Platform services turn Kubernetes from a runtime into a product. The goal is not to install every popular tool. The goal is to expose stable capabilities that application teams can use without owning cluster internals.

Capability map

CapabilityTypical services
TrafficIngress controller, Gateway API controller, service mesh.
DeliveryArgo CD, Helm, Kustomize, image automation.
PolicyKyverno, Gatekeeper, Pod Security Admission.
SecretsExternal Secrets Operator, Sealed Secrets, cloud secret stores.
ObservabilityPrometheus, Grafana, OpenTelemetry, Loki, Tempo or Jaeger.
RecoveryVelero, CSI snapshots, database-native backup.

Implementation stance

  • Standardize a small number of golden paths.
  • Expose escape hatches only with clear owner, expiry, and review.
  • Measure adoption and friction. A platform service that teams route around is not working.

Start here