Add Defensia Agent — server security DaemonSet - #586
Closed
rickymcpower wants to merge 1 commit into
Closed
Conversation
…ent) Defensia deploys a lightweight Go security agent on every node via DaemonSet. It monitors ingress controller logs, SSH auth logs, and pod lifecycle events, detecting and blocking attacks automatically. Features: - Web Application Firewall (15 OWASP attack types) - SSH brute force detection (15 patterns, progressive ban escalation) - Bot management (70+ fingerprints, allow/log/block policies) - Kubernetes pod and API audit monitoring - Real-time dashboard at defensia.cloud Chart: oci://ghcr.io/defensia/charts/defensia-agent (v0.4.1) License: MIT Tested on: DOKS 2-node cluster (deploy, upgrade, uninstall)
Author
|
Superseded by #587 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Defensia Agent as a Kubernetes 1-Click App. Defensia is a lightweight Go security agent that deploys as a DaemonSet on every cluster node, monitoring ingress logs, SSH auth, and pod events to detect and block attacks automatically.
What it does
Chart details
oci://ghcr.io/defensia/charts/defensia-agent(v0.4.1)Tested on
deploy.sh— DaemonSet created, pods running, agent executes and attempts registrationupgrade.sh— Revision 1→2 successfuluninstall.sh— Release + namespace fully removed, no orphaned resourcesPricing