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
For Services defined to front end things like StatefulSet for example, the query incorrectly flag that Service does not have backing pods, which is incorrect since the Pod template part within the statefulset definition does have the matching labels.
Service Does Not Target Pod, Severity: LOW, Results: 1
Description: Service should Target a Pod
Platform: Kubernetes
[1]: /path/kaudit_for_gke.yaml:432
431: name: ui
432: selector:
433: app-name: kaudit-mycluster
Specifications
Version: kics v1.2.2
Platform: K8S
The text was updated successfully, but these errors were encountered:
rogeriopeixotocx
changed the title
K8S // Query // Service Does Not Target Pod - incorrect result
K8S - Query - Service Does Not Target Pod - incorrect result
Apr 19, 2021
Expected Behavior
For Services defined to front end things like StatefulSet for example, the query incorrectly flag that Service does not have backing pods, which is incorrect since the Pod template part within the statefulset definition does have the matching labels.
example:
Actual Behavior
Specifications
The text was updated successfully, but these errors were encountered: