-
Notifications
You must be signed in to change notification settings - Fork 243
feat(k8s): add macro & cards #4623
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
Draft
bene2k1
wants to merge
2
commits into
main
Choose a base branch
from
MTA-5749
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.
Draft
Changes from all commits
Commits
Show all changes
2 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 hidden or 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 | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,19 @@ | ||||||
--- | ||||||
macro: kubernetes-cockpit-intro | ||||||
--- | ||||||
|
||||||
Scaleway’s [Cockpit](/cockpit/quickstart/) provides a centralized solution for monitoring and logging in of your Kubernetes applications, helping you gain insights into cluster activity, performance, and security. | ||||||
|
||||||
With Cockpit, you can: | ||||||
|
||||||
- **Monitor your Kubernetes cluster**: Gain real-time visibility into the control plane, nodes, managed resources, and system applications. | ||||||
- **Analyze logs**: View logs from all your Kubernetes containers in one place to enhance observability and simplify troubleshooting. | ||||||
- **Track activity**: Audit logs provide detailed records of user actions, application API calls, and control plane operations, helping with compliance and security. | ||||||
|
||||||
Cockpit integrates with **Grafana** for rich data visualization and provides **automated monitoring** without the need to configuure additional infrastructure. | ||||||
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
|
||||||
|
||||||
<Message type="note"> | ||||||
**Cost considerations**: Sending logs to Cockpit incurs costs based on ingestion volume. See the [Cockpit FAQ](/faq/cockpit/#how-am-i-billed-for-using-cockpit-with-custom-data) for pricing details and best practices. | ||||||
|
||||||
**Security & compliance**: Monitoring Kubernetes API activity is critical for security and may be required for certain certifications. Audit logs are enabled by default for clusters with dedicated control planes. Learn more in the [audit logs documentation](/kubernetes/how-to/access-audit-logs/). | ||||||
</Message> |
This file contains hidden or 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
This file contains hidden or 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 | ||||
---|---|---|---|---|---|---|
|
@@ -13,6 +13,7 @@ categories: | |||||
- kubernetes | ||||||
--- | ||||||
|
||||||
|
||||||
Scaleway's observability Cockpit provides automated monitoring of your Kubernetes cluster. As Kubernetes environments grow in complexity, monitoring becomes crucial for optimal performance. Visualization of the clusters' metrics is available in a hosted Grafana. | ||||||
|
||||||
Grafana's rich visualizations and ease of use make it an ideal choice. Cockpit offers a hassle-free solution, providing real-time insights without extra infrastructure. | ||||||
|
@@ -78,3 +79,16 @@ For scenarios where you require consistent and predictable performance, along wi | |||||
</Message> | ||||||
|
||||||
|
||||||
## Related documentation | ||||||
<Grid> | ||||||
<DefaultCard | ||||||
title="How to access the Kubernetes audit logs" | ||||||
description="Learn how you can visualize the audit logs of your Kubernetes Cluster in Grafana using Scaleway's Cockpit." | ||||||
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
|
||||||
url="/kubernetes/how-to/access-audit-logs/" | ||||||
label="Learn more" /> | ||||||
<DefaultCard | ||||||
title="How to monitor your Kubernetes Kapsule cluster with Cockpit using Promtail" | ||||||
description="Learn how to install and configure Promtail to monitor your Kubernetes applications in Cockpit." | ||||||
url="/kubernetes/how-to/monitor-data-plane-with-cockpit/" | ||||||
label="Learn more" /> | ||||||
</Grid> |
This file contains hidden or 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 | ||||
---|---|---|---|---|---|---|
|
@@ -178,3 +178,17 @@ Key points include: | |||||
- [Send metrics from your Kubernetes cluster to your Cockpit (How-To)](/cockpit/how-to/send-metrics-from-k8s-to-cockpit/) | ||||||
- [Promtail Documentation](https://grafana.com/docs/loki/latest/clients/promtail/) | ||||||
- [Scaleway Kubernetes Kapsule and Kosmos Documentation](/kubernetes/quickstart/) | ||||||
|
||||||
## Related documentation | ||||||
<Grid> | ||||||
<DefaultCard | ||||||
title="How to access the Kubernetes audit logs" | ||||||
description="Learn how you can visualize the audit logs of your Kubernetes Cluster in Grafana using Scaleway's Cockpit." | ||||||
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
|
||||||
url="/kubernetes/how-to/access-audit-logs/" | ||||||
label="Learn more" /> | ||||||
<DefaultCard | ||||||
title="How to monitor your Kubernetes Kapsule cluster with Cockpit" | ||||||
description="You can view the cluster metrics in a hosted Grafana without any configuration on your part." | ||||||
url="/kubernetes/how-to/monitor-cluster/" | ||||||
label="Learn more" /> | ||||||
</Grid> |
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.