https://github.com/keptn/integrations
Lists Keptn Integrations and ideas for new ones
https://github.com/keptn/integrations
documentation integrations keptn plugins
Last synced: 8 months ago
JSON representation
Lists Keptn Integrations and ideas for new ones
- Host: GitHub
- URL: https://github.com/keptn/integrations
- Owner: keptn
- License: apache-2.0
- Created: 2022-05-05T14:21:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T09:05:07.000Z (about 2 years ago)
- Last Synced: 2025-05-12T19:15:22.995Z (8 months ago)
- Topics: documentation, integrations, keptn, plugins
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Keptn Integrations
## Keptn V1 has reached end of life on December 22nd, 2023 and has been replaced.
Keptn as a control-plane integrates with various tools and can be extended with your own tools,
using either specialized integration services or generic services.
This repository lists Keptn Integrations and ideas for new ones.
## References
- [Keptn Integrations Documentation](https://keptn.sh/docs/integrations/) -
Lists integrations available for Keptn.
You can also find them on [ArtifactHub](https://artifacthub.io/packages/search?kind=10&sort=relevance&page=1).
- [Keptn Webhook Service](https://keptn.sh/docs/0.14.x/integrations/webhooks/) -
Keptn has a built-in capability to call external HTTP endpoints as part of sequence task orchestration.
This can be used to simplify the integration of various third-party tools such as testing services, CI/CD pipelines, and incident management service.
- [Keptn Job Executor Service](https://github.com/keptn-contrib/job-executor-service) -
Allows running customizable tasks with Keptn as Kubernetes Jobs.
- [Pending feature requests for new integrations](https://github.com/keptn/integrations/issues)
## Developer information
- [Hosting new integrations](https://github.com/keptn-sandbox/contributing/blob/master/CONTRIBUTING.md)
- [Metadata for Integrations site and ArtifactHub](https://github.com/keptn-contrib/artifacthub).
- We have separate GitHub organizations for integration services
- [keptn-contrib](https://github.com/keptn-contrib) contains stable services/integrations
- [keptn-sandbox](https://github.com/keptn-sandbox) contains experimental services/integrations
- [Template for new integration services](https://github.com/keptn-sandbox/keptn-service-template-go)
- [Hosting new integrations and services](https://github.com/keptn-sandbox/contributing/blob/master/CONTRIBUTING.md).
You can host your own integrations in the Keptn community!