Karydia
Kubernetes Security Walnut
Install / Use
/learn @SAP-archive/KarydiaREADME
Karydia - A Kubernetes Security Walnut

Status: Beta | Kubernetes Version >=1.15.x
Karydia is a security add-on for Kubernetes, which helps you follow good security practices by inverting insecure default settings in Kubernetes. Kubernetes default settings are not optimized for security, but rather on running out-of-the-box without complicated configuration upfront. It's easy to get a pod up and running; in the simplest case it's just one command. Unfortunately, the simple setup does not have a highly secure application in mind. Default settings are not enough!
Karydia inverts the following insecure default settings:
- Unmount service account token
- Restrict system calls by adding a seccomp profile
- Run with minimal privileges by adding a non-root user
- Disallow privilege escalation
- Restrict network communication by automatically adding one or multiple network policies to each namespace
A description of each feature can be found here and an overview of the application of these features is described in the demo section.
If you have any problems while using Karydia, have a look at our troubleshooting guide. If this does not solve your problem, please open a GitHub Issue.
Installing Karydia
To install Karydia using Helm run the following commands:
kubectl create namespace karydia
helm install karydia ./install/charts --namespace karydia
A detailed description of the installation process can be found in the corresponding readme.
Testing
Integration Tests
Install Karydia Dev
kubectl create namespace karydia
helm install karydia ./install/charts --namespace karydia --set dev.active=true
Build, Swap and Test
make build deploy-dev
make e2e-test
Unit Tests
make test
Debug Karydia
To debug (for example Visual Studio Code), change the following line in the debug configuration:
"args": ["--kubeconfig","<PATH>/.kube/config"]
Related Skills
node-connect
351.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
