Skip to main content

Roadmap Overview

kguardian is continuously evolving to support more Kubernetes security resources. This page outlines our plans for future capabilities.
Want to contribute? Check out our GitHub Discussions to participate in roadmap planning or the Contributing section of the README to help build these features!

Planned Resources

✅ Network Policies

Status: Generally Available
  • Kubernetes NetworkPolicy
  • Cilium NetworkPolicy

✅ Audit Mode Policies

Status: Generally Available
  • AuditNetworkPolicy + AuditClusterNetworkPolicy CRDs
  • In-cluster evaluator with selectors / ports / named-port / ipBlock
  • Frontend “Would-Deny” view + CLI audit promote helpers

✅ Seccomp Profiles

Status: Generally Available
  • OCI seccomp JSON format
  • Architecture-aware profiles
  • Customizable default actions

📋 AppArmor Profiles

Status: Planned
  • Generate from observed file access
  • Network capability restrictions
  • Integration with Security Profiles Operator

📋 SELinux Policies

Status: Planned
  • Type enforcement rules
  • File context generation
  • Process domain transitions

📋 Pod Security Standards

Status: Planned
  • Auto-generate PSS labels
  • Compliance validation
  • Migration recommendations

💡 Resource Quotas & Limits

Status: Under Consideration
  • Observed CPU/memory usage
  • Suggested request/limit values
  • Autoscaling recommendations

AppArmor Profiles

Status: Planned (no fixed release date — tracks the release-please cohort whenever the underlying eBPF file-access observer lands).
AppArmor provides mandatory access control (MAC) for Linux applications, restricting file access, network capabilities, and more.

Capabilities

kguardian will observe:
  • File read/write operations via eBPF (openat, read, write syscalls)
  • Directory listings and creation
  • Execution of binaries
Generated rules:
Based on observed network activity:
Limit Linux capabilities:

CLI Usage (Planned)


SELinux Policies

Status: Planning phase. No fixed release date — depends on the AppArmor file-access observer landing first (shared infrastructure).
SELinux provides fine-grained access control using security contexts and policies.

Capabilities

Generate custom SELinux types for pods:
  • Observe process domains and transitions
  • File type associations
  • Network access rules per type
Example policy:
Auto-generate file context mappings:
SELinux support is complex:
  • Requires kernel support and enabled enforcement
  • Policy compilation and loading
  • Container runtime integration
We’re exploring:
  • Using udica for container policy generation
  • CRI-O selinuxOptions integration
  • Collaboration with SELinux community

Pod Security Standards

Status: Research phase. No fixed release date.
Pod Security Standards define three security profiles: Privileged, Baseline, and Restricted.

Capabilities

Analyze observed pod behavior and suggest appropriate PSS level:
  • Privileged: Uses host namespaces, runs as root, etc.
  • Baseline: Minimal restrictions, prevents known privilege escalations
  • Restricted: Hardened, follows current security best practices
Example:
Generate namespace labels for PSS enforcement:
Help migrate from PSPs or insecure configurations:
  • Identify pods violating target PSS level
  • Suggest PodSecurityContext changes
  • Generate compliant manifests

Resource Recommendations

Status: Under consideration - feedback welcome!
Generate CPU/memory requests and limits based on observed usage.

Concept

Challenges

  • Requires metrics-server or Prometheus integration
  • Observation period must cover peak loads
  • Needs statistical analysis (percentiles, outliers)
  • May overlap with VPA (Vertical Pod Autoscaler)
Decision pending: Is this in scope for kguardian, or should we focus on security resources?

Other Ideas

We’re collecting community feedback on:

Falco Rules Generation

Generate runtime security rules from observed behavior

OPA/Gatekeeper Policies

Create admission control policies based on cluster patterns

Service Mesh Policies

Generate Istio/Linkerd AuthorizationPolicies

RBAC Recommendations

Suggest least-privilege RBAC roles

How You Can Help

1

Vote on Features

Star or comment on GitHub Issues for features you want most.
2

Share Use Cases

Tell us how you’d use these resources in Discussions.
3

Contribute Code

Pick up an issue labeled help-wanted or good-first-issue and submit a PR!
4

Sponsor Development

Commercial licenses help fund feature development. Contact us for enterprise support.

Check out planned features and milestones

See the full release roadmap →