-
Notifications
You must be signed in to change notification settings - Fork 500
/
Copy pathcost.yaml
70 lines (68 loc) · 2.31 KB
/
cost.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: cost
spec:
version: v0.6.2
shortDescription: View cluster cost information
description: |
Uses Kubecost's API to gather and format cluster cost information broken
down by various aggregations like namespace, deployment, and label.
Kubecost is a cluster-side daemon that tracks the real cost of Kubernetes
resources by combining resource utilization monitoring with your provider's
cost data. Kubecost support GCP/GKE, AWS/EKS, Azure/AKS, and custom
(including on-prem) "providers" via user-specified pricing sheets.
Website: https://www.kubecost.com/
caveats: |
Requires Kubecost (a cluster-side daemon) to be installed in your cluster.
See https://www.kubecost.com/install for installation instructions.
homepage: https://github.com/kubecost/kubectl-cost
platforms:
- bin: kubectl-cost
uri: https://github.com/kubecost/kubectl-cost/releases/download/v0.6.2/kubectl-cost-darwin-amd64.tar.gz
sha256: 79686d39d43ad3c7e2c4f004a97990c0ed02b84f1a2c0510fc051a34134a055e
files:
- from: kubectl-cost
to: .
- from: LICENSE
to: .
selector:
matchLabels:
os: darwin
arch: amd64
- bin: kubectl-cost
uri: https://github.com/kubecost/kubectl-cost/releases/download/v0.6.2/kubectl-cost-darwin-arm64.tar.gz
sha256: 51e1b20318df54de43ae6bcc9f963aee46a784247b2aa1d97538fa0616fe0ebc
files:
- from: kubectl-cost
to: .
- from: LICENSE
to: .
selector:
matchLabels:
os: darwin
arch: arm64
- bin: kubectl-cost
uri: https://github.com/kubecost/kubectl-cost/releases/download/v0.6.2/kubectl-cost-linux-amd64.tar.gz
sha256: e8ce6e3a62c20e7c2ecf6ad6c1d9306fbdb6ec2693dff4e97e61d758fe67b506
files:
- from: kubectl-cost
to: .
- from: LICENSE
to: .
selector:
matchLabels:
os: linux
arch: amd64
- bin: kubectl-cost.exe
uri: https://github.com/kubecost/kubectl-cost/releases/download/v0.6.2/kubectl-cost-windows-amd64.tar.gz
sha256: 6704a9e33b3bc348117fc2f2c9562c27388c3ec52b921cf128ca5bc62c669816
files:
- from: kubectl-cost
to: kubectl-cost.exe
- from: LICENSE
to: .
selector:
matchLabels:
os: windows
arch: amd64