Kubernetes Architecture
Trace what happens after kubectl apply.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Build evidence
Turn concepts into practical implementation, validation and rollback evidence.
Trace what happens after kubectl apply.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Create a pod with readiness, liveness and resource limits.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Scale a workload and inspect ownership references.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Deploy two versions and roll back after a simulated failure.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Design a node-monitoring DaemonSet.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Model a three-replica stateful service.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Expose an internal API and inspect EndpointSlices.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Publish two applications through one ingress controller.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Provision a PVC-backed workload in AKS.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Move application settings from an image into a ConfigMap.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Integrate AKS workload identity with Key Vault.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Create an AKS production-readiness checklist.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.Diagnose CrashLoopBackOff, Pending and failed service connectivity.
Capture configuration, validation output, one failure test, rollback steps and a short explanation of the design trade-off.