Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sauravhiremath/policy-fy
https://github.com/sauravhiremath/policy-fy
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sauravhiremath/policy-fy
- Owner: sauravhiremath
- Created: 2021-12-11T19:35:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T16:59:10.000Z (about 3 years ago)
- Last Synced: 2024-05-22T12:32:58.858Z (8 months ago)
- Language: TypeScript
- Size: 1.06 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-datree - Datree Policy Generator - CLI tool to auto-generate custom policy file (policy.yml) based on a given Kubernetes config file **by sauravhiremath** (💻 Projects)
README
# Datree Automated aka Policy-fy
## Working
Our CLI tool takes in a Kubernetes config file, parses it using our custom Generative Algorithm to produce [Datree](https://www.datree.io/) policy.yml file that can be published to test using Datree.**Features**
- Parsing YAML config properties upto 3 levels
- Support for Resource Limits. Ex: maximum: 25
- Supports enums, string and limit values## Dev setup
- Pre-requisites: `yarn` package manager, `nodejs`
- Run `yarn install`
- Run `yarn generate` to create Datree policy for supplied kubernetes config file
- Example: `yarn generate -f sample4.yml`## Links
- [Devpost](https://devpost.com/software/shhhh)
- [Youtube Demo](https://www.youtube.com/watch?v=o3AQUmHE-Ms)