From 170324517d755ea8545c2a8fd235f7a8cd56a1f5 Mon Sep 17 00:00:00 2001 From: Evan Freed Date: Wed, 18 Dec 2024 15:31:28 -0600 Subject: [PATCH] update challenge Signed-off-by: Evan Freed --- challenges/sre/challenge-security.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/challenges/sre/challenge-security.md b/challenges/sre/challenge-security.md index ca3bb54..428f0f3 100644 --- a/challenges/sre/challenge-security.md +++ b/challenges/sre/challenge-security.md @@ -120,17 +120,17 @@ For evaluation purposes, your solution should be written in Go and is deployable * Service should handle autoscaling without disruption or data duplication ### Service Levels -* Define three Service Level Objectives (SLOs) for the API service +* Define five Service Level Objectives (SLOs) for the API service * Create a service to periodically evaluate the defined SLOs and report on their status * SLO service communication is secure ### Deployment -* Create a Helm chart for the API server +* Create a Helm chart for the API and SLO services * Single make target to build and deploy all artifacts and certificates to a Kubernetes cluster * Ensure artifacts and services are production ready -* Evaluate the state of three security invariants +* Evaluate the state of five security invariants * Automatically autoscale API server -* Make target for automated load test against API server +* Deploy a zero-trust implementation of Prometheus and Loki # Guidance