frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Kloak, A secret manager that keeps K8s workload away from secrets

https://getkloak.io/
23•neo2006•3h ago

Comments

neo2006•2h ago
Hey, we're the spinning-factory team, the folks behind Kloak. Kloak runs as a Kubernetes controller. It swaps the secrets in your workloads for harmless placeholders we call kloaked secrets, then uses eBPF to substitute the real secrets back in at the last moment — right when your app makes a request to an allowed host. Today, Kloak works with any app using OpenSSL 3.0–3.5 (statically or dynamically linked) or go-tls (Go 1.25 and 1.26). Support for more TLS libraries (GnuTLS, BoringSSL, and others) and additional Go versions is on the roadmap. Kloak is open source under the AGPL, contributions are welcome! We are also happy to hear any feedback and answer any question for the HN community.
koolba•1h ago
So it reads the packets and replaces the byte sequences at the kernel level? How does that work across packet boundaries?
neo2006•1h ago
Secrets are detected before encryption in the user buffer but rewrites happen post encryption in the kernel buffer to be sent on the wire.

packets boundaries are not an issue because detection happen at the SSL write where we have the full secret in the buffer and its position so we can know at rewrite time that the secret is cross 2 packets and rewrite it in 2 separate operations. We also have to update the TLS session hash at the end to not corrupt the TLS frame.

subhobroto•1h ago
This is fantastic! I need this. however, for my self-hosted home projects that are containerized but where I don't use Kubernetes, is there a way for me to use a version of Kloak that does the same eBPF magic on docker-compose or LXC/QEMU (Incus) stacks?

It's perfectly fine for you to say non-Kubernetes isn't either your focus or on your 90 day roadmap :)

neo2006•1h ago
Thank you! We appreciate your enthusiasm! :-) From technology perspective nothing prevent kloak to do rewrite on any workload scheduler or even without a scheduler (native Linux). The main challenge is to find a flow to signal to kloak what to rewrite and how to inject kloaked secrets to the workload. TBH supporting other technologies is not something we thought about but we can definitely consider if there is an ask for it from the community.
NewJazz•1h ago
Yeah you might have to go talk to incus folks on how to integrate this together.. They are fairly capable, might have some good direction.

https://discuss.linuxcontainers.org/t/how-to-best-ask-questi...

neo2006•34s ago
Thank you! We will reachout and see what can be done
mrweasel•1h ago
Yeah, so Kloak is Danish for sewer.
WJW•1h ago
More or less straight from Latin?

https://en.wikipedia.org/wiki/Cloaca_Maxima

neo2006•1h ago
I guess we are the secrets sewers then! :D We would love to hear what you think about it beyond the name though.
anthonyskipper•20m ago
I think it is funny that it's sewer, because a sewer is also a underground way around things, which is a good description of the out of band solution here. So the name checks out.
captn3m0•1h ago
You should split your controller - it is running in both the control and data planes. Idea is good though, wish you luck.
NewJazz•1h ago
Aiui the controller is only running in the control plane, and the ebpf programs are in the data plane?
neo2006•1m ago
yes, that's right!
neo2006•54m ago
Thank you! Not really, the controller is not doing dataplane per-say, it only pushes eBPF programs to the kernel for the relevant apps/cgroups so that could be considered control-plane. The full data-plane run in eBPF.
anthonyskipper•1h ago
This is pretty awesome. Super relevant for the time because AI controlled workflows are desperate for a out of band solution like this.

The main thing I wonder is how well supported is it in cloud environements? AKS/EKS/etc?

spinningfactory•57m ago
It should work in cloud environments, We tested it on EKS and digital ocean cloud so far, and it works. The kloak controller is deployed as privileged daemonset that have access to the underlying host and can perform eBPF attachment operations on all the pods on that host.

Show HN: Kloak, A secret manager that keeps K8s workload away from secrets

https://getkloak.io/
23•neo2006•3h ago•17 comments

Show HN: Talisman – A Android instrument played with two thumbs

https://talisman.by-igor.com/
4•ycosynot•1h ago•1 comments

Show HN: Good AI Task – a tool for asking AI what it can and can't do

