mirror of
https://github.com/KevinMidboe/schleppe-pulumi.git
synced 2026-01-09 19:05:51 +00:00
22 lines
388 B
Markdown
22 lines
388 B
Markdown
# schleppe High Availability project
|
|
|
|
Defines code which describes a HA & cached scalable way of serving web applications.
|
|
|
|
## infrastructure
|
|
|
|
Configured cloud resources in hezner with Pulumi.
|
|
|
|
Hetzner has two regions:
|
|
- us
|
|
- eu
|
|
|
|
Each region has:
|
|
- haproxy x2
|
|
- varnish x2
|
|
- webservers
|
|
|
|
## provision
|
|
|
|
Ansible is used to provision software and environments for different software needed.
|
|
|