Skip to content

A Kubernetes agent to synchronize APIs and their objects between Kubernetes clusters and kcp.

License

Notifications You must be signed in to change notification settings

kcp-dev/api-syncagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 16, 2025
ddfd0f7 · May 16, 2025
May 5, 2025
Apr 8, 2025
Apr 8, 2025
May 16, 2025
May 15, 2025
May 15, 2025
May 16, 2025
Apr 8, 2025
Jan 9, 2025
Apr 15, 2025
Feb 12, 2025
Mar 21, 2025
May 6, 2025
Jan 9, 2025
Jan 9, 2025
Jan 9, 2025
Jan 9, 2025
Jan 17, 2025
Jan 9, 2025
Dec 10, 2024
May 15, 2025
May 5, 2025
Jan 9, 2025
May 16, 2025
May 16, 2025
Apr 1, 2025

Repository files navigation

kcp API Sync Agent

Go Report Card GitHub GitHub release (latest SemVer) FOSSA Status

The kcp API Sync Agent is a Kubernetes controller capable of synchronizing objects from many kcp workspaces onto a single Kubernetes cluster (with kcp being the source of truth). In doing so it will move the desired state (usually the spec) of an object from kcp to the local cluster where the agent is running, and move the current object status back up into kcp. The agent can also sync so-called related objects, like a Secret belonging to a Certificate, in both directions.

The agent can be used to provide an API in kcp and then serving it from a remote Kubernetes cluster where the actual workload is then processed, usually by a 3rd-party operator. In many situations the synchronized objects are further processed using tools like Crossplane.

Documentation

Please visit https://docs.kcp.io/api-syncagent for the latest documentation.

Troubleshooting

If you encounter problems, please file an issue.

Contributing

Thanks for taking the time to start contributing!

Before you start

  • Please familiarize yourself with the Code of Conduct before contributing.
  • See CONTRIBUTING.md for instructions on the developer certificate of origin that we require.

Pull requests

  • We welcome pull requests. Feel free to dig through the issues and jump in.

Changelog

See the list of releases to find out about feature changes.

License

Apache 2.0