https://goodaitask.com
4•jmt710•1h ago•1 comments

Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)

https://github.com/nex-crm/wuphf
217•najmuzzaman•13h ago•99 comments

Show HN: Useknockout open source background removal API 40× cheaper -remove.bg

https://github.com/useknockout/api
3•tlorents•2h ago•0 comments

Show HN: AI Visibility Monitor – Track if your site gets cited by GPT/Claude

https://github.com/WorkSmartAI-alt/ai-visibility-monitor
4•balance006•2h ago•0 comments

Show HN: Mapping Sonnet's thinking process via flame charts

https://adamsohn.com/lambda-variance/
3•dataviz1000•2h ago•0 comments

Show HN: A faster, drop-in replacement for Tailscale's DERP relay

https://hyper-derp.dev/blog/hyper-derp-announcement/
3•KRuskowski•2h ago•1 comments

Show HN: I benchmarked how good LLMs are at proofreading English

https://github.com/reviseio/errata-bench
3•artursapek•3h ago•2 comments

Show HN: I've built a nice home server OS

https://lightwhale.asklandd.dk/
168•Zta77•1d ago•69 comments

Show HN: Quay – Menu-bar Git sync

https://code.sailorslog.io/quay
3•sailingcode•3h ago•0 comments

Show HN: Browser Harness – Gives LLM freedom to complete any browser task

https://github.com/browser-use/browser-harness
117•gregpr07•1d ago•57 comments

Show HN: SVG Fitter – Rust+WASM Vectorizer

https://svg.axk.sh
3•xlii•5h ago•0 comments

Show HN: Gova – The declarative GUI framework for Go

https://github.com/NV404/gova
136•aliezsid•1d ago•27 comments

Show HN: 1gbps Tokenizer written in Assembly. 20x faster than HuggingFace

https://github.com/dogmaticdev/SIMD-Tokenizer
3•dogmaticdev•5h ago•1 comments

Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite

https://github.com/russellromney/honker
300•russellthehippo•2d ago•78 comments

Show HN: Odozi – open-source iOS journaling app

https://odozi.app
5•jlarks32•6h ago•0 comments

Show HN: Agent Vault – Open-source credential proxy and vault for agents

https://github.com/Infisical/agent-vault
150•dangtony98•3d ago•55 comments

Show HN: SherifDB, a databe written in Golang under 500 LOC

https://emmanuel326.github.io/blogs/sheriffdb.html
3•Nya-kundi•7h ago•2 comments

Show HN: WhiskeySour – A 10x faster drop-in replacement for BeautifulSoup

7•ayas_behera•7h ago•1 comments

Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases

https://github.com/refactoringhq/tolaria
298•lucaronin•2d ago•137 comments

Show HN: Agent MCP Studio – build multi-agent MCP systems in a browser tab

https://www.agentmcp.studio
11•stealthtsdb•15h ago•3 comments

Show HN: VT Code – Rust TUI coding agent with multi-provider support

https://github.com/vinhnx/VTCode
14•vinhnx•18h ago•2 comments

Show HN: Nimbus – Browser with Claude Code UX

https://usenimbus.app/
17•pycassa•1d ago•3 comments

Show HN: HNswered – watches for replies to your Hacker News posts and comments

https://github.com/adam-s/HNswered
21•dataviz1000•1d ago•23 comments

Show HN: Xtrace – Unix-Style macOS Profiling for Instruments (CPU/GPU/Memory)

https://github.com/Kr1sso/xtrace-skill
2•Krisso•12h ago•0 comments

Show HN: Kaniop – Kubernetes Operator for Kanidm

https://github.com/pando85/kaniop
3•pando85•12h ago•1 comments

Show HN: Yumi - All-in-one workspace OS for thinking, ideating, and daily work

https://askyumi.app
3•yumi-dev•13h ago•2 comments

Show HN: Werner – A native Markdown editor for macOS with four view modes

https://apps.apple.com/ua/app/werner/id6758157982?mt=12
3•artem2471•13h ago•2 comments

Show HN: leaf – a terminal Markdown previewer with a GUI-like experience

https://github.com/RivoLink/leaf
44•RivoLink•1d ago•22 comments