Alauda Container Security supports sending notifications via email. You can configure your existing email provider or use the built-in email notifier to send alerts. Notifications can be sent to a default recipient or dynamically determined using annotations in your deployment or namespace.
Port 25
is blocked by default. Configure your mail server to use port 587
or 465
for sending email notifications.
Follow these steps to set up email notifications:
smtp.example.com:465
).This is insecure and not recommended unless required for internal servers.
FROM
header in the From field (e.g., Security Alerts
).You can use annotations to dynamically determine the recipient of email notifications:
In the Annotation key for recipient field, enter an annotation key (e.g., email
).
Add an annotation to your deployment or namespace YAML file:
Alauda Container Security will send alerts to the email specified in the annotation. If no annotation is found, the alert is sent to the default recipient.
Recipient Resolution Rules:
It is recommended to use TLS for secure email delivery.
With StartTLS, credentials are transmitted in plain text before encryption is established.
By following these steps, you can ensure that Alauda Container Security notifies the right people about important security events in your container platform.