KubeArmor
KubeArmor copied to clipboard
Support both containerd-based and docker-based k3s
Feature Request
Short Description
K3s supports both docker and containerd, but the deployment YAML file for k3s is built based on containerd-based k3s. It would be better to have the docker-based k3s YAML file as well.
Describe the solution you'd like
when we use 'karmor install', it would be better to check if k3s is installed with docker or containerd and deploy KubeArmor according to given k3s environments.
In addition, it would be nice to have two YAML files (kubearmor-containerd.yaml and kubearmor-docker.yaml in deployments/k3s).