Yerken
Yerken
If cloudformation stack for the ALB is for example in `DELETE_FAILED` state ingress-controller **cannot recover and continuously fails**. Therefore in some conditions it should be able to force delete the...
Add a flag to enable watching on a certain k8s namespace (e.g. --watch-namespace="test-namespace" [defaults to watching all namespaces]). This should be useful for testing and possible customisation
Currently resources which request same hostname `example.com` will be interchangeably given DNS record on Route53 (possible Google DNS too). It can be resolved by creating deterministic approach - do not...
**Description**: multiple services may wish to share same DNS, while having different targets (Load Balancers). Hence, in certain cases we need to configure records in the cloud provider to support...
Module is supposed to: 1. Consume the list of endpoints from producer 2. Fetch the list of records from consumer 3. Create three lists: create, update, delete 4. Feed it...
In my mind it is not always necessary to have a buffering enabled for the whole cluster, furthermore buffering it is not a guarantee of a smooth scale up in...