AWS EKS using Red Hat

Ryan Monroe
cloud native: the gathering
1 min readOct 26, 2018

I needed to get Red Hat 7.5 working with Amazon EKS cluster and was able to after performing the below steps.

  1. Start with base RH 7.5 image.
  2. Followed steps here to install Docker, AWS CLI, etc.
  3. Created /etc/systemd/system/kubelet.service.d with 0755 permissions and owned by root.
  4. Copy eks cloud config script bootstrap.sh and config file eni-max-pods.txt to /etc/eks. These can be copied from EKS Amazon Linux 2 image.

--

--