All Projects → kubecost → Cost Analyzer Helm Chart

kubecost / Cost Analyzer Helm Chart

Licence: apache-2.0
Kubecost helm chart

Labels

Projects that are alternatives of or similar to Cost Analyzer Helm Chart

Helm Charts
Prometheus community Helm charts
Stars: ✭ 962 (+663.49%)
Mutual labels:  mustache
Helm Charts
Helm Charts ⛵ @ Delivery Hero ⭐
Stars: ✭ 75 (-40.48%)
Mutual labels:  mustache
Api2html
Using the data from your API, generate the HTML on the fly! Server-side rendering of the mustache templates
Stars: ✭ 97 (-23.02%)
Mutual labels:  mustache
Elastalert Docker
Simple Dockerfile for building a Kubernetes and Elastalert Helm compatible Docker image.
Stars: ✭ 54 (-57.14%)
Mutual labels:  mustache
Choerodon Front
Choerodon Front is a total front-end of Choerodon that combines Choerodon IAM and Choerodon DevOps.
Stars: ✭ 62 (-50.79%)
Mutual labels:  mustache
Otomi Core
Otomi Container Platform, a suite of integrated best of breed open source tools combined with automation & self service, all wrapped together and made available as an enterprise ready and single deployable solution
Stars: ✭ 84 (-33.33%)
Mutual labels:  mustache
Mustache
A simple Mustache parser/evaluator for Swift
Stars: ✭ 20 (-84.13%)
Mutual labels:  mustache
Helmchart
Helm chart for kubernetes deployments
Stars: ✭ 104 (-17.46%)
Mutual labels:  mustache
Mustache4dart
mustache implementation for Dart
Stars: ✭ 71 (-43.65%)
Mutual labels:  mustache
Helm Charts
Contains Helm charts for Kubernetes related open source tools
Stars: ✭ 95 (-24.6%)
Mutual labels:  mustache
Charts
Community managed Helm charts for running Falco with Kubernetes
Stars: ✭ 55 (-56.35%)
Mutual labels:  mustache
Mustache
Mustache templating language in Go
Stars: ✭ 57 (-54.76%)
Mutual labels:  mustache
Helm Charts
Kubernetes Helm Charts for the Center for Open Science
Stars: ✭ 88 (-30.16%)
Mutual labels:  mustache
K8s Minecraft
Running a Minecraft server in Kubernetes
Stars: ✭ 37 (-70.63%)
Mutual labels:  mustache
Scriban
A fast, powerful, safe and lightweight scripting language and engine for .NET
Stars: ✭ 1,360 (+979.37%)
Mutual labels:  mustache
Pomerium Helm
Official helm charts for Pomerium.
Stars: ✭ 32 (-74.6%)
Mutual labels:  mustache
Template Mustache
Drawing Mustaches on Perl, for fun and profit
Stars: ✭ 82 (-34.92%)
Mutual labels:  mustache
Svg Sprite
SVG sprites & stacks galore — A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.)
Stars: ✭ 1,648 (+1207.94%)
Mutual labels:  mustache
Project Init
Project templates in rust
Stars: ✭ 104 (-17.46%)
Mutual labels:  mustache
Helm Charts
Helm Charts for Jaeger backend
Stars: ✭ 94 (-25.4%)
Mutual labels:  mustache

Kubecost helm chart

Helm chart for the Kubecost project, which is created to monitor and manage Kubernetes resource spend. Please contact [email protected] or visit kubecost.com for more info.

While Helm is the recommended install path, these resources can also be deployed with the following command:

kubectl apply -f https://raw.githubusercontent.com/kubecost/cost-analyzer-helm-chart/master/kubecost.yaml --namespace kubecost


The following table lists the commonly used configurable parameters of the Kubecost Helm chart and their default values.

Parameter Description Default
global.prometheus.enabled If false, use an existing Prometheus install. More info. true
prometheus.kubeStateMetrics.enabled If true, deploy kube-state-metrics for Kubernetes metrics true
prometheus.kube-state-metrics.resources Set kube-state-metrics resource requests and limits. {}
prometheus.server.persistentVolume.enabled If true, Prometheus server will create a Persistent Volume Claim. true
prometheus.server.persistentVolume.size Prometheus server data Persistent Volume size. Default set to retain ~6000 samples per second for 15 days. 32Gi
prometheus.server.retention Determines when to remove old data. 15d
prometheus.server.resources Prometheus server resource requests and limits. {}
prometheus.nodeExporter.resources Node exporter resource requests and limits. {}
prometheus.nodeExporter.enabled prometheus.serviceAccounts.nodeExporter.create If false, do not crate NodeExporter daemonset. true
prometheus.alertmanager.persistentVolume.enabled If true, Alertmanager will create a Persistent Volume Claim. true
prometheus.pushgateway.persistentVolume.enabled If true, Prometheus Pushgateway will create a Persistent Volume Claim. true
persistentVolume.enabled If true, Kubecost will create a Persistent Volume Claim for product config data. true
persistentVolume.size Define PVC size for cost-analyzer 0.2Gi
persistentVolume.dbSize Define PVC size for cost-analyzer's flat file database 32.0Gi
ingress.enabled If true, Ingress will be created false
ingress.annotations Ingress annotations {}
ingress.paths Ingress paths ["/"]
ingress.hosts Ingress hostnames [cost-analyzer.local]
ingress.tls Ingress TLS configuration (YAML) []
networkPolicy.enabled If true, create a NetworkPolicy to deny egress false
networkCosts.enabled If true, collect network allocation metrics More info false
networkCosts.podMonitor.enabled If true, a PodMonitor for the network-cost daemonset is created false
serviceMonitor.enabled Set this to true to create ServiceMonitor for Prometheus operator false
serviceMonitor.additionalLabels Additional labels that can be used so ServiceMonitor will be discovered by Prometheus {}
prometheusRule.enabled Set this to true to create PrometheusRule for Prometheus operator false
prometheusRule.additionalLabels Additional labels that can be used so PrometheusRule will be discovered by Prometheus {}
grafana.resources Grafana resource requests and limits. {}
grafana.sidecar.datasources.defaultDatasourceEnabled Set this to false to disable creation of Prometheus datasource in Grafana true
serviceAccount.create Set this to false if you want to create the service account kubecost-cost-analyzer on your own true
tolerations node taints to tolerate []
affinity pod affinity {}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].