Skip to content

Conversation

@SwarnaBharathiMantena
Copy link
Contributor

Motivation

Mutating Webhook allows us to enforce policies, inject standard configurations (like sidecar containers or specific labels), or inject mandatory health checks automatically without developers needing to manually update every single application manifest.

Usecase

Health Checks
Mutating Webhook can be used to inspect any new Pod being created. If it meets certain criteria (e.g., specific labels or node selector), the webhook automatically injects the required health check probes directly into the Pod's container specification.

Submission Checklist

NOTE: Community submissions can take up to 2 weeks to be reviewed.

Please take the following actions before submitting this pull request.

  • Fork your PR branch from the Toolkit "develop" branch (not main)
  • Test all changes with pre-commit in a local branch #
  • Confirm that "make tests" passes all tests
  • Add or modify unit tests to cover code changes
  • Ensure that unit test coverage remains above 80%
  • Update all applicable documentation
  • Follow Cluster Toolkit Contribution guidelines #

@SwarnaBharathiMantena SwarnaBharathiMantena added release-key-new-features Added to release notes under the "Key New Features" heading. release-module-improvements Added to release notes under the "Module Improvements" heading. labels Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-key-new-features Added to release notes under the "Key New Features" heading. release-module-improvements Added to release notes under the "Module Improvements" heading.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants