Production-grade platform engineering handbook — Kubernetes, Terraform, Flux CD, GitHub Actions, AWS, and more.
67
84%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Status: Stable
Working examples for the /platform-skills:runtime-security skill.
| File | Description |
|---|---|
falco-values.yaml | Helm values: Falco with eBPF driver, resource limits, node tolerations |
falco-custom-rules.yaml | Custom rules: shell in container, privilege escalation, unexpected outbound |
falcosidekick-values.yaml | Helm values: Falcosidekick with Slack and webhook routing |
falco-kyverno-bridge.yaml | Kyverno ValidatingPolicy: block re-admission of Falco-flagged workloads |
# Install Falco
helm upgrade --install falco falcosecurity/falco \
--namespace falco \
--create-namespace \
-f examples/runtime-security/falco-values.yaml
# Install with Falcosidekick
helm upgrade --install falco falcosecurity/falco \
--namespace falco \
--create-namespace \
--set falcosidekick.enabled=true \
-f examples/runtime-security/falcosidekick-values.yaml
# Apply Kyverno bridge policy
kubectl apply -f examples/runtime-security/falco-kyverno-bridge.yamlbash examples/runtime-security/runtime-security-validate.sh.claude-plugin
.github
commands
docs
examples
agent-self-improve
argocd
awesome-docs
aws
cloudfront
functions
lambda-edge
functions
azure
compliance
conventional-commits
datadog
llm-observability
demo
documentation
dora
dynatrace
fluxcd
github-actions
composite-actions
configure-cloud
db-migrate
docker-build-push
k8s-deploy
notify-slack
pr-comment
release-tag
security-scan
setup-env
setup-terraform
terraform-plan
helm
web-service
templates
kubernetes
kyverno
mcp
observability
openshift
pr-review
ownership
runtime-security
supply-chain
terraform
references
scripts
skills
platform-skills
tests