Skip to content

feat: add privileged mode for Windows node monitoring#1409

Draft
kondracek-nr wants to merge 9 commits intomainfrom
kondracek/win-hp-noprocess
Draft

feat: add privileged mode for Windows node monitoring#1409
kondracek-nr wants to merge 9 commits intomainfrom
kondracek/win-hp-noprocess

Conversation

@kondracek-nr
Copy link
Copy Markdown
Contributor

@kondracek-nr kondracek-nr commented Feb 19, 2026

Description

This change adds privileged mode (false by default and set separately from linux privileged mode) to Windows node monitoring. This mode enables deeper host monitoring apart from what is reported by Kubernetes, and will populate the host's infrastructure metrics dashboard.

Please note that at this time, ProcessSample metrics are strictly limited to agent container's processes and do not include host process metrics.

Why set separately?
We've added this mode as a separate lever because companies may have different security postures for their Linux and Windows machines. Because privileged Windows containers run as HostProcess pods with direct access to the host machine, a company may be ok running their Linux pods in privileged mode, but not their Windows pods.

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • New feature / enhancement (non-breaking change which adds functionality)
  • Security fix
  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • Add changelog entry following the contributing guide
  • Documentation has been updated
  • This change requires changes in testing:
    • unit tests
    • E2E tests

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.01%. Comparing base (1ce223a) to head (7445c8e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1409   +/-   ##
=======================================
  Coverage   75.01%   75.01%           
=======================================
  Files          53       53           
  Lines        3706     3706           
=======================================
  Hits         2780     2780           
  Misses        753      753           
  Partials      173      173           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kondracek-nr kondracek-nr force-pushed the kondracek/win-hp-noprocess branch from bd06165 to 43b8d99 Compare February 20, 2026 19:27
@kondracek-nr kondracek-nr changed the title Kondracek/win hp noprocess feat: add privileged mode for Windows node monitoring Feb 20, 2026
@kondracek-nr kondracek-nr force-pushed the kondracek/win-hp-noprocess branch 2 times, most recently from 88cfb3d to b0d4fcb Compare February 24, 2026 21:59
@kondracek-nr kondracek-nr force-pushed the kondracek/win-hp-noprocess branch 4 times, most recently from 5d6e8b9 to 9519aee Compare March 13, 2026 01:44
@kondracek-nr kondracek-nr force-pushed the kondracek/win-hp-noprocess branch from 9519aee to a6af1fe Compare March 17, 2026 04:11
@kondracek-nr kondracek-nr force-pushed the kondracek/win-hp-noprocess branch from 2ccdd03 to deae9cd Compare March 31, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant