observability and policy discovery helper tool #613
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
roadmap
Roadmap feature for KubeArmor
Feature Request
Short Description
KubeArmor, apart from been a policy enforcement engine also emits pod/container visibility data that can be used for observability use-cases. This observability information could in turn be used for kubearmor policy generation.
The aim of this feature is to:
Some of the requirements/use-cases are documented in the slides here.
Describe the solution you'd like
A kubearmor coach service is deployed in the cluster. This service connects to the kubearmor relay and gets the events from the daemonsets. The events contain all the information required to show the observability information.
![](https://user-images.githubusercontent.com/9133227/153463383-351c5c33-8c46-43f4-a4af-466873d396aa.png)
We would need command line tool to access observability information. karmor (kubearmor-client) tool could support
karmor observe
option.We can further have a TUI tool built on top of these APIs using bubbletea.
The tasks can be divided into following phases:
observe
option with filtering options.The text was updated successfully, but these errors were encountered: