diff --git a/README.md b/README.md index b255956..890ff6c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,18 @@ It has SRE experience codified into it's analyzers and helps to pull out the mos +## Analyzers + +K8sGPT uses analyzers to triage and diagnose issues in your cluster. It has a set of analyzers that are built in, but you will be able to write your own analyzers. + +### Built in analyzers + +- [x] podAnalyzer +- [x] pvcAnalyzer +- [x] rsAnalyzer +- [x] serviceAnalyzer +- [x] eventAnalyzer + ## Usage ```