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

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
Recent Announcements
Recent Announcements
L
LangChain Blog
B
Blog
阮一峰的网络日志
阮一峰的网络日志
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
D
Docker
WordPress大学
WordPress大学
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
博客园 - 叶小钗
Last Week in AI
Last Week in AI
Stack Overflow Blog
Stack Overflow Blog
有赞技术团队
有赞技术团队
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MongoDB | Blog
MongoDB | Blog
博客园 - Franky

Apptio

How IBM Apptio Delivers Data Center Value in the Age of AI - Apptio Managing K8s Agent Updates at Scale with Helm and Terraform - Apptio GitOps with IBM Kubecost: Preventing Argo CD Rollbacks - Apptio GitOps with IBM Kubecost: API-Driven Rightsizing - Apptio It’s Here: Meet the New IBM Apptio Report Studio – A Faster, More Intuitive Approach to Reporting - Apptio New Tech, Same Rules: Cloud Lessons for an AI Advantage - Apptio IBM Cloudability Advanced Containers for Kubernetes FinOps - Apptio The Next Era of IT Financial Management Reporting with the New IBM Apptio Report Studio - Apptio From Guesswork to Confidence: Introducing Intelligent Forecasting for Tech Spend Planning - Apptio Smarter Technology Spend with AI-Driven Financial Intelligence - Apptio Budgets Are Up, Confidence Isn't: 2026 Global Tech Investment Insights - Apptio IBM Kubecost 3.1: Kubernetes Resource Quota Rightsizing - Apptio Driving FinOps Forward in 2025 and Beyond - Apptio ITFM Maturity: The Next CIO Imperative in the Age of Innovation - Apptio How Banks Can Optimize IT Spend Without Sacrificing Impact - Apptio Introducing IBM Apptio Product TCO: Turn Product Spend into Strategic Investments with Clear, End-to-End Total Cost of Ownership and Unit Costs: Creating a Strategic Lens for IT Investment Decisions - Apptio Workforce Management: The Engine of Strategic Portfolio Management - Apptio FinOps for AI: Enabling the Next Wave of Cloud Innovation - Apptio IBM Kubecost 3.0: Faster, Smarter, and Built for Scale - Apptio Introducing IBM Apptio Mainframe TCO: Complete Visibility into Mainframe Costs and Usage - Apptio Essential K8s Cost Metrics for Reducing Spend - Apptio The New Standard for Strategic Portfolio Management: Financial Visibility at Every Level - Apptio K8s Cost Ownership: Who’s Responsible and How to Make It Work - Apptio Kubecost 2.8: Centralized Custom Pricing and a Big Performance Leap with ClickHouse - Apptio Unlock the Power of IT Financial Management with IBM Apptio Essentials - Apptio Full Transparency for Smart AI Investments with IBM Apptio’s AI Total Cost of Ownership & Usage - Apptio What’s New in IBM Apptio Planning - Apptio Labeling in Kubernetes: From Metadata to Money-Saving Insights - Apptio Innovative Approaches to Drive Tech Spend Management with AI, Analytics, and Automation - Apptio
Visualize your Kubernetes Network Costs - Apptio
Mike Miller · 2024-04-23 · via Apptio

For many, Kubernetes networking costs can be a black box leading to unnecessary money spent on networking. Now, with Kubecost you can easily visualize what is incurring network costs across your infrastructure!

Once you have multiple Kubernetes workloads or clusters, it can be really difficult to untangle network spend to understand what resources or workloads are driving it without a tool like Kubecost. If you’ve ever experienced a spike in your networking costs, you know how long and challenging it can be to diagnose and then resolve this anomalous spend—all the while you are continuing to waste money with higher-than-required network costs.

Kubecost 2.0’s new Network Cost Monitoring provides teams with a topology view into your networking spend across Kubernetes environments, workloads, and cloud services. This allows you to easily determine if your networking costs are unnecessarily high due to something like cross availability zone (AZ) pod traffic. The network monitoring graph gives you the ability to instantly see what is driving your networking spend and allows you to drill in on the resources so you can uncover any issues.

Network Costs

Getting started with Network Monitoring

Network Monitoring is available for free to all versions of Kubecost; installing Kubecost is easy, and it can be set up in minutes. Network Monitoring is powered via Kubecost’s network costs daemonSet which uses source and destination details to determine egress and ingress data transfers by pod. The network costs daemonSet can be enabled through the following Helm install command, where cloud provider service configs are set to ‘true’ to enable labeling traffic metrics:

$ helm install kubecost cost-analyzer \
    --repo https://kubecost.github.io/cost-analyzer/ \
    --namespace kubecost --create-namespace \
    --set networkCosts.enabled=true
    --set networkCosts.config.services.amazon-web-services=True
    --set networkCosts.config.services.google-cloud-services=True
    --set networkCosts.config.services.azure-cloud-services=True

You can then find Network Monitoring in the left navigation of the Kubecost UI by selecting Monitor > Network.

If you are using our free Amazon EKS Optimized tier, you can leverage Kubecost’s new Network Monitoring across all of your clusters at any scale.

How to use Network Monitoring

Network Monitoring provides an interactive map that visualizes the relationships between your Kubernetes resources (namespaces, pods, and clusters) in blue, and your external services (e.g. S3, EC2, internet, etc.) in green. Selecting a graph node will display total costs, including ingress and egress costs. Additionally, you can drill down into individual graph nodes to inspect the costs connected to that entity.

Network Monitoring displays the cross-zone, cross-region, and internet network traffic across all monitored clusters and environments in your infrastructure, assuming they have incurred any network costs. Kubecost supports on-premise clusters as well as clusters from the major cloud providers (AWS, GCP, and Azure).

Network Monitoring also allows you to select a range of time windows, aggregate, and filter cost data so that you can customize your view to examine network costs for specific business contexts (i.e. teams, applications, etc.).

For example, if you want to see all the network costs associated with the Kubecost product, you can set your filter to: Pod contains ‘Kubecost’. This will update the page to only show network traffic associated with pods whose name contains ‘Kubecost’. You can then aggregate by namespace to see which external services Kubecost pods send or receive traffic from.

To learn about all the major functionality of Network Monitoring, you can watch our demo, or delve into our documentation on the feature.

Watch the video

Additionally, you can check out Network Costs Configuration doc for advanced configuration help, including labeling traffic metrics from your cloud provider service endpoints, scraping metrics from a custom Prometheus instance, or setting the log level.

What’s next

We’re just getting started on Network Monitoring! Below are some things we have planned, but we’d love your input on other enhancements you’d like to see!

  • Additional aggregation and filter options
  • Deep integration with our new anomaly detection experience
  • Inline optimization insights based on managing spend
  • Robust API Support

Send your suggestions, questions, or feedback to team-kubecost@ibm.com, or join our Slack community!