Things to Try
- pepr.dev
- Mutate: Dynamically modify incoming resource configurations to adhere to system security policy
- Validate: Enforce strict validation rules, preventing the deployment of resources that don’t meet defined criteria
- Watch: Enable rapid responses to updates and help maintain desired cluster states
- Flux Multitenant Policies
- how to use the Kubernetes built-in validating admission engine to enforce policies on multi-tenant clusters managed by Flux
- Startx LimitRange (sxlimits)
- Simplifying Kubernetes Limits Range with sxlimits | Medium
- The sxlimits command line can interact with a kubernetes cluster and allow operations on the LimitRanges resources like resize or adjust to update the spec.hard values
- kubectl plugin to print Kubernetes resource conditions
- kubectl plugin to print Kubernetes object resource conditions in a more human-readable format
- open-source JSON Editor
- JSON Crack is a tool for visualizing JSON data in a structured, interactive graphs, making it easier to explore, format, and validate JSON. It offers features like converting JSON to other formats (CSV, YAML), generating JSON Schema, executing queries, and exporting visualizations as images. Designed for both readability and usability