Evolving Container Cost Visibility with IBM Cloudability

IBM Cloudability’s Container Insights 2.0 features customizable dashboards, treemap exploration, and new allocation constructs and efficiency metrics.

Kubernetes usage on public cloud continues to grow and deliver benefits across many organizations, especially driven by innovation in managed service offerings by the public cloud providers. However, being a specialized virtualization technology does lead to several unique FinOps challenges related to financial accountability and eliminating waste.

With this in mind, we are excited to announce Container Insights 2.0, a set of important enhancements to IBM Cloudability that represent an evolution in container cost management.

A Unique Set of FinOps Challenges

Now a widely adopted discipline, FinOps emerged to bring financial governance to the variable, consumption-based spend model of public cloud. By holding teams financially accountable it became possible to take advantage of provisioning flexibility while mitigating the risk of uncontrolled costs.

At the heart of this is taking consolidated billing data, programmatically mapping each cost item – typically representing the cost of a resource per hour – to internal teams, and then making this information visible to everyone. So, what unique challenges does Kubernetes and containerization bring to this process?

Kubernetes clusters are each their own cloud implementing their own virtualization, making you responsible for several additional concerns. Instead of regular IaaS/PaaS where you are dealing with resources like individual VMs and databases, which are typically single tenant, you must deal with multi-tenant environments which aren’t represented natively in the billing data.

  Regular IaaS/PaaS Kubernetes
Virtualization Layer Hardware Operating System
Infrastructure Responsibility Public Cloud Vendors You
Resource Ownership Single Tenant Multi-Tenant
Billing Source Vendor Exports Requires work
Charging Concept VMs, Databases, Volumes Requires work

The first hurdle to overcome in the context of cost management is determining the cost of each Kubernetes cluster – the cloud you are responsible for – with each one potentially backed by thousands of ephemeral VMs and volumes – resources that are represented in vendor bills.

The next, and far more significant hurdle, is establishing a way to tie consumption of each cluster to your teams and applications, and then associating a cost to this consumption. This necessitates tooling that can reach inside the Kubernetes world and apply complex logic – not something that can be expected of the cloud vendors.

A Rich History in Container Cost Management

From day one, IBM Cloudability has been focused on bringing financial accountability to all corners of cloud spend. In 2020, this led to Cloudability being the first solution on the market to offer fully integrated container cost management.

An opensource metrics agent can be easily installed across AWS, Azure, GCP or OCI Kubernetes deployments, delivering out-of-the-box cost visibility within the dedicated Container Insights feature and within core analytics. Behind the scenes, the agent maps the resources backing each cluster, pulls the relevant cost data from the billing exports, and then splits these cluster-level costs so they can be allocated back to the tenants.

This splitting was initially done using two cost allocation-friendly constructs: Namespace for “vertical scoping” – comparable to AWS accounts and Azure subscriptions – and Labels for “horizontal scoping” – comparable to resource tags. The most obvious means of doing these splitting calculations was based on how much CPU and memory each container consumed. But there is no official “rate card” for CPU and memory or natural means to weigh them against each other since these are just resources within each VM.

IBM Cloudability solved this problem by analyzing how cloud providers set their prices across VM families, and then give each family a specific CPU and memory weighting.

container cost weightings 1 - Evolving Container Cost Visibility with IBM Cloudability - Apptio
Figure 1: Example VM types, their resource weightings and allocatable hourly costs

While this provided an accurate cost allocation, we received feedback that it was difficult to understand why a specific Namespace or Label value was allocated a specific amount.

In response, we added “Resource Contribution” cost visibility to Container Insights.

containers resource costs - Evolving Container Cost Visibility with IBM Cloudability - Apptio
Figure 2: Visualizing the resource usage and cost across “app” labels

An Evolution in Cost Visibility with Container Insights 2.0

Now, we’re bringing a new level of visibility with IBM Cloudability’s Container Insights 2.0 by introducing:

  • New exploration options with customizable dashboards and treemap functionality
  • More allocation constructs for increased visibility
  • Two powerful efficiency metrics to aid in eliminating waste

Personalize Your Insights with Customizable Dashboards

Now you can create your own dashboards within the Container Insights feature. Every user starts with their own default dashboard, providing some great example KPIs and charts. We encourage all our users to create their own dashboards, choosing from different widget types and zeroing in on the data most relevant to them.

All dashboards are supported by the main pivot table at the bottom, providing an entry point for deeper exploration and our new treemap functionality.

container dashboard small screen 1 - Evolving Container Cost Visibility with IBM Cloudability - Apptio
Figure 3: Example personalized dashboard

Visibility into Workloads, Containers and Nodes via Treemap

Users can navigate to our new treemap functionality, either contextually through the main pivot table or via the dedicated tab at the top. The treemap functionality makes it simple to understand key relationships – such as what Namespaces exist within a cluster, the workloads these are composed of, and what containers make up each workload – and includes full information about the nodes – or VMs in the case of public cloud – that back this infrastructure.

container treemap small screen 1 - Evolving Container Cost Visibility with IBM Cloudability - Apptio
Figure 4: Treemap view, drilled down to containers

Bringing visibility to underlying Workloads, Containers and Nodes is an important component of the Container Insights 2.0 launch, going beyond the typical allocation constructs of Namespaces and Labels. This will help engineers and FinOps practitioners better understand the makeup of their clusters and simplify optimization analysis.

Two Powerful Efficiency Metrics

Throughout Container Insights 2.0 there are two new metrics that can be used at all layers (e.g., at Cluster, Namespace, or Node level) to quickly indicate efficiency and guide optimization actions.

  1. Efficiency Score
    You can think of the new Efficiency Score as resource allocation efficiency, as in what percentage of the underlying resources (CPU, memory etc) from a cost perspective have been allocated to workloads. This allocation is calculated based on a combination of resource requests and measured usage. Low efficiency scores indicate excessive headroom, with large amounts of provisioned resources not tied to underlying workloads. Common causes are an excessive number of nodes (VMs in this case) within a cluster or poor workload placement (leading to localized inefficiency).
  1. Utilization Score
    The new Utilization Score, on the other hand, is a KPI which measures the resource efficiency within the allocated spend. It lets you know what percentage of these allocated resources, measured via cost impact, are being consumed versus being idle. This metric is particularly useful for application engineers as it highlights how optimized individual containers are. Having containers with excessive request settings will lead to wastage across clusters and a poor Utilization Score.

The Container Cost Visibility Your FinOps Program Needs

With Kubernetes usage growing by the day, it’s never been more important for FinOps teams to have the tools and processes that enable them to understand this spend at a granular level and know exactly where waste is accumulating. Stay tuned as the IBM Cloudability team continues to innovate in this space, helping customers tackle their Kubernetes goals.

Not already a customer? Sign up for a free trial today to see how we can help you.

Additional Resources