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 deploy a new version of carts via Keptn.
Home / Docs / Release 0.6.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 deploy a new version of carts via Keptn.
Describes how Keptn allows deploying an artifact using automatic quality gates and blue/green deployments.
Describes how Keptn allows using quality gates without delivery and testing capabilities of Keptn.
Describes how Argo CD can be used for deploying and Keptn for testing, evaluating, and promoting
Provides details about self-healing using upscaling and feature toggle.
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 to you how to implement your Keptn-service that listens to Keptn events and extends your Keptn with 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 these 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: