Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeslayla/nakama-helm-chart
Helm chart for easy launching Nakama on a Kubernetes cluster.
https://github.com/yeslayla/nakama-helm-chart
helm helm-charts kubernetes nakama nakama-server
Last synced: about 2 months ago
JSON representation
Helm chart for easy launching Nakama on a Kubernetes cluster.
- Host: GitHub
- URL: https://github.com/yeslayla/nakama-helm-chart
- Owner: yeslayla
- License: gpl-3.0
- Created: 2020-08-18T02:38:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T07:35:48.000Z (over 1 year ago)
- Last Synced: 2024-10-10T11:10:57.416Z (3 months ago)
- Topics: helm, helm-charts, kubernetes, nakama, nakama-server
- Homepage:
- Size: 40 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
- License: license.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Heroic Lab's Nakama on ECS
CloudFormation stack for creating an ECS service for Nakama.
## Launching Stack
Make sure you are logged into the AWS Console and have permissions then click:
[![Launch Stack](https://cdn.rawgit.com/buildkite/cloudformation-launch-stack-button-svg/master/launch-stack.svg)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/template?stackName=Nakama&templateURL=https://sumu-stacks.s3.amazonaws.com/nakama/production/cloudformation/nakama/top.yaml)
Fill out the parameters and launch!
### Parameter Notes
Parameters, `DatabaseUsername`, `DatabasePassword`, `DatabaseEndpoint`, and `DatabasePort`, only used if `CreateDatabase` is false.
## To Do
- [x] Load Balancing
- [ ] [Clustering](https://heroiclabs.com/nakama-enterprise/)
- [ ] Auto Scaling
- [x] Dynamic Port Routing
- [x] HTTPS
- [x] Build Database
- [x] Custom Admin User
- [ ] Custom security keys
- [x] Formatted Launch Parameters
- [ ] Informative `ReadMe.md`