Please upgrade your Keptn to a newer release.

Tutorials

Explore the functionalities of Keptn based on examples.

Onboarding a Service

Shows you how to onboard the carts service including its database to a Keptn managed project. Besides, this tutorial shows how to deployed a new version of carts via Keptn.

Deployments with Quality Gates

Describes how Keptn allows to deploy an artifact using automatic quality gates and blue/green deployments.

Self-healing with Keptn

Demonstrates how to use the self-healing mechanisms of Keptn to self-heal a demo service, which runs into issues, by providing automated upscaling.

Runbook Automation

Gives an overview of how to leverage the power of runbook automation to build self-healing applications. Therefore, you will use automation tools for executing and managing the runbooks.

Write your own Keptn Service

Explains you how to implement your own Keptn service that listens to Keptn events and extends your Keptn with a certain functionality.

The above list of tutorials helps you to explore the functionalities of Keptn based on examples.

Application and environment

In the tutorials, a very simple application is used that provides the functionalities for an online shopping cart. This application is composed of a stateless Java service that implements the business logic and a MongoDB that stores items added to the cart by an end-user. The following image show the architecture of the application:

Example application

In context of the tutorials, this application will be maintained as part of the project sockshop. Besides, the application will be deployed in three stages:

  • Dev stage: A developer can test the implementation of a new feature in this stage.
  • Staging stage: Performance test are conducted to verify the stability of the application.
  • Production stage: An end-user of the application will access the version deployed in this stage.