Sending mails from a LKE cluster

Hi there!

I'm currently using an LKE Cluster to host a few services (for example GitLab). It would be great if GitLab could send mails to users using the Exchange online servers.

I've seen the docs regarding the blocked mail ports and how to get them unlocked. The problem is that the nodes in an LKE cluster will be replaced from time to time. It would be really annoying to set dns records for my nodes and open a support ticket everytime a node gets replaced.

Are there there any guidelines for LKE clusters?

Thank you in advance!

2 Replies

My understanding is the block is on an account-level, not a Linode level.

So if you’ve done this once and the block has been lifted, it’s lifted on your account for your existing Linodes and new ones in the future (I think.)

That being said, mailing does require pretty static configuration - I.e. reverse DNS set up correctly.

I’m not familiar with LKE or K8s in general, but I’d guess you’d either set up a standalone Linode (or designate one of your LKE nodes) as the sender, set up reverse DNS for that, and relay all mail through it.

Alternatively use a sending service like Amazon SES, Postmark, etc.

Thank you for that reply! I will try this.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct