惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
GbyAI
GbyAI
Engineering at Meta
Engineering at Meta
有赞技术团队
有赞技术团队
博客园 - 【当耐特】
H
Hackread – Cybersecurity News, Data Breaches, AI and More
WordPress大学
WordPress大学
博客园_首页
美团技术团队
H
Help Net Security
MongoDB | Blog
MongoDB | Blog
宝玉的分享
宝玉的分享
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
J
Java Code Geeks
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
IT之家
IT之家
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog
雷峰网
雷峰网
爱范儿
爱范儿

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis
Visualize relationships between your Kubernetes resources...
Thomas Sobolik, John Kendall · 2022-05-16 · via Datadog | The Monitor blog

A Kubernetes environment includes a wide range of resources—such as clusters, nodes, and pods—that work together to run dynamic applications at scale. In order to monitor a Kubernetes application effectively, you need a multi-dimensional view into your clusters’ health that encompasses the complex dependency relationships among these resources.

Datadog Live Containers already offers real-time visibility into your Kubernetes environments, which can be scoped to any infrastructure layer or resource type. Now, we’re pleased to announce that we’ve extended Live Containers with support for RBAC and storage resources, so you can monitor your security and storage configurations. We’ve also introduced the Related Resources Map, which makes it easier to navigate through each layer of your clusters and access critical information—such as performance metrics, related traces and logs, network telemetry, and configuration details.

In this post, we’ll walk through how these new improvements to Live Containers help you maintain a holistic view of your workloads and monitor the health and performance of their constituent resources.

Monitor your RBAC and storage resources

Datadog Live Containers provides a bird’s-eye view of key metrics and metadata for each of the various resource types that make up your workloads, from containers and clusters to pods and jobs. For example, you can track live CPU, memory, and pod usage metrics at the cluster level, or watch for pods that failed to start due to ImagePullBackOff errors. You can easily pivot between resource types using the sidebar menu, which now nests many of them into broader categories (Workloads, Network, Storage, and Access Control).

View Role configurations in Live Containers.

The Access Control category now includes RBAC resources, including Roles, RoleBindings, ClusterRoles, ClusterRoleBindings, and ServiceAccounts. You can click on any of these resource types to view key configuration details for each individual instance. For example, you can see each role’s configured rules (i.e., which resources the role can create, fetch, update, or delete), as well as its cluster and namespace. This information enables you to more easily ensure that each of your roles has the required permissions and that no users have unauthorized access.

You can also select PersistentVolumes (PVs) and PersistentVolumeClaims (PVCs) from the Storage category in order to view configuration details, such as their storage capacity, access modes, reclaim policy, and binding status. This data can help you ensure that your volumes are configured properly (e.g., with the correct access modes and enough allocated storage) and that they are able to successfully bind to their cluster. Or, when you are in the process of removing a volume from one of your clusters, you can monitor that volume’s status and confirm that it’s properly deallocated. If the PVC for that volume remains active, you can use the dropdown in the details panel to check if any pods are still communicating with it when they shouldn’t be.

Visualize your resources’ relationships

In addition to providing support for new resource types, we’ve also added the Related Resources Map to each resource’s details panel. This tool, which visualizes your resources’ dependency relationships and enables you to easily navigate between them, is particularly useful for onboarding new team members who need to quickly learn the architecture of complex Kubernetes deployments.

View your ClusterRoles’ relevant RoleBindings.

The map can also help you answer a number of common troubleshooting questions. For example, when viewing a Role or ClusterRole on the map, you can immediately see each of its associated bindings (as shown in the screenshot above). This helps you understand whether or not the correct access control permissions for a cluster are properly allocated without having to leave Datadog and manually dig through YAML files. You can also use the map to spot problematic configurations, such as a service account that was improperly given cluster-level admin privileges.

The map can also help you sanity-check that your pods are properly associated with a Kubernetes service. Each service is configured with a label selector, which targets specific pods that will receive a stable IP address. This IP address facilitates consistent communication across a cluster, even as pods scale up and down. A pod that is incorrectly labeled will not be connected to a service, which means it won’t be able to communicate with other pods or external services. If a pod is properly connected to a service, the Related Resources Map will visualize the link between them, as shown in the screenshot below.

Use the map to ensure your services are properly connected to pods.

Seamlessly navigate through your Kubernetes infrastructure

Datadog Live Containers offers curated views for every layer of your Kubernetes applications, and it now includes support for RBAC and storage resources. We’ve also added the Related Resources Map to help you easily navigate through your resources’ dependency relationships. This empowers every engineer in your organization to effectively own the operation and maintenance of your complex containerized workloads—and reduces the time needed to surface and resolve critical issues.

Live Containers is generally available for all Infrastructure Monitoring customers, and the Related Resources Map is currently in public beta. For more information, see our documentation. To learn more about safely scaling Kubernetes systems, check out this recent talk from John Kendall, Datadog’s Senior Product Manager for containers. Or, if you’re brand new to Datadog, you can get started with a free trial.