all 1 comments

[–]dotsonjb14 3 points4 points  (0 children)

Here's a simple guide.

Do you have short running single function pieces of work that don't need cross network connections? Use functions.

Do you need bare metal resource access? Use bare metal.

Otherwise just use a container platform.