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.

posta un anno fa284 visualizzazioni
1 Risposta
2
Risposta accettata

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
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande