-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: added a list of links to the tutorials included in 'Get Started' #3871
Open
MANAVBHOSALE
wants to merge
3
commits into
keptn:main
Choose a base branch
from
MANAVBHOSALE:manavbhosale-fix-3867
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+40
−0
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -7,3 +7,43 @@ comments: true | |||||||||
This section provides tutorials to familiarize you | ||||||||||
with some basic Keptn features | ||||||||||
and point you to other documentation that has more comprehensive information. | ||||||||||
|
||||||||||
This section provides tutorials to familiarize you | ||||||||||
with some basic Keptn features | ||||||||||
and point you to other documentation that has more comprehensive information. | ||||||||||
|
||||||||||
Before attempting these tutorials, we recommend that you read the | ||||||||||
[Core Concepts]((../core-concepts/index.md)) section. | ||||||||||
|
||||||||||
## Keptn Metrics | ||||||||||
|
||||||||||
The Keptn Metrics component simplifies observability in Kubernetes | ||||||||||
by unifying and standardizing metrics from multiple data sources, | ||||||||||
such as Prometheus, Dynatrace, Datadog, and cloud providers like AWS, Google, | ||||||||||
and Azure. | ||||||||||
It integrates seamlessly with deployment and scaling tools like Argo, | ||||||||||
Flux, KEDA, and HPA, enabling automated decisions with minimal configuration. | ||||||||||
Unlike the Kubernetes Metrics Server, Keptn Metrics eliminates the complexity | ||||||||||
of maintaining multiple point-to-point integrations, offering a streamlined, | ||||||||||
centralized approach for managing metrics across diverse tools and observability platforms. | ||||||||||
|
||||||||||
## Keptn Observability | ||||||||||
|
||||||||||
Keptn enhances your cloud-native deployment environment with powerful observability | ||||||||||
features, whether or not you follow a GitOps strategy. | ||||||||||
This guide walks you through installing Keptn on a Kubernetes cluster, enabling | ||||||||||
Keptn for a namespace and deployment, and setting up Grafana and observability tools to | ||||||||||
visualize DORA metrics and OpenTelemetry traces. | ||||||||||
By the end, you’ll have a fully integrated observability system built step-by-step. | ||||||||||
|
||||||||||
## Release Lifecycle Management | ||||||||||
|
||||||||||
Keptn's Release Lifecycle Management tools enhance your cloud-native deployments by | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
running pre- and post-deployment tasks, conducting SLO evaluations, and managing | ||||||||||
workload promotions. | ||||||||||
This tutorial introduces these tools and demonstrates how to configure Keptn to trigger | ||||||||||
webhooks around deployments. | ||||||||||
It builds on the **Getting Started with Keptn Observability** exercise, so completing | ||||||||||
that first is recommended. | ||||||||||
Comment on lines
+46
to
+47
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
You'll learn to annotate workloads, group them into KeptnApp resources, and set | ||||||||||
up webhook triggers for robust deployment workflows. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These lines duplicate text that is already there.