Notes / tag / platform

#platform

25 notes

# Kubernetes Platform Engineering

All Kubernetes Platform Engineering notes →

1 — GitOps for Platform Teams

Covers GitOps Principles, Desired State, Reconciliation, and Drift Detection.

kubernetes-platform-engineering platform book

2 — Cluster Bootstrapping

Covers Declarative Cluster Creation, Day-0 Automation, and Cluster Provisioning.

kubernetes-platform-engineering platform book

3 — Platform Automation Pipelines

Covers Infrastructure Automation, Application Automation, Platform Automation, and Event-Driven Workflows.

kubernetes-platform-engineering platform book

4 — Kubernetes Operators

Covers Operator Pattern, Custom Controllers, Operator Lifecycle, and Platform Operators.

kubernetes-platform-engineering platform book

1 — Ingress & Gateway Platforms

Covers Ingress Controllers, Gateway API, API Gateways, and Traffic Management.

kubernetes-platform-engineering platform book

2 — Service Discovery

Covers DNS, Internal Services, External Services, and Service Registry.

kubernetes-platform-engineering platform book

3 — Storage Platforms

Covers CSI, Dynamic Provisioning, Storage Classes, and Backup.

kubernetes-platform-engineering platform book

4 — Secret Management

Covers External Secrets, Secret Stores, Rotation, and Encryption.

kubernetes-platform-engineering platform book

5 — Platform Networking

Covers CNI, Load Balancing, Service Networking, and Egress Management.

kubernetes-platform-engineering platform book

1 — Kubernetes Security Architecture

The layered security model for a Kubernetes platform — cluster boundary, workload boundary, and identity boundary — and how they compose into defense in depth.

kubernetes-platform-engineering platform book

2 — Admission Controllers

How admission controllers intercept and validate or mutate API requests before they're persisted, and where platform-wide policy enforcement belongs in that pipeline.

kubernetes-platform-engineering platform book

3 — Policy as Code

Covers Kyverno, and OPA Gatekeeper.

kubernetes-platform-engineering platform book

4 — Supply Chain Security

Covers Image Signing, SBOM, and Provenance.

kubernetes-platform-engineering platform book

5 — Runtime Security

Covers Falco, Runtime Detection, and Threat Response.

kubernetes-platform-engineering platform book

1 — High Availability

Designing a Kubernetes platform's control plane and workloads to survive node, zone, and region failures without service interruption.

kubernetes-platform-engineering platform book

2 — Autoscaling

Covers HPA, VPA, Cluster Autoscaler, and KEDA.

kubernetes-platform-engineering platform book

3 — Capacity Planning

Forecasting cluster and node-pool capacity against workload growth, and the signals that trigger a scale-up decision before it becomes an incident.

kubernetes-platform-engineering platform book

4 — Platform Disaster Recovery

Recovery objectives, backup strategy, and failover procedures for restoring a Kubernetes platform after a catastrophic failure.

kubernetes-platform-engineering platform book

5 — Chaos Engineering

Deliberately injecting failure into a Kubernetes platform to validate that its resilience assumptions hold under real conditions.

kubernetes-platform-engineering platform book

1 — Shared Cluster Without Governance

What happens when teams share a cluster with no tenancy boundaries, quotas, or ownership model in place.

kubernetes-platform-engineering platform book

2 — Namespace Sprawl

How unmanaged namespace creation erodes a platform's ability to reason about ownership, cost, and blast radius.

kubernetes-platform-engineering platform book

3 — Manual Cluster Operations

The operational debt that accumulates when cluster lifecycle tasks are performed by hand instead of through automation.

kubernetes-platform-engineering platform book

4 — Platform Team as Cluster Admins

Why routing every developer request through platform-team cluster-admin access defeats the purpose of a self-service platform.

kubernetes-platform-engineering platform book

5 — Poor Multi-Tenancy Design

Common tenancy-isolation mistakes — under-isolating shared resources or over-isolating to the point self-service breaks down.

kubernetes-platform-engineering platform book

6 — Ignoring Developer Experience

How a platform that is technically correct but hard to use pushes developers toward workarounds that undermine the platform itself.

kubernetes-platform-engineering platform book