Skip to content

Latest commit

 

History

History
77 lines (69 loc) · 10.2 KB

README.md

File metadata and controls

77 lines (69 loc) · 10.2 KB

Awesome Datree Awesome

Table of contents

🎥 Videos

📖 Blog posts

💻 Projects

  • CRD catalog - A repository that aggregates over 100 popular Kubernetes CRDs (CustomResourceDefinition) in JSON schema format by datreeio
  • CRD extractor - A lightweight tool that extracts all CRDs from a cluster and converts them to JSON schema by datreeio
  • Datree github action - A github action that runs the Datree CLI and makes it easy to integrate seamlessly into your CI by datreeio
  • Datree kubectl plugin - A kubectl plugin that extends the Datree CLI's capabilities to allow scanning kubernetes manifest files within the cluster for misconfigurations by datreeio
  • Datree Helm Plugin - A Helm plugin to validate charts against the Datree policy by datreeio
  • Datree Policy Generator - CLI tool to auto-generate custom policy file (policy.yml) based on a given Kubernetes config file by sauravhiremath
  • Datree VS Code Extension - VSCode Extension that allows you to run Datree tests on Kubernetes configurations by SuyashSonawane
  • Action Helm Datree - A simple plugin for enabling the scanning of helm charts with Datree by AlexsJones
  • Yaml Schema Validator - An on-line YAML Schema Validator for easily writing JSONScham in YAML format by datreeio