EKS optimized Freebsd AMI

0

Hi,

I want to try out to use Freebsd as Node for kubernetes using AWS EKS. Is it possible to achieve? how do i do that? is there any documentation about that?

Thank you.

asked a year ago277 views
1 Answer
2
Accepted Answer

Hello. Amazon EKS is certified Kubernetes-conformant, so existing applications that run on upstream Kubernetes are compatible with Amazon EKS.

It is possible to join custom Worker nodes to EKS clusters, however, the documented and supported OS in EKS are:

  • Amazon Linux 2
  • Bottlerocket
  • Windows (for Windows based containers)

EKS releases optimized AMI's for those Operating systems in a regular basis: [https://docs.aws.amazon.com/eks/latest/userguide/worker.html]

You can install a third party OS in your worker nodes, however it is recommended to have the expertise in-house or acquire support for the third party vendor in order to troubleshoot issues. Regard to FreeBSD, I am not aware of an official integration between Kubernetes and BSD based system, most particularly because BSD and Linux rely in different technologies for process isolation (jails vs cgroups).

AWS
Hugo V
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions