# Keptn. Data Driven DevOps Automation with Ketpn. Automating Service Level Indicators/Service Level Objectives based build validation with Keptn and Jenkins
!!! info "Architectural Context"
Detailed reference for Keptn. Data Driven DevOps Automation with Ketpn. Automating Service Level Indicators/Service Level Objectives based build validation with Keptn and Jenkins in the context of Engineering Pipeline.
## Standard Reference
- [tutorials.keptn.sh 🌟](https://tutorials.keptn.sh) [COMMUNITY-TOOL]
- [medium: Keptn 0.6.0 — My top 5 favorite improvements](https://medium.com/keptn/keptn-0-6-0-my-top-5-favorite-improvements-242d8ac1abfe) [COMMUNITY-TOOL]
- [medium: How we are redesigning our microservices deployment strategy](https://medium.com/dynatrace-engineering/how-we-are-redesigning-our-microservices-deployment-strategy-c567e310a42e) [COMMUNITY-TOOL]
## Cloud Native Lifecycle
### CICD Pipelines
#### Community Meetups
- **(2020)** [Jenkins Online Meetup](https://www.meetup.com/jenkins-online-meetup/events/270861119) [COMMUNITY-TOOL] — Community recording detailing real-world workflows for integrating Jenkins-centric deployment systems with Keptn's automated SRE-driven quality evaluation gates.
#### Jenkins Integration
- **(2022)** [Keptn Jenkins Shared Library](https://github.com/keptn-sandbox/keptn-jenkins-library) ⭐ 8 [GROOVY CONTENT] [ADVANCED LEVEL] 🌟 [COMMUNITY-TOOL] — A pipeline-as-code integration allowing Jenkins jobs to dispatch Keptn-driven operations such as performance testing, quality gate validation, and continuous remediation, combining classic CI with modern orchestrators.
#### Video Guides
- **(2020)** [youtube: Level-Up your Jenkins-based Delivery with Keptn](https://www.youtube.com/watch?v=VYRdirdjOAg&t=5s) [COMMUNITY-TOOL] — Visual walk-through demonstrating how Keptn decouples delivery orchestrations from Jenkinsfiles. Shows how to configure service quality gates using declarative SLIs/SLOs to automatically rollback failing pipelines.
### Continuous Delivery
#### Enterprise Observability
- **(2021)** [dynatrace.com: What is keptn, how it works and how to get started!](https://www.dynatrace.com/news/blog/what-is-keptn-how-it-works-and-how-to-get-started) [COMMUNITY-TOOL] — Explores how Keptn abstracts CD and automated operations away from brittle scripts. Highlights how combining Dynatrace's enterprise APM observability with Keptn's automated quality gates ensures high-assurance software promotion.
#### Guides
- **(2023)** [Quick Start](https://v1.keptn.sh/docs/quickstart) [COMMUNITY-TOOL] [GUIDE] — Official step-by-step documentation for installing Keptn in a Kubernetes cluster, defining uniform delivery pipelines, configuring service-level objectives (SLOs), and executing an initial automated deployment.
#### Site Reliability Engineering
- **(2023)** [Keptn](https://keptn.sh/stable) [GO CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — A CNCF incubating project providing event-driven orchestration for continuous delivery and automated operations. Uses CloudEvents standards and a GitOps approach to automate deployment, testing, and multi-stage promotion of services.
### Local Environments
#### Video Guides (1)
- **(2021)** [youtube: Tutorial - Keptn in a box](https://www.youtube.com/watch?v=OQAXQrKhIt0&ab_channel=keptn) [COMMUNITY-TOOL] — Step-by-step video configuration demonstrating the execution of Keptn within local virtualized micro-clusters, streamlining testing of SRE control-planes on local machines.
### Site Reliability Engineering (1)
#### Monitoring Automation
- **(2021)** [thenewstack.io: How Keptn Automatically Configures Prometheus Ecosystems](https://thenewstack.io/how-keptn-automatically-configures-prometheus-ecosystems) [ADVANCED LEVEL] [COMMUNITY-TOOL] — Explores how Keptn acts as a declarative orchestrator for Prometheus alerting rules and target configurations. Eliminates manual dashboarding by automatically auto-generating Prometheus metrics rules based on SLO profiles.
## Observability
### Application Performance Monitoring
#### Guides (1)
- **(2021)** [dynatrace-perfclinics.github.io: Why Devs Love Dynatrace 🌟](https://dynatrace-perfclinics.github.io/codelabs/why-devs-love-dynatrace-2/index.html) [COMMUNITY-TOOL] [GUIDE] — Technical codelab demonstrating how developers leverage Dynatrace APM to identify code-level bottlenecks, analyze database performance, and utilize auto-remediation loops within automated delivery pipelines.
---
💡 **Explore Related:** [Jenkins](./jenkins.md) | [Openshift Pipelines](./openshift-pipelines.md) | [Flux](./flux.md)