AWS EKS Cluster with Terraform

Typical AWS Network Architecture in one diagram (ByteByteGo Newsletter)

Terraform EKS Cluster Creation (Anton Putra YouTube Playlist)

aws eks --region eu-central-1 update-kubeconfig --name eks --profile terraform
kubectl apply -f /path_to_project/eks-aws-terraform/k8s/app.yml

Manage k8s RBAC roles and AWS IAM polices

EKS Add User VS. Role: How to Add IAM User and IAM Role to AWS EKS Cluster? (Anton Putra YouTube)

Notes:

kubectl apply -f /path_to_project/eks-aws-terraform/k8s/rbac.yml

Proper Management of Terraform State

CI/CD Research

Gitlab CI/CD

Werf

GitOps CD with ArgoCD

Security

TBD