- A Python webapp which lets you vote between two options
- A Redis queue which collects new votes
- A .NET worker which consumes votes and stores them in…
- A Postgres database backed by a Docker volume
- A Node.js webapp which shows the results of the voting in real time
The voting application only accepts one vote per client. It does not register votes if a vote has already been submitted from a client.
Instal via hombebrew
brew install kubectx
- Deliver Kubernetes with Flux
- Kustomize
- Bootstrapping The Staging Cluster
- Reorganizing Code with Kustomize Overlays
- Deploying to Dev with Custom Configurations
- Creating Staging Overlays
- Kustomizing Service Configurations
- Restructuring and Deploying Redis with Kustomize
- Updating Scale by Setting Replica Counts
- Images and Namespaces
- Setting Common Labels and Annotations
- Generating ConfigMaps
- Automating Rollouts on Configuration Changes
- Generate Worker Deployment
- Deploy Helm Charts with Flux
- Monitoring and Alerting
- Multi-Tenancy with Flux
- Release Strategies with Flagger