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
Environment: GKE cluster (Image type: Container-Optimized OS with containerd (cos_containerd))
accuknox-cli and KubeArmor version:
➜ accuknox version
accuknox-cli version 0.1.14 linux/amd64 BuildDate=2022-07-22T11:27:46Z
current version is the latest
kubearmor image (running) version kubearmor/kubearmor:stable
karmor version 0.7.6 linux/amd64 BuildDate=2022-06-29T03:58:05Z
current version is the latest
kubearmor image (running) version kubearmor/kubearmor:stable
Issue Faced
Applications breaking after applying discovered kubearmor policies.
Tested with 2 applications.
Expected Output
The applications should not break and work as expected.
Application should work in the least privileged environment.
Steps to reproduce
Deploy tweaked google microservice application in g-ms namespace
k apply -f https://raw.githubusercontent.com/accuknox/samples/main/microservice-demo/release/kubernetes-manifests.yaml -n g-ms
Deploy wordpress application in wp-ms namespace
k apply -f https://raw.githubusercontent.com/accuknox/samples/main/wordpress-demo/k8s-wordpress.yaml -n wp-ms
Note: In the google microservice app, there are 12 pods running. Auto discovery has given the policies for 11 pods. Policies with app: redis-cart were missing
General Information
Container-Optimized OS with containerd (cos_containerd)
)Issue Faced
Expected Output
Steps to reproduce
g-ms
namespacewp-ms
namespaceScreenshots and logs
Wordpress application before applying policies(After initial setup)
Wordpress application after applying policies
kubearmor log when trying to access the webpage
Google microservice application before applying policies (when clicking
place order
)After applying the policies
KubeArmor logs
app: redis-cart
were missingSysdump
https://drive.google.com/file/d/1jAudEuxum7TwqwZEEp4M8YsrO5AuqZZw/view?usp=sharing
The text was updated successfully, but these errors were encountered: