kubernetes clusters should disable automounting API credentials #732
-
Getting Azure Defender Recommendation as follows for the following containers. Recommendation Containers
Are the auto mounting API credentials needed for these containers? If not how do we disable it on the above-mentioned containers? Highly appreciate your input on this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello 👋🏻 The service account token generated and mounted in the driver is required because the driver communicates with the Kube API server. Disabling it would render the driver unusable. Have you tried deploying the driver and provider in Checkout "Why kube-system" section in the installation |
Beta Was this translation helpful? Give feedback.
Hello 👋🏻
The service account token generated and mounted in the driver is required because the driver communicates with the Kube API server. Disabling it would render the driver unusable. Have you tried deploying the driver and provider in
kube-system
namespace to check if that resolves the warning?Checkout "Why kube-system" section in the installation