-
Notifications
You must be signed in to change notification settings - Fork 1.3k
containers reorg #32969
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
Closed
Closed
containers reorg #32969
Changes from 5 commits
Commits
Show all changes
6 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
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 | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,5 @@ | ||||||
| --- | ||||||
| title: Container Monitoring | ||||||
| title: Containers | ||||||
| description: Install & configure the Agent to collect data on containerized infrastructures | ||||||
| further_reading: | ||||||
| - link: "https://www.datadoghq.com/container-report/" | ||||||
|
|
@@ -12,18 +12,46 @@ cascade: | |||||
| rank: 70 | ||||||
| --- | ||||||
|
|
||||||
| ## Overview | ||||||
| To maintain the health, performance, and security of your containerized environments, you can install the Datadog Agent and use [Datadog Container Monitoring][1]. | ||||||
|
|
||||||
| Container Monitoring provides real-time visibility into the health and performance of containerized environments. | ||||||
| ## Get started | ||||||
|
|
||||||
| {{< whatsnext desc="This section includes the following topics:">}} | ||||||
| {{< nextlink href="/containers/docker">}}<u>Docker</u>: Install and configure the Datadog Agent on Docker.{{< /nextlink >}} | ||||||
| {{< nextlink href="/containers/kubernetes">}}<u>Kubernetes</u>: Install and configure the Datadog Agent on Kubernetes. {{< /nextlink >}} | ||||||
| {{< nextlink href="/containers/cluster_agent">}}<u>Cluster Agent</u>: Install and configure the Cluster Agent for Kubernetes, a version of the Datadog Agent built to efficiently gather monitoring data from across an orchestrated cluster.{{< /nextlink >}} | ||||||
| {{< nextlink href="/containers/amazon_ecs">}}<u>Amazon ECS</u>: Install and configure the Datadog Agent on Amazon ECS.{{< /nextlink >}} | ||||||
| {{< nextlink href="integrations/ecs_fargate/">}}<u>AWS Fargate</u>: Install and configure the Datadog Agent with Amazon ECS on AWS Fargate{{< /nextlink >}} | ||||||
| Log into Datadog and use the [Install Agents][2] page to install the Datadog Agent on your selected platform. | ||||||
|
|
||||||
| ## Datadog Container Monitoring | ||||||
|
|
||||||
| {{< whatsnext desc="These pages discuss using Datadog's UI to monitor containers and clusters, track resource utilization, autoscale workloads, and remediate issues:">}} | ||||||
| {{< nextlink href="/containers/monitoring/explorer">}}<u>Containers Explorer</u>: Use and configure Containers Explorer for real-time visibility into your containers. {{< /nextlink >}} | ||||||
| {{< nextlink href="/containers/monitoring/container_images">}}<u>Container Images Explorer</u>: Use and configure Containers Images Explorer to monitor the container {{< /nextlink >}} | ||||||
| {{< nextlink href="/containers/monitoring/kubernetes_explorer">}}<u>Kubernetes Explorer</u>: Using and configuring the Kubernetes Explorer page {{< /nextlink >}} | ||||||
| {{< nextlink href="/containers/monitoring/kubernetes_resource_utilization">}}<u>Kubernetes Resource Utilization</u>: Using and configuring the Kubernetes Resource Utilization page {{< /nextlink >}} | ||||||
| {{< nextlink href="/containers/autoscaling">}}<u>Kubernetes Autoscaling</u>: Using and configuring the Kubernetes Autoscaling page {{< /nextlink >}} | ||||||
| {{< nextlink href="/containers/bits_ai_kubernetes_remediation">}}<u>Kubernetes Remediation</u>: Using and configuring the Kubernetes Remediation page {{< /nextlink >}} | ||||||
| {{< nextlink href="/containers/monitoring/amazon_elastic_container_explorer">}}<u>ECS Explorer</u>: Using and configuring the ECS Explorer page {{< /nextlink >}} | ||||||
| {{< /whatsnext >}} | ||||||
|
|
||||||
| ## Docker-based environments | ||||||
|
|
||||||
| {{< whatsnext desc="These pages discuss installing and configuring the Datadog Agent in a Docker-based environment (Docker, containerd, Podman):">}} | ||||||
| {{< nextlink href="/containers/docker">}}<u>Datadog Docker Agent</u>: Install and configure the Datadog Docker Agent for Docker, containerd, and Podman runtimes {{< /nextlink >}} | ||||||
| {{< /whatsnext >}} | ||||||
|
|
||||||
| ## Kubernetes environments | ||||||
|
|
||||||
| {{< whatsnext desc="These pages discuss installing and configuring the Datadog Agent in a Kubernetes environment:">}} | ||||||
| {{< nextlink href="/infrastructure/containers/explorer">}}<u>Containers Explorer</u>: Use and configure Containers Explorer for real-time visibility into your containers. {{< /nextlink >}} | ||||||
| {{< /whatsnext >}} | ||||||
|
|
||||||
| ## Amazon ECS | ||||||
|
|
||||||
| {{< whatsnext desc="These pages discuss installing and configuring the Datadog Agent on Amazon ECS:">}} | ||||||
| {{< nextlink href="/infrastructure/containers/explorer">}}<u>Containers Explorer</u>: Use and configure Containers Explorer for real-time visibility into your containers. {{< /nextlink >}} | ||||||
|
Contributor
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
|
||||||
| {{< /whatsnext >}} | ||||||
|
|
||||||
| ## Further reading | ||||||
|
|
||||||
| {{< partial name="whats-next/whats-next.html" >}} | ||||||
|
|
||||||
| [1]: https://app.datadoghq.com/containers | ||||||
| [2]: https://app.datadoghq.com/fleet/install-agent/latest?platform=overview | ||||||
|
|
||||||
27 changes: 27 additions & 0 deletions
27
content/en/containers/guide/kubernetes_explorer_custom_resource_collection.md
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,27 @@ | ||
| --- | ||
| title: Resource Collection for Kubernetes Explorer | ||
| --- | ||
|
|
||
| This guide discusses resource collection in Datadog's [Kubernetes Explorer][1]. | ||
|
|
||
| ### Collected Kubernetes resources | ||
|
|
||
|
|
||
|
|
||
| ### Collected custom resources | ||
|
|
||
| When the following CRDs are present in your cluster, the Agent automatically collects their Custom Resources (CRs). If a CRD you use is **not** listed here—or your Agent version is older—follow the **manual configuration** steps below. | ||
|
|
||
| | CRD group | CRD kind | CRD versions | Minimal Agent version | | ||
| | ------------------ | -------------------- | ------------ | --------------------- | | ||
| | datadoghq.com | datadogslo | v1alpha1 | 7.71.0 | | ||
| | datadoghq.com | datadogdashboard | v1alpha1 | 7.71.0 | | ||
| | datadoghq.com | datadogagentprofile | v1alpha1 | 7.71.0 | | ||
| | datadoghq.com | datadogmonitor | v1alpha1 | 7.71.0 | | ||
| | datadoghq.com | datadogmetric | v1alpha1 | 7.71.0 | | ||
| | datadoghq.com | datadogpodautoscaler | v1alpha2 | 7.71.0 | | ||
| | datadoghq.com | datadogagent | v2alpha1 | 7.71.0 | | ||
| | argoproj.io | rollout | v1alpha1 | 7.71.0 | | ||
| | karpenter.sh | * | v1 | 7.71.0 | | ||
| | karpenter.k8s.aws | * | v1 | 7.71.0 | | ||
| | azure.karpenter.sh | * | v1beta1 | 7.71.0 | |
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,65 @@ | ||
| --- | ||
| title: Container Monitoring | ||
| --- | ||
|
|
||
| After [installing the Datadog Agent][1], you can use Datadog Container Monitoring to visualize your container resources. For Kubernetes environments, you can also track resource utilization, automatically scale workloads, and investigate and remediate issues. | ||
|
|
||
| ## Explore containers | ||
|
|
||
| {{< img src="infrastructure/livecontainers/live-containers-overview_2.png" alt="Live containers with summaries" width="80%" >}} | ||
|
|
||
| In Datadog, [**Containers Explorer**][2] provides real-time visibility into all of your containers. To configure this page, read the [Containers Explorer documentation][3]. | ||
|
|
||
| ## Explore container images | ||
|
|
||
| {{< img src="security/vulnerabilities/container_images.png" alt="The container images view highlighting vulnerabilities and container column sort feature" width="80%">}} | ||
|
|
||
| [**Container Images Explorer**][4] provides insights into every image used in your environment to help you assess your images' deployment footprint, including [Cloud Security][5] vulnerabilities. To configure this page, read the [Container Images Explorer documentation][6]. | ||
|
|
||
| ## Explore Kubernetes resources | ||
|
|
||
| {{< img src="infrastructure/livecontainers/orch_ex.png" alt="Orchestrator Explorer, showing Kubernetes Pods." style="width:80%;">}} | ||
|
|
||
| [**Kubernetes Explorer**][7] allows you to monitor pods, clusters, workloads, and other Kubernetes resources. To configure this page, read the [Kubernetes Explorer documentation][8]. | ||
|
|
||
| ### Kubernetes Resource Utilization | ||
|
|
||
| Select the [**Resource Utilization**][9] tab in the Kubernetes section for insights into how compute resources are used across your infrastructure. For more information, read the [Kubernetes Resource Utilization documentation][10]. | ||
|
|
||
| ### Kubernetes Autoscaling | ||
|
|
||
| Select the [**Autoscaling**][11] tab in the Kubernetes section to view scaling recommendations and deploy autoscaling. For more information, read the [Autoscaling documentation][12]. | ||
|
|
||
| ### Kubernetes Remediation | ||
|
|
||
| Select the [**Remediation**][13] tab in the Kubernetes section to investigate and remediate errors with [Bits AI Dev Agent][14]. For more information, read the [Bits AI Kubernetes Remediation documentation][15]. | ||
|
|
||
| {{< callout url="https://www.datadoghq.com/product-preview/kubernetes-remediation/" | ||
| btn_hidden="false" header="Join the Preview!">}} | ||
| Automated fixes from Bits AI Kubernetes Remediation is in Preview. To sign up, click <strong>Request Access</strong> and complete the form. | ||
| {{< /callout >}} | ||
|
|
||
| ## Explore Amazon Elastic Container Service (ECS) resources | ||
|
|
||
| {{< img src="infrastructure/livecontainers/orch_ecs_ex.png" alt="ECS Explorer displaying ECS tasks." style="width:80%;">}} | ||
|
|
||
| [**ECS Explorer**][16] allows you to monitor tasks, services, and other Amazon ECS components across your AWS accounts. To configure this page, read the [ECS Explorer documentation][17]. | ||
|
|
||
|
|
||
| [1]: https://app.datadoghq.com/fleet/install-agent/latest?platform=overview | ||
| [2]: https://app.datadoghq.com/containers | ||
| [3]: /infrastructure/containers/explorer | ||
| [4]: https://app.datadoghq.com/container-images | ||
| [5]: /security/cloud_security_management | ||
| [6]: /infrastructure/containers/container_images/ | ||
| [7]: https://app.datadoghq.com/orchestration/explorer | ||
| [8]: /infrastructure/containers/kubernetes_explorer | ||
| [9]: https://app.datadoghq.com/orchestration/resource/pod | ||
| [10]: /infrastructure/containers/kubernetes_resource_utilization | ||
| [11]: https://demo.datadoghq.com/orchestration/scaling/summary | ||
| [12]: /containers/monitoring/autoscaling | ||
| [13]: https://app.datadoghq.com/orchestration/remediation | ||
| [14]: /bits_ai/bits_ai_dev_agent | ||
| [15]: /containers/bits_ai_kubernetes_remediation/ | ||
| [16]: https://app.datadoghq.com/orchestration/explorer/ecsTask | ||
| [17]: /infrastructure/containers/amazon_elastic_container_explorer |
2 changes: 2 additions & 0 deletions
2
...ners/amazon_elastic_container_explorer.md → ...ring/amazon_elastic_container_explorer.md
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
Oops, something went wrong.
Oops, something went wrong.
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.
looks like this is just "containers.md", should it be "containers_explorer.md" to avoid confusion ?