Member-only story
Deploying Super Mario Game on Kubernetes (EKS)
5 min readJan 20, 2024
Mario is widely considered the most famous video game character in history. He has appeared in a variety of merchandise, such as clothing and collectible items, and people and places have been nicknamed after him. He has also inspired a considerable amount of unofficial media.
Steps:
- Ec2 Instance
- IAM role
- Cluster Provision
- Terraform
- Elastic Kubernetes Service (Amazon EKS)
buymeacoffee ☕ 👈 Click the link
Create a Ec2 Instance
- Sign in to AWS Console
- Navigate to EC2 Dashboard
- Launch Instance
- Choose an Amazon Machine Image (AMI) → you can choose “Ubuntu” image.
- Choose an Instance Type → Select
t2.micro
as your instance type. - Configure Instance Details
- Add Tags (Optional)
- Configure Security Group
- Review and Launch
- Select Key Pair
- Access the EC2 Instance