Skip to content

Commit d8e9226

Browse files
committed
Adding draft of another sadservers challenge
1 parent 0d8e779 commit d8e9226

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

  • content/feed/writeups/sadservers/kilifi
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: "Kilifi: Speculative Misallocation!"
3+
author: "Timothy Loftus (n3s0)"
4+
date: 2026-08-14T12:00:47-06:00
5+
lastmod: 2026-08-14
6+
description: "Notes from running through the Kilifi scenario from SadServers."
7+
cover: "/feed/writeups/sadservers/img/sadservers.jpg"
8+
draft: true
9+
tags: ["sadservers", "kubernetes"]
10+
---
11+
12+
## Scenario
13+
14+
A developer is having trouble deploying an application on a preconfigured
15+
cluster.
16+
17+
The application kilifi is to be deployed on kubernetes in the default namespace.
18+
The application server is deployed by helm. The command they used is helm install
19+
`kilifi charts/kilifi`.
20+
21+
The application operates correctly with ~210 MB of memory, but 256 MB is
22+
recommended.
23+
24+
Swap should remain disabled in the cluster.
25+
26+
Debug and help the developer fix any issue with deployment.
27+
28+
## Test
29+
30+
The kilifi application runs properly; it's Service on :3333/healthz returns
31+
"kilifi ready to serve".
32+
33+
34+
## Solution
35+
36+

0 commit comments

Comments
 (0)