mate icon indicating copy to clipboard operation
mate copied to clipboard

Deprecated: Mate manages AWS Route53 and Google CloudDNS records for your Kubernetes services and ingresses. (moved from https://github.com/zalando-incubator/mate)

Results 18 mate issues
Sort by recently updated
recently updated
newest added

Mate is now deprecated as of version 0.3.0 of [External DNS](https://github.com/kubernetes-incubator/external-dns). See the announcement https://groups.google.com/forum/#!topic/kubernetes-users/YYR4hxBztCk Zalando is already running External DNS in production instead of Mate, see https://github.com/zalando-incubator/kubernetes-on-aws/tree/dev/cluster/manifests/external-dns We should:...

Cannot find a valid AWS region when running in k8s cluster: ``` time="2017-01-30T23:19:15Z" level=debug msg="[Synchronize] Sleeping for 1m0s..." time="2017-01-30T23:19:15Z" level=info msg="[AWS] Listening for events..." time="2017-01-30T23:19:15Z" level=info msg="ADDED: kube-system/kubernetes-dashboard" time="2017-01-30T23:19:15Z" level=warning...

in order to make the daemons HA we could deploy multiple copies of it. though, only one of them should be active at any point in time. each instance could...

Mate version 0.6.1 ( and prior versions) causes a lot of traffic while it polls route53. My AWS account has 53 hosted zones and in those zones there are 10's...

I would like to only have explicitly annotated services to have DNS records associated with their load balancer, but if `zalando.org/dnsname` is not set, it will fallback to `--kubernetes-format`. I...

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

Hi, I have been banging my head at this for hours now, really not sure what I am doing so wrong. so I am trying the simplest setup where the...

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

`Mate` completely relies on data from the Kubernetes API to create DNS records. E.g. it gets all `Ingress` objects from your cluster, inspects the rules and external load balancer IP...

As baremetal is also target of Kubernetes we should consider integration with nameservers like bind, djbdns or powerdns. Some of these packages support dynamic updates (bind) and IIRC powerdns has...