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.
Home / Docs / Release 0.5.2 / Tutorials
Explore the functionalities of Keptn based on examples.
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.
Describes how Keptn allows to deploy an artifact using automatic quality gates and blue/green deployments.
Demonstrates how to use the self-healing mechanisms of Keptn to self-heal a demo service, which runs into issues, by providing automated upscaling.
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.
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.
As a Developer you might be most interested in:
As a DevOps Engineer you might be most interested in:
As a Site Reliability Engineer you might be most interested in:
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:
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: