cos icon indicating copy to clipboard operation
cos copied to clipboard

Basic Cluster Orchestration Setup

Results 12 cos issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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.

bug
recycle

# 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...

enhancement
recycle

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...

nice2have
recycle

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.

enhancement
security

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

nice2have
recycle

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...

bug
security

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...

bug
security

#### 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...

enhancement
security
nice2have