PRivacy ObServability and Enforcement Frameworks
See evaluation/README.md for details on running evaluations.
📁 privacy-profile-composer # Main components of the Prose suite
📁 presidio # NLP service for analysing JSON payloads
📁 charts
└─📁 prose # Chart for installing Prose into a cluster
📁 evaluation
└─📁 kubernetes # Kubernetes cluster defined as code
├─📁 bootstrap # Flux installation
├─📁 flux # Main Flux configuration of repository
└─📁 apps # Apps deployed into the cluster grouped by namespace
├─📁 default # Default namespace
└─📁 sockshop # Sockshop app namespace
- Commit and push changes to the main branch of this repo.
- Flux will watch for changes to the main branch and automatically deploy them every half an hour.
- To deploy them immediately, run
task cluster:reconcile
, which is defined here - TODO: Describe using helm / flux suspend to debug.