matthewzhaocc / cdk-eks-minecraft

run minecraft in EKS with CDK - read: overkill on overkill to play minecraft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy Minecraft from AWS EKS

This project utilizes terraform CDK to deploy Minecraft to AWS EKS.

requirement: node > 16 terraform > 0.10 kubectl > 1.21

To bootstrap this project:

npm install -g cdktf-cli@latest

cdktf deploy cdk-eks-network cdk-eks-iam cdk-eks-cluster cdk-eks-cluster-setup

aws eks update-kubeconfig --region us-west-1 --name minecraft-cluster

kubectl get services -n minecraft

About

run minecraft in EKS with CDK - read: overkill on overkill to play minecraft


Languages

Language:TypeScript 78.1%Language:JavaScript 21.9%