Kubefeeds Team A dedicated and highly skilled team at Kubefeeds, driven by a passion for Kubernetes and Cloud-Native technologies, delivering innovative solutions with expertise and enthusiasm.

Install Custom CA certs in EKS worker nodes through user data

9 sec read

MIME-Version: 1.0
Content-Type: multipart/mixed; boundary=”==MYBOUNDARY==”

–==MYBOUNDARY==
Content-Type: text/x-shellscript; charset=”us-ascii”

!/bin/bash

set -ex
/etc/eks/bootstrap.sh

echo “download and install certs 1 “
sudo aws s3 cp “s3://cert-bucket/cert1.crt” /etc/pki/ca-trust/source/anchors/
sudo update-ca-trust

sudo systemctl restart containerd

Kubefeeds Team A dedicated and highly skilled team at Kubefeeds, driven by a passion for Kubernetes and Cloud-Native technologies, delivering innovative solutions with expertise and enthusiasm.