Browse Source

Update README.md

Webb Brown 6 years ago
parent
commit
d298ebc83f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -68,7 +68,7 @@ Kubernetes.
 
 The Kubecost model collects pricing data from major cloud providers, e.g. GCP, Azure and AWS, to provide the real-time cost of running workloads. Based on data from these APIs, each container/pod inherits a cost per CPU-hour, GPU-hour, Storage Gb-hour and cost per RAM Gb-hour based on the node where it was running or the class of storage provisioned. This means containers of the same size, as measured by the max of requests or usage, could be charged different resource rates if they are scheduled in seperate regions, on nodes with different usage types (on-demand vs preemptible), etc. 
 
-For on-prem clusters, these resource prices can be configred directly with custom pricing sheets (more below).
+For on-prem clusters, these resource prices can be configured directly with custom pricing sheets (more below).
 
 Measuring the CPU/RAM/GPU cost of a deployment, service, namespace, etc is the aggregation of its individual container costs.