cloudcycle
Cloud resource lifecycle scheduler to save and avoid surprising cost (by redopsbay)
k8s-voting-app-aws
:wheel_of_dharma: Example of a distributed voting app running on Kubernetes. Written in Golang with Terraform definitions to deploy to AWS EKS (by hbollon)
cloudcycle | k8s-voting-app-aws | |
---|---|---|
1 | 3 | |
0 | 32 | |
- | - | |
7.1 | 3.2 | |
7 months ago | almost 3 years ago | |
Go | Go | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cloudcycle
Posts with mentions or reviews of cloudcycle.
We have used some of these posts to build our list of alternatives
and similar projects.
k8s-voting-app-aws
Posts with mentions or reviews of k8s-voting-app-aws.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-11.
-
Distributed voting app example powered by Go/Docker/K8s/Helm/Terraform
This is why I started building this project: hbollon/k8s-voting-app-aws. Firstly, all apps (voting/results webapp and worker) are written in Go for cross-platform compatibility and reduced ressources consumption (a lot). Frontend are Vue 3 projects. Secondly, all docker-compose and k8s specs are redone, more complete and flexible. Furthermore, I also added an alternative Helm Chart version. Finally, the k8s infrastructure can be deployed on Minikube or any other local k8s environment but also on AWS using prepared Terraform definitions to deploy it on EKS.