Skip to content

yongkanghe/eks-casa

Repository files navigation

Follow @YongkangHe on Twitter, Subscribe K8s Data Management Youtube Channel

I just want to build an EKS Cluster to play with the various Security and Data Management capabilities e.g. Security Scans, Backup/Restore, Disaster Recovery and Application Mobility.

It is challenging to create an EKS cluster from AWS Cloud if you are not familiar to it. After the EKS Cluster is up running, we still need to install a sample DB, create policies etc.. The whole process is not that simple.

This script based automation allows you to build a ready-to-use EKS demo environment with PostgreSQL deployed in about 20 minutes with eks-deploy.sh. For simplicity and cost optimization, the EKS cluster will have only one worker node and create a separate vpc and subnets. This is bash shell based scripts which might only work on Cloud Shell. Linux and MacOS terminal may work as well, but I haven't tested it yet.

Here're the prerequisities.

  1. Go to open AWS Cloud Shell
  2. Clone the github repo, run below command
git clone https://github.com/yongkanghe/eks-casa.git
  1. Install the required tools (eksctl, kubectl, helm)
cd eks-casa;./awsprep.sh;. ./setenv.sh
  1. Optionally, you can customize the clustername, instance-type, zone, region
vi setenv.sh

EKS Cluster Automation

  1. To deploy an EKS cluster
./eks-deploy.sh
  1. To destroy the EKS cluster after testing
./eks-destroy.sh

Velero for EKS Automation

  1. 1 min to enable EKS Backup via Velero
./velero-deploy.sh
  1. To clean up Velero for EKS
./velero-destroy.sh

Secure EKS Containers via Falco

./falco-deploy.sh

Build an EKS cluster via Web UI

IMAGE ALT TEXT HERE

Subscribe K8s Data Management Youtube Channel

Secure EKS Cluster & AWS Cloud

IMAGE ALT TEXT HERE

Subscribe K8s Data Management Youtube Channel

Secure your containers via Falco

IMAGE ALT TEXT HERE

Subscribe K8s Data Management Youtube Channel

Build, Protect and Migrate Containers

IMAGE ALT TEXT HERE

Subscribe K8s Data Management Youtube Channel

CloudCasa - Best Kubernetes BaaS

https://cloudcasa.io

Contributors

Follow Yongkang He on LinkedIn

Join Kubernetes Data Management LinkedIn Group

Join Kubernetes Data Management Telegram Group

Join Kubernetes Meetup User Group

About

1 CMD to automate an EKS Cluster 1.29 comes with CSI enabled and PostgreSQL deployed too in ~15 mins. 1 min to enable EKS containers backup.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages