cos
cos copied to clipboard
Basic Cluster Orchestration Setup
Bumps [github.com/hashicorp/nomad](https://github.com/hashicorp/nomad) from 1.0.18 to 1.2.13. Release notes Sourced from github.com/hashicorp/nomad's releases. v1.2.13 1.2.13 (October 04, 2022) SECURITY: client: recover from panics caused by artifact download to prevent the Nomad...
This issue is similar to this one: #25. The data cached by consul is backed into a snapshot and hence reused when the snapshot get instantiated a second time.
# Issue Currently there are two variables that are used to modify the cloud-init script from the outside. This adds a unnecessary dependency to components that are not needed for...
The configuration is cluttered around and it is unclear what is necessary and used. The docker config.json is at two places: - ~/.docker/config.json - /etc/docker/config.json As well for Amazon Linux...
Adding Consul service mesh will allow a more fine grain traffic control. Furthermore the fabio can be replaced as ingress control and the connection of multiple datacenters will be possible.
HCL2 is the successor for the current json definition and provides better tooling like `fmt`support. - https://www.hashicorp.com/blog/announcing-hashicorp-packer-1-5-with-hcl2-support - https://www.packer.io/guides/hcl
All traffic on ingress ALB is routed to the services subnet on the public-services data-center. There on each node runs fabio. Currently fabio is able to route the traffic to...
Setup of CircleCI. Using golang as base image since the tests are written in terratest which uses golang.
No need to have the docker ports (20000...32000) open to the "world". At least they can be restricted to the cidr of the used vpc or better just connect the...
#### Why We want to restrict access of the nomad-masters (leader) to the internet. That's why they are inside a subnet that has only access to AWS services. This restriction...