add pixie package

Signed-off-by: Michelle Nguyen <michellenguyen@pixielabs.ai>
pull/408/head
Michelle Nguyen 2022-05-03 10:40:20 -07:00
parent f172c48918
commit 413146d6cb
No known key found for this signature in database
GPG Key ID: 6FA7EBC151D212EA
4 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Pixie
Pixie is an open source observability tool for Kubernetes applications. Use Pixie to view the high-level state of your cluster (service maps, cluster resources, application traffic) and also drill-down into more detailed views (pod state, flame graphs, individual full-body application requests).
Three features enable Pixie's magical developer experience:
- **Auto-telemetry:** Pixie uses eBPF to automatically collect telemetry data such as full-body requests, resource and network metrics, application profiles, and more. See the full list of data sources [here](https://docs.px.dev/about-pixie/data-sources/).
- **In-Cluster Edge Compute:** Pixie collects, stores and queries all telemetry data locally in the cluster. Pixie uses less than 5% of cluster CPU, and in most cases less than 2%.
- **Scriptability:** [PxL](https://docs.px.dev/reference/pxl/), Pixies flexible Pythonic query language, can be used across Pixies UI, CLI, and client APIs.
## Prerequisites
You must have either:
- You need to have a Pixie account and deployment key on [Community Cloud for Pixie](https://withpixie.ai).
- Or a Pixie account and deployment key on a [self-hosted Pixie Cloud](https://docs.px.dev/installing-pixie/install-guides/self-hosted-pixie/).

View File

@ -0,0 +1,8 @@
questions:
- variable: deployKey
default: ""
required: true
type: password
label: Pixie Deploy Key
group: Deploy Settings
description: Your Pixie deploy key. This can be generated through the Pixie CLI (px deploy-key create) or in Pixie's admin UI.

View File

@ -0,0 +1,17 @@
--- charts-original/Chart.yaml
+++ charts/Chart.yaml
@@ -2,3 +2,14 @@
name: pixie-operator-chart
type: application
version: 0.0.25
+kubeVersion: '>=1.16.0'
+icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/pixie/icon/color/pixie-icon-color.svg
+annotations:
+ catalog.cattle.io/certified: partner
+ catalog.cattle.io/release-name: pixie
+ catalog.cattle.io/display-name: Pixie
+description: Pixie is an open source observability tool for Kubernetes applications. Use Pixie to view the high-level state of your cluster and also drill-down into more detailed views.
+keywords:
+- monitoring
+- metric
+- observability

View File

@ -0,0 +1,2 @@
url: https://storage.googleapis.com/pixie-operator-charts/pixie-operator-chart-0.0.25.tgz
packageVersion: 01