Skip to content

Commit

Permalink
update challenge
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Freed <[email protected]>
  • Loading branch information
evanfreed committed Dec 18, 2024
1 parent e8b55e4 commit 1703245
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions challenges/sre/challenge-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1703245

Please sign in to comment.