Yury Tsarev
Yury Tsarev
In case of Infoblox we are heavily relying on TXT records which hold heartbeat timestamps of each k8gb controller instance. k8gb then mutual cross-check each other TXT records and if...
https://github.com/aquasecurity/trivy-action looks very attractive to extend our DevSecOps(buzzword alert!:D) pipeline capability. We can include it into both Build and Release pipelines
**Problem statement** Currently, k8gb is [limited](https://github.com/k8gb-io/k8gb/blob/master/controllers/providers/dns/factory.go#L46-L55) to work only with a single specific edgeDNS type and tested to work exclusively in a single DNS environment. It limits the ability of...
Most of the current use cases, automated tests and functional test scenarios were performed in context of 2 clusters only as it is most common and easier to test setup....
Currently, e2e tests are not ready to cover edgeDNS providers like Route53 or NS1. We need to find a way to include the edgeDNS e2e testing into some heavy pre-release...
Originally idea comes from @donovanmuller I cannot find the dedicated issue for it, so creating a new one. With the introduction of https://github.com/k8gb-io/coredns-crd-plugin we can more dynamically affect the dynamics...
Look into ways to integrate https://github.com/ns1labs/orb to provide advanced cross-regional observability for k8gb
CNCF App Delivery SIG maintains a nice demo app of https://github.com/podtato-head/podtato-head Extending [delivery scenarios](https://github.com/podtato-head/podtato-head#delivery-scenarios) with k8gb example will be beneficial for the project and visibility
Currently k8gb fully relies on underlying Ingress that it controls. It has limitations of exclusive http/https support so services on another ports and another protocols are not covered by Gslb...
### What problem are you facing? Currently `multiply` of transform `math` type is limited to work with `int` and `int64` only. If we try the constructs like ``` - fromFieldPath:...