This demonstration shows how easily you can deploy an EKS cluster, Kasten, and Pac-Man game with AWS CloudShell.
The scripts are hosted in GitHub, allowing you to automatically build a ready-to-use Kasten K10 demo environment running on EKS in about 20 minutes.
Despite the script deploying a Kassandra database, we will deploy the Pac-Man game as an application.
Why? For fun (it's a throwback to ÂŽ80s Atari consoles) and to reproduce the snapshot recovery capabilities using the game score! đ
The scripts to deploy EKS and Kasten were forked and customized by me with some changes.
Please follow the creators of the original scripts on GitHub: @YongkangHe and @saintdle.
There are some options to deploy based on your needs:
- Deploy EKS
- Deploy Kasten
- Deploy EKS and Kasten
In this case, we will deploy both EKS and Kasten. After that, deploy the PacMan game.
https://github.com/luizeduardoserrano/eks-k10
https://github.com/luizeduardoserrano/pacman-for-k8s
Thank you! I hope it was useful!