katalog-sync
katalog-sync copied to clipboard
A reliable node-local mechanism for syncing k8s pods to consul services
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.27.1 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...
Hi since https://github.com/kubernetes/kubeadm/issues/732, the port 10255 is deprecated and at least in aws it doesn't exist anymore: https://github.com/awslabs/amazon-eks-ami/issues/128 Addjng this seem to mostly solve this: ``` --kubelet-api=https://localhost:10250/pods --kubelet-api-insecure-skip-verify ``` but...
sth like: 'katalog-sync.wish.com/service': '{"name": "foo", "port": 1234, "meta": "...", "tags": "..."}' That's cleaner(one annotation for each service) and easy to expand to include new parameters.
Today katalog-sync has annotations on the pods to be synced to consul. It would be nice to support similar annotations on a `Service` object as well. To implement this we'd...
i'm trying to use this and i'm having several problems, so this is a question/bug/feature request ticket. I can create different issues for each bug/feature request, but lets first find...