docs: update ADR
This commit is contained in:
parent
aeed90ea34
commit
8b895fee06
@ -100,3 +100,18 @@ agains:
|
|||||||
put one recursor on cluster over authority server and keep the recursor on gerard for better recundancy
|
put one recursor on cluster over authority server and keep the recursor on gerard for better recundancy
|
||||||
|
|
||||||
### Consequences
|
### Consequences
|
||||||
|
|
||||||
|
|
||||||
|
## 005 physical Recursor location
|
||||||
|
|
||||||
|
### Status
|
||||||
|
|
||||||
|
done
|
||||||
|
|
||||||
|
### Context
|
||||||
|
|
||||||
|
following NAS migration physical DNS Recursor was install directly on NAS this bring a SPOF when NAS failed Recursor on Nomad cluster are stopped because of volume dependance
|
||||||
|
|
||||||
|
### Decision
|
||||||
|
|
||||||
|
Put physical Recursor on a cluster node like that to have a DNS issue we need to have NAS and this nomad down on same Time
|
||||||
|
25
docs/ADR/006-Docker-pull-through
Normal file
25
docs/ADR/006-Docker-pull-through
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# Docker Pull throught
|
||||||
|
|
||||||
|
# 001 architecture consideration
|
||||||
|
|
||||||
|
## Status
|
||||||
|
|
||||||
|
Accepted
|
||||||
|
|
||||||
|
## Context
|
||||||
|
|
||||||
|
docker hub get a pull limit if somebody go wrong on our infrastructure we can get quickyly this limit solution will be to implement a pull throught proxy.
|
||||||
|
|
||||||
|
|
||||||
|
### Decision
|
||||||
|
|
||||||
|
create two container task to create a dockerhub pull through and a ghcr one
|
||||||
|
|
||||||
|
we can add these registry to traefick to have both under the port 5000 but this will add a traefik dependancy on rebuild
|
||||||
|
|
||||||
|
so to begin we will use one trafick service on two diferent static port
|
||||||
|
|
||||||
|
## Consequences
|
||||||
|
|
||||||
|
- this registry need to be start first on cluster creation
|
||||||
|
- need to update all job image with local proxy url
|
Loading…
Reference in New Issue
Block a user