Multi-stage delivery without the need to write any pipeline code.
Delivery and operation workflows are based on Git.
Built-in quality-gates based on SRE principles.
Multi-step Auto-remediation workflows with built-in evaluation.
Integrate or extend Keptn easily to work with your tool-suite.
A declarative approach to automate delivery and operations for your workloads.
Whether you are an end user or you want to participate in the project, we’d love to hear from you! You can find more information about how to reach us in the Keptn community or just ping us via Slack.
Be part of the movement and participate in our public community meetings every other Thursday!
Define your delivery process using a shipyard file and create a new project using your shipyard.yaml file:
keptn create project sockshop
--shipyard=./shipyard.yaml
stages:
- name: "dev"
deployment_strategy: "direct"
test_strategy: "functional"
- name: "staging"
approval_strategy:
pass: "automatic"
warning: "manual"
deployment_strategy: "blue_green_service"
test_strategy: "performance"
- name: "production"
approval_strategy:
pass: "manual"
warning: "manual"
deployment_strategy: "blue_green_service"
remediation_strategy: "automated"
Automatically set up a multi-stage environment with built-in quality gates orchestrating your continuous delivery workflow, and integrate your testing tools for performance testing, chaos testing, and more. Deploy reliably and confidently with SLO-based quality evaluations.
Keptn helps developers and SREs to deliver software in a cloud-native way.
declarative, extensible and based on GitOps
Just download the Keptn CLI
curl -sL https://get.keptn.sh | sudo -E bash
And deploy Keptn on your Kubernetes cluster
keptn install [--use-case=continuous-delivery]
Keptn will be installed with its control-plane for quality gates and automated operations. If the --use-case
flag is set, the services for continuous delivery will be installed too.
Promotion
Keptn loves Googles Kubernetes Engine and so do they.
Sign up via Keptn and get an extra $200 in Google Cloud Platform credit.
Keptn orchestrates & evaluates remediation-actions such as scaling up, toggling feature flags or custom scripts.
Keptn integrations translate well-defined CloudEvents into proprietary vendor APIs and hide complex automation for advanced tasks.
Save time through automated configuration of observability tools, creation of dashboards, and alerting based on Service-Level Objectives (SLOs).