You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Karmor client should able to install kubearmor in non kubernetes environment (docker/systemd).
Deliverables:
As a docker container:
docker compose should be configurable( visibility, default posture etc) and embedded in cli tool itself. we can make use of golang embed library for this.
karmor uninstall should work
As a systemd service
Kubearmor tar can be downloaded via github releases or from docker registeries.
Kubearmorconfig.yaml should be configurable here too, the config file will also be embedded along with the tool itself.
Karmor uninstall should work.
The text was updated successfully, but these errors were encountered:
Karmor client should able to install kubearmor in non kubernetes environment (docker/systemd).
Deliverables:
The text was updated successfully, but these errors were encountered: