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
Please refer to the [install guides](/installing-pixie/install-guides/) for information on how to install Pixie to your K8s cluster.
11
17
12
18
## Kubernetes
13
19
14
20
Kubernetes `v1.16+` is required.
15
21
22
+
The following tables list Kubernetes environments that have been tested with Pixie.
23
+
24
+
<Alertvariant="outlined"severity="info">Pixie may work on other K8s environments. If you find an unlisted K8s environment that works well, please let us know by opening a GitHub issue or by creating a pull request that updates <ahref="https://github.com/pixie-io/docs.px.dev/blob/main/content/en/02-installing-pixie/01-requirements.md">this doc</a>.</Alert>
25
+
16
26
### Production Environments
17
27
18
28
| K8s Environment | Support |
@@ -43,25 +53,6 @@ For local development, we recommend using Minikube with a VM driver (`kvm2` on L
| 1GiB | To accommodate application pods, we recommend using no more than 25% of the nodes' total memory for Pixie. |
53
-
54
-
Pixie deploys its PEMs as a DaemonSet on your cluster in order to collect and store telemetry data. The default memory limit is 2Gi per PEM. The lowest recommended value is 1Gi per PEM. For more information on how to configure Pixie's memory usage, see the [Tuning Memory Usage](/reference/admin/tuning-mem-usage/) page.
55
-
56
-
## CPU
57
-
58
-
Pixie requires an `x86-64` architecture.
59
-
60
-
|| Support |
61
-
| :------ | :---------------- |
62
-
| x86-64 | Supported |
63
-
| ARM | Not supported |
64
-
65
56
## Operating System
66
57
67
58
Pixie runs on Linux nodes only. You can configure Pixie to [deploy to a subset of the nodes](/reference/admin/deploy-options#deploy-pixie-to-a-subset-of-nodes) in your cluster.
@@ -71,20 +62,38 @@ Pixie runs on Linux nodes only. You can configure Pixie to [deploy to a subset o
71
62
| Linux | Supported | v4.14+ |
72
63
| Windows | Not Supported | Not in roadmap |
73
64
74
-
### Linux Distributions
65
+
### Linux Distribution
75
66
76
-
The following is a list of Linux distributions that have been tested.
67
+
The following table lists Linux distributions that are known to work with Pixie.
77
68
78
69
|| Version |
79
70
|:----------- | :------------------- |
80
-
|Ubuntu|18.04+|
71
+
|CentOS|7.3+ |
81
72
| Debian | 10+ |
82
-
| RHEL | 8+ |
83
-
| CentOS | 7.3+ |
84
-
85
-
Pixie may also work on other distributions.
73
+
| RedHat Enterprise Linux | 8+ |
74
+
| Ubuntu | 18.04+ |
86
75
87
76
<Alertvariant="outlined"severity="info">We recommended that Linux headers be installed on a cluster's nodes.</Alert>
77
+
<Alertvariant="outlined"severity="info">Pixie may also work on other distributions. If you find an unlisted Linux distribution that works well, please let us know by opening a GitHub issue or by creating a pull request that updates <ahref="https://github.com/pixie-io/docs.px.dev/blob/main/content/en/02-installing-pixie/01-requirements.md">this doc</a>.</Alert>
| 1GiB | To accommodate application pods, we recommend using no more than 25% of the nodes' total memory for Pixie. |
95
+
96
+
Pixie deploys its PEMs as a DaemonSet on your cluster in order to collect and store telemetry data. The default memory limit is 2Gi per PEM. The lowest recommended value is 1Gi per PEM. For more information on how to configure Pixie's memory usage, see the [Tuning Memory Usage](/reference/admin/tuning-mem-usage/) page.
0 commit comments