You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/inputs/kube_inventory/README.md
+53-46Lines changed: 53 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,25 @@
1
1
# Kube_Inventory Plugin
2
+
2
3
This plugin generates metrics derived from the state of the following Kubernetes resources:
3
-
- daemonsets
4
-
- deployments
5
-
- nodes
6
-
- persistentvolumes
7
-
- persistentvolumeclaims
8
-
- pods (containers)
9
-
- statefulsets
4
+
5
+
- daemonsets
6
+
- deployments
7
+
- nodes
8
+
- persistentvolumes
9
+
- persistentvolumeclaims
10
+
- pods (containers)
11
+
- statefulsets
12
+
13
+
Kubernetes is a fast moving project, with a new minor release every 3 months. As
14
+
such, we will aim to maintain support only for versions that are supported by
15
+
the major cloud providers; this is roughly 4 release / 2 years.
16
+
17
+
**This plugin supports Kubernetes 1.11 and later.**
10
18
11
19
#### Series Cardinality Warning
12
20
13
21
This plugin may produce a high number of series which, when not controlled
14
-
for, will cause high load on your database. Use the following techniques to
22
+
for, will cause high load on your database. Use the following techniques to
15
23
avoid cardinality issues:
16
24
17
25
- Use [metric filtering][] options to exclude unneeded measurements and tags.
@@ -61,6 +69,7 @@ avoid cardinality issues:
61
69
#### Kubernetes Permissions
62
70
63
71
If using [RBAC authorization](https://kubernetes.io/docs/reference/access-authn-authz/rbac/), you will need to create a cluster role to list "persistentvolumes" and "nodes". You will then need to make an [aggregated ClusterRole](https://kubernetes.io/docs/reference/access-authn-authz/rbac/#aggregated-clusterroles) that will eventually be bound to a user or group.
0 commit comments