File tree Expand file tree Collapse file tree
content/feed/writeups/sadservers/kilifi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments