Skip to content

Conversation

daniel-ciaglia
Copy link

With this PR the replicator supports annotated kind: Service which will be replicated to another namespace as type: ExternalName. This feature allows to cover 2 use cases

  1. common DNS domain for services or a very lightweight service mesh
  2. migration of services into own namespaces while keeping their known DNS names

Please note:

  • metadata.annotations are not replicated by default as on a kind: service they usually drive load-balancer operators. You can explicitly set replicator.v1.mittwald.de/strip-annotations: "false" to keep them.
  • there is only the replicator.v1.mittwald.de/replicate-to option implemented
  • pre-existing target kind: Service will happily be patched/overwritten ;-)

This closes issue #347


Thanks for the very clean code and ease of extensibility which comes with it. Much appreciated 🙏

* Implement `kind: services`
* adjust Dockerfiles to match go-releaser
* add more tests and documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant