Create PodResourceProfile
1. Target
2. Trigger
3. Resources

Select the kind of Kubernetes resource to target

Define label selector using JSON format. Use "matchLabels" for exact matches (e.g.,{"app": "frontend"}) or "matchExpressions" for advanced filtering. Replace "KEY" and "VALUE" placeholders with your actual label keys and values.


Name of the container in the pod to modify resources for

Documentation
PodResourceProfile allows you to modify resource requests and limits of existing pods based on triggers.
You can target pods either by specifying a specific workload (name + kind) or by using label selectors. This provides flexibility in applying resource changes to individual workloads or groups of pods.
Configure triggers to define when resource changes should be applied, such as after pod becomes ready or after container starts. You can also set priorities to control which profile applies when multiple profiles match the same pods.
The new resource specifications will replace the existing resource requests and limits in the targeted containers, allowing for dynamic resource adjustment based on your defined conditions.
© 2026 Kedify Inc.