{"repo":"pixie-io/pixie","free":true,"listed":false,"github":"https://github.com/pixie-io/pixie","clone":"git clone https://github.com/pixie-io/pixie.git","description":"Instant Kubernetes-Native Application Observability","language":"C++","stars":6514,"topics":["aks","apache-arrow","cloud-native","cncf","distributed-systems","ebpf","eks","gke","golang","kubernetes","machine-learning","metrics","minikube","monitoring","observability","pandas","pixie","px","px-run","vega"],"license":"Apache-2.0","category":"observability_platform","readme_excerpt":"[![Pixie!](./.readme_assets/pixie-horizontal-color.png)](https://px.dev)\n\n<br>\n\n[![Docs](https://img.shields.io/badge/docs-latest-blue)](https://docs.px.dev)\n[![Slack](https://slackin.px.dev/badge.svg)](https://slackin.px.dev)\n[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/pixie_run.svg?style=social&label=Follow%20%40pixie_run)](https://twitter.com/pixie_run)\n[![Mentioned in Awesome Kubernetes](https://awesome.re/mentioned-badge.svg)](https://github.com/ramitsurana/awesome-kubernetes)\n[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)\n[![Build Status](https://github.com/pixie-io/pixie/actions/workflows/build_and_test.yaml/badge.svg?branch=main)](https://github.com/pixie-io/pixie/actions/workflows/build_and_test.yaml)\n[![codecov](https://codecov.io/gh/pixie-io/pixie/branch/main/graph/badge.svg?token=UG7P3QE5PQ)](https://codecov.io/gh/pixie-io/pixie)\n[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B26327%2Fgithub.com%2Fpixie-io%2Fpixie.svg?type=shield)](https://app.fossa.com/projects/custom%2B26327%2Fgithub.com%2Fpixie-io%2Fpixie?ref=badge_shield)\n[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/pixie-operator)](https://artifacthub.io/packages/olm/community-operators/pixie-operator)\n[![Go Report Card](https://goreportcard.com/badge/px.dev/pixie)](https://goreportcard.com/report/px.dev/pixie)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5027/badge)](https://bestpractices.coreinfrastructure.org/projects/5027)\n[![CLOMonitor](https://img.shields.io/endpoint?url=https://clomonitor.io/api/projects/cncf/pixie/badge)](https://clomonitor.io/projects/cncf/pixie)\n[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/pixie-io/pixie/badge)](https://api.securityscorecards.dev/projects/github.com/pixie-io/pixie)\n\n<br>\n\nPixie 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).\n\n## Why Pixie?\n\nThree features enable Pixie's magical developer experience:\n\n- **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/).\n\n- **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%.\n\n- **Scriptability:** [PxL](https://docs.px.dev/reference/pxl/), Pixie’s flexible Pythonic query language, can be used across Pixie’s UI, CLI, and client APIs.\n\n## Use Cases\n\n### Network Monitoring\n\n<img src=\".readme_assets/net_flow_graph.png\" alt=\"Network Flow Graph\" width=\"525\" align=\"right\">\n\n<br>\n\nUse Pixie to monitor your network, including:\n\n- The flow of network traffic within your cluster.\n- The flow of DNS requests within your cluster.\n- Individual full-body DNS requests and responses.\n- A Map of TCP drops and TCP retransmits across your cluster.\n\n<br>\n\nFor more details, check out the [tutorial](https://docs.px.dev/tutorials/pixie-101/network-monitoring/) or [watch](https://youtu.be/qIxzIPBhAUI) an overview.\n\n<br clear=\"all\">\n\n### Infrastructure Health\n\n<img src=\".readme_assets/nodes.png\" alt=\"Infrastructure Monitoring\" width=\"525\" align=\"right\">\n\n<br>\n\nMonitor your infrastructure alongside your network and application layer, including:\n\n- Resource usage by Pod, Node, Namespace.\n- CPU flame graphs per Pod, Node.\n\n<br>\n\nFor more details, check out the [tutorial](https://docs.px.dev/tutorials/pixie-101/infra-health/) or [watch](https://youtu.be/2dFIpiBryu8) an overview.\n\n<br clear=\"all\">\n\n### Service Performance\n\n<img src=\".readme_assets/service.png\" alt=\"Service Performance\" width=\"525\" align=\"right\">\n\n<br>\n\nPixie automatically traces a [variety of protocols](https://docs.px.dev/about-pixie/data-sources/). Get immediate visibility into the health of your services, including:\n\n- The flow of traffic between your services.\n- Latency per service and endpoint.\n- Sample of the slowest requests for an individual service.\n\n<br>\n\nFor more details, check out the [tutorial](https://docs.px.dev/tutorials/pixie-101/service-performance/) or [watch](https://youtu.be/Rex0yz_5vwc) an overview.\n\n<br clear=\"all\">\n\n### Database Query Profiling\n\n<img src=\".readme_assets/sql_query.png\" alt=\"Database Query Profilling\" width=\"525\" align=\"right\">\n\n<br>\n\nPixie automatically traces several different [database protocols](https://docs.px.dev/about-pixie/data-sources/#supported-protocols). Use Pixie to monitor the performance of your database requests:\n\n- Latency, error, and throughput (LET) rate for all pods.\n- LET rate per normalized query.\n- Latency per individual full-body query.\n- Individual full-body requests and responses.\n\n<br>\n\nFor more details, check out the [tutorial](https://docs.px.dev/tutorials/pixie-101/database-query-profiling/) or [watch](https://youtu.be/5NkU--hDXRQ) an overview.\n\n<br clear=\"all\">\n\n### Request Tracing\n\n<img src=\".readme_assets/http_data_filtered.png\" alt=\"Request Tracing\" width=\"525\" align=\"right\">\n\n<br>\n\nPixie makes debugging this communication between microservices easy by providing immediate and deep (full-body) visibility into requests flowing through your cluster. See:\n\n- Full-body requests and responses for [supported protocols](https://docs.px.dev/about-pixie/data-sources/#supported-protocols).\n- Error rate per Service, Pod.\n\n<br>\n\nFor more details, check out the [tutorial](https://docs.px.dev/tutorials/pixie-101/request-tracing/) or [watch](https://youtu.be/Gl0so4rbwno) an overview.\n\n<br clear=\"all\">\n\n### Continuous Application Profiling\n\n<img src=\".readme_assets/pod_flamegraph.png\" alt=\"Continuous Application Profiling\" width=\"525\" align=\"right\">\n\n<br>\n\nUse Pixie's continuous profiling feature to identify performance issues within application code.\n\n<br>\n\nFor more details, check out the [tutorial](https://docs.px.dev/tutorials/pixie-101/profiler/) or [watch](https://youtu.be/Zr-s3EvAey8) an overview.\n\n<br clear=\"all\">\n\n### Distributed bpftrace Deployment\n\nUse Pixie to deploy a [bpftrace](https://github.com/iovisor/bpftrace) program to all of the nodes in your cluster. After deploying the program, Pixie captures the output into a table and makes the data available to be queried and visualized in the Pixie UI. TCP Drops are pictured. For more details, check out the [tutorial](https://docs.px.dev/tutorials/custom-data/distributed-bpftrace-deployment/) or [watch](https://youtu.be/xT7OYAgIV28) an overview.\n\n### Dynamic Go Logging\n\nDebug Go binaries deployed in production environments without needing to recompile and redeploy. For more details, check out the [tutorial](https://docs.px.dev/tutorials/custom-data/dynamic-go-logging/) or [watch](https://youtu.be/aH7PHSsiIPM) an overview.\n\n<br clear=\"all\">\n\n## Get Started\n\n<img src=\".readme_assets/http_data.svg\" alt=\"Request Tracing\" width=\"525\" align=\"right\">\n\nIt takes just a few minutes to install Pixie. To get started, check out the [Install Guides](https://docs.px.dev/installing-pixie/install-guides/).\n\n<br>\n\nOnce installed, you can interact with Pixie using the:\n\n- [Web-based Live UI](https://docs.px.dev/using-pixie/using-live-ui/)\n- [CLI](https://docs.px.dev/using-pixie/using-cli/)\n- [API](https://docs.px.dev/using-pixie/api-quick-start/)\n\n<br clear=\"all\">\n\n## Get Involved\n\nPixie is a community-driven project; we welcome your contribution! For code contributions, please read our [contribution guide](CONTRIBUTING.md).\n\n- File a [GitHub issue](https://github.com/pixie-io/pixie/issues) to report a bug or request a feature.\n- Join our [Slack](https://slackin.px.dev) for live conversations and quick questions. We are also available on the [CNCF slack](https://slack.cncf.io/app_redirect?channel=pixie\").\n- Follow us on [Twitter](https://twitter.com/pixie_run) and [YouTube](https://www.youtube.com/channel/UCOMCDRvBVNIS0lCyOmst7eg).\n- Add our community meeting [calendar](https://calendar.google.com/calendar/u/0?cid=Y181OTA0Y2ZmNzdhNzdhOGYzMzQxNmNmMjQzODI4ZjY4ZGY5MWMzYzEzZWU3YmQ5NGFjODUzMmRiODg2Y2VjMjkxQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20).\n- Provide feedback on our [roadmap](https://docs.px.dev/about-pixie/roadmap/).\n\n<br clear=\"all\">\n\n## Latest Releases\nWe version separate components of Pixie separately, so what Github shows as the \"latest\" release will only be the latest for one of the components.\nWe maintain links to the latest releases for all components here:\n- [CLI v0.8.8](https://github.com/pixie-io/pixie/releases/tag/release/cli/v0.8.8)<!--cli-latest-release-->\n- [Cloud v0.1.8](https://github.com/pixie-io/pixie/releases/tag/release/cloud/v0.1.8)<!--cloud-latest-release-->\n- [Vizier v0.14.15](https://github.com/pixie-io/pixie/releases/tag/release/vizier/v0.14.15)<!--vizier-latest-release-->\n- [Operator v0.1.7](https://github.com/pixie-io/pixie/releases/tag/release/operator/v0.1.7)<!--operator-latest-release-->\n\n## Changelog\n\nThe changelog is stored in annotated git tags.\n\nFor vizier:\n\n```\ngit for-each-ref refs/tags/release/vizier/$tagname --format='%(tag) %(contents)'\n```\n\nFor the CLI:\n\n```\ngit for-each-ref refs/tags/release/cli/$tagname --format='%(tag) %(contents)'\n```\n\nThese are also published on the [releases](https://github.com/pixie-io/pixie/releases) page.\n\n## Adopters\n\nThe known adopters and users of Pixie are listed [here](ADOPTERS.md).\n\n## Software Bill of Materials\n\nWe publish a list of all the components Pixie depends on and the corresponding\nversions and licenses [here](https://storage.googleapis.com/pixie-dev-public/oss-licenses/latest.json).\n\n## Acknowledgements\n\nThe Pixie project would like to thank [Equinix Metal](https://www.equinix.com/) via the [CNC","default_branch":"main","files":4729,"tree":[".arcconfig",".arclint",".bazel_fix_commands.json",".bazelignore",".bazelproject",".bazelrc",".bazelversion",".clang-format",".clang-tidy",".devbots/needs-triage.yml",".flake8rc",".fossa.yml",".gitattributes",".github/ISSUE_TEMPLATE.md",".github/ISSUE_TEMPLATE/bug_report.md",".github/ISSUE_TEMPLATE/feature_request.md",".github/ISSUE_TEMPLATE/live_view_request.md",".github/ISSUE_TEMPLATE/story.md",".github/ISSUE_TEMPLATE/task.md",".github/PULL_REQUEST_TEMPLATE/blank_template.md",".github/PULL_REQUEST_TEMPLATE/guided_template.md",".github/actions/bazelrc/action.yaml",".github/actions/comment_command/action.yaml",".github/actions/env_protected_pr/action.yaml",".github/actions/gcloud_creds/action.yaml",".github/dependabot.yml",".github/workflows/build_and_test.yaml",".github/workflows/cacher.yaml",".github/workflows/cli_release.yaml",".github/workflows/cloud_release.yaml",".github/workflows/codeql.yaml",".github/workflows/copybara_px_api.yaml",".github/workflows/filename_linter.yaml",".github/workflows/fossa.yaml",".github/workflows/get_image.yaml",".github/workflows/mirror_demos.yaml",".github/workflows/mirror_deps.yaml",".github/workflows/mirror_releases.yaml",".github/workflows/operator_release.yaml",".github/workflows/oss_scorecard.yaml",".github/workflows/perf.yaml",".github/workflows/perf_common.yaml",".github/workflows/pr_3p_deps.yaml",".github/workflows/pr_description_linter.yaml",".github/workflows/pr_genfiles.yml",".github/workflows/pr_linter.yml",".github/workflows/release_update_docs_px_dev.yaml",".github/workflows/release_update_readme.yaml",".github/workflows/trivy_fs.yaml",".github/workflows/trivy_images.yaml",".github/workflows/update_script_bundle.yaml",".github/workflows/vizier_release.yaml",".gitignore",".gitmodules",".golangci.yaml",".graphqlconfig",".groovylintrc.json",".idea/.gitignore",".idea/codeStyles/Project.xml",".idea/codeStyles/codeStyleConfig.xml",".idea/encodings.xml",".idea/go.imports.xml",".idea/inspectionProfiles/Project_Default.xml",".idea/jsLinters/jshint.xml",".idea/modules.xml",".idea/pixielabs.iml",".idea/watcherTasks.xml",".pxl.flake8rc",".readme_assets/http_data.svg",".readme_assets/http_data_filtered.png",".readme_assets/net_flow_graph.png",".readme_assets/nodes.png",".readme_assets/pixie-horizontal-color.png",".readme_assets/pod_flamegraph.png",".readme_assets/service.png",".readme_assets/sql_query.png",".snyk",".vscode/c_cpp_properties.json",".vscode/extensions.json",".vscode/workspace.code-workspace",".yamllint","ADOPTERS.md","AUTHORS","BUILD.bazel","CLA.md","CODEOWNERS","CODE_OF_CONDUCT.md","CONTRIBUTING.md","DEVELOPMENT.md","GOVERNANCE.md","LICENSE","MAINTAINERS","Makefile","OWNERS","README.md","SECURITY.md","WORKSPACE","bazel/BUILD.bazel","bazel/cc_resource.bzl","bazel/cc_toolchains/BUILD.bazel","bazel/cc_toolchains/clang.bzl","bazel/cc_toolchains/clang/BUILD.bazel","bazel/cc_toolchains/clang/libcxx.BUILD","bazel/cc_toolchains/clang/toolchain.BUILD","bazel/cc_toolchains/clang/toolchain_files.BUILD","bazel/cc_toolchains/deps.bzl","bazel/cc_toolchains/gcc.bzl","bazel/cc_toolchains/llvm_libs.bzl","bazel/cc_toolchains/settings.bzl","bazel/cc_toolchains/sysroots/BUILD.bazel","bazel/cc_toolchains/sysroots/build/BUILD.bazel","bazel/cc_toolchains/sysroots/build/sysroot.BUILD","bazel/cc_toolchains/sysroots/debug/BUILD.bazel","bazel/cc_toolchains/sysroots/debug/sysroot.BUILD","bazel/cc_toolchains/sysroots/images.bzl","bazel/cc_toolchains/sysroots/runtime/BUILD.bazel","bazel/cc_toolchains/sysroots/runtime/sysroot.BUILD","bazel/cc_toolchains/sysroots/sysroots.bzl","bazel/cc_toolchains/sysroots/test/BUILD.bazel","bazel/cc_toolchains/sysroots/test/sysroot.BUILD","bazel/cc_toolchains/toolchain_features.bzl","bazel/cc_toolchains/toolchains.bzl","bazel/cc_toolchains/unix_cc_toolchain_config.patch","bazel/cc_toolchains/utils.bzl","bazel/container_images.bzl","bazel/external/BUILD.bazel","bazel/external/antlr4.BUILD","bazel/external/antlr_grammars.BUILD","bazel/external/antlr_grammars.patch","bazel/external/arrow.BUILD","bazel/external/bcc.BUILD","bazel/external/boringssl.patch","bazel/external/bpftrace.BUILD","bazel/external/cereal.BUILD","bazel/external/clickhouse_cpp.BUILD","bazel/external/clickhouse_cpp_boringssl.patch","bazel/external/clickhouse_cpp_system_abseil.patch","bazel/external/concurrentqueue.BUILD","bazel/external/cpp_jwt.BUILD","bazel/external/cpuinfo.patch","bazel/external/csv_parser.BUILD","bazel/external/dnsparser.BUILD","bazel/external/double_conversion.BUILD","bazel/external/elfio.BUILD","bazel/external/farmhash.BUILD","bazel/external/flatbuffers_remove_rules_js_use.patch","bazel/external/grpc-web_protobuf_v30_support.patch","bazel/external/grpc.patch","bazel/external/grpc_go_toolchain.patch","bazel/external/jattach.BUILD","bazel/external/jdk_includes.BUILD","bazel/external/kuberesolver.patch","bazel/external/libarchive.patch","bazel/external/libbpf.BUILD","bazel/external/libpypa.BUILD","bazel/external/libuv.patch","bazel/external/llvm.BUILD","bazel/external/local_dev/BUILD.bazel","bazel/external/local_dev/bcc.BUILD","bazel/external/local_dev/bpftrace.BUILD","bazel/external/mongo_c_driver.BUILD","bazel/external/musl.BUILD","bazel/external/nlohmann_json.BUILD","bazel/external/opentelemetry.BUILD","bazel/external/pgsql_grammar.BUILD","bazel/external/pgsql_grammar.patch","bazel/external/picohttpparser.BUILD","bazel/external/protobuf_gogo_hack.patch","bazel/external/protobuf_javascript.patch","bazel/external/protobuf_text_format.patch","bazel/external/protobuf_warning.patch","bazel/external/rapidjson.BUILD","bazel/external/re2_warning.patch","bazel/external/rules_docker.patch","bazel/external/rules_docker_arch.patch","bazel/external/rules_docker_pusher_cfg.patch","bazel/external/rules_go.patch","bazel/external/sentencepiece.BUILD","bazel/external/sentencepiece.patch","bazel/external/simdutf.BUILD","bazel/external/sole.BUILD","bazel/external/sole.patch","bazel/external/tdigest.BUILD","bazel/external/tensorflow_disable_gpu_bazel_6.x.patch","bazel/external/tensorflow_disable_llvm.patch","bazel/external/tensorflow_disable_mirrors.patch","bazel/external/tensorflow_disable_py.patch","bazel/external/ubuntu_packages/BUILD.bazel","bazel/external/ubuntu_packages/debs.json","bazel/external/ubuntu_packages/packages.bzl","bazel/external/ubuntu_packages/push_ubuntu_debs_to_gcs.py","bazel/external/ubuntu_packages/requirements.bazel.txt","bazel/external/ubuntu_packages/requirements.txt","bazel/external/uriparser.BUILD","bazel/external/xxhash.BUILD","bazel/get_workspace_status.sh","bazel/go_container.bzl","bazel/gogo.bzl","bazel/graal.bzl","bazel/grpc_web.bzl","bazel/images.bzl","bazel/kustomize.bzl","bazel/licenses.bzl","bazel/linux_headers.bzl","bazel/llvm_cmake.bzl","bazel/local_cc.bzl","bazel/pl_bpf_preprocess.bzl","bazel/pl_build_system.bzl","bazel/pl_qemu_kernels.bzl","bazel/pl_workspace.bzl","bazel/proto_compile.bzl","bazel/repositories.bzl","bazel/repository_locations.bzl","bazel/test_runners/BUILD.bazel","bazel/test_runners/qemu_with_kernel/BUILD.bazel","bazel/test_runners/qemu_with_kernel/create_sysroot_disk.sh","bazel/test_runners/qemu_with_kernel/exit_qemu_with_status/BUILD.bazel","bazel/test_runners/qemu_with_kernel/exit_qemu_with_status/exit_qemu_with_status.c","bazel/test_runners/qemu_with_kernel/hostname","bazel/test_runners/qemu_with_kernel/init","bazel/test_runners/qemu_with_kernel/interactive_runner.sh","bazel/test_runners/qemu_with_kernel/launcher.sh","bazel/test_runners/qemu_with_kernel/passwd","bazel/test_runners/qemu_with_kernel/run_qemu.sh","bazel/test_runners/qemu_with_kernel/run_sshd.sh","bazel/test_runners/qemu_with_kernel/runner.bzl","bazel/test_runners/sysroot_chroot/BUILD.bazel","bazel/test_runners/sysroot_chroot/chroot.sh","bazel/test_runners/sysroot_chroot/runner.bzl","bazel/test_runners/sysroot_chroot/setup_unshare.sh","bazel/thrift.bzl","bazel/toolchain_transitions.bzl","bazel/ui.bzl","ci/README.md","ci/artifact_mirrors.yaml","ci/artifact_utils.sh","ci/bazel_build_deps.sh","ci/bes.bazelrc","ci/cli_build_release.sh","ci/cli_merge_sign.sh","ci/cli_upload_signed.sh","ci/cloud_build_release.sh","ci/collect_coverage.sh","ci/cquery_ignore_non_target_and_incompatible.bzl","ci/gcs_utils.sh","ci/github/bazelrc","ci/github/matrix.sh","ci/github/matrix.yaml","ci/gon.hcl","ci/helm_build_release.sh","ci/image_utils.sh","ci/operator_build_release.sh","ci/operator_helm_build_release.sh","ci/run_clang_tidy.sh","ci/run_copybara.sh","ci/save_diff_info.sh","ci/save_version_info.sh","ci/update_artifact_manifest.sh","ci/update_files_with_release_versions.sh","ci/vizier_build_release.sh","codecov.yml","demos/.gitignore","demos/BUILD.bazel","demos/README.md","demos/demo_upload.bzl","demos/finagle/LICENSE","demos/finagle/finagle.yaml","demos/k8ssandra/k8ssandra.yaml","demos/kafka/LICENSE","demos/kafka/kafka.yaml","demos/manifest.json","demos/mongodb/mongodb.yaml","demos/online-boutique/LICENSE","demos/online-boutique/online-boutique.yaml","demos/sock-shop/LICENSE","demos/sock-shop/sock-shop-loadgen.yaml","demos/sock-shop/sock-shop.yaml","docker.properties","go.mod","go.sum","go_deps.bzl","k8s/BUILD.bazel","k8s/README.md","k8s/cloud/BUILD.bazel","k8s/cloud/base/analytics_config.yaml","k8s/cloud/base/api_deployment.yaml","k8s/cloud/base/api_service.yaml","k8s/cloud/base/artifact_config.yaml","k8s/cloud/base/artifact_tracker_deployment.yaml","k8s/cloud/base/artifact_tracker_service.yaml","k8s/cloud/base/auth_deployment.yaml","k8s/cloud/base/auth_service.yaml","k8s/cloud/base/bq_config.yaml","k8s/cloud/base/config_manager_deployment.yaml","k8s/cloud/base/config_manager_service.yaml","k8s/cloud/base/contact_config.yaml","k8s/cloud/base/cron_script_deployment.yaml","k8s/cloud/base/cron_script_service.yaml","k8s/cloud/base/db_config.yaml","k8s/cloud/base/domain_config.yaml","k8s/cloud/base/indexer_config.yaml","k8s/cloud/base/indexer_deployment.yaml","k8s/cloud/base/kuberesolver_role.yaml","k8s/cloud/base/kustomization.yaml","k8s/cloud/base/metrics_deployment.yaml","k8s/cloud/base/ory_auth/hydra/hydra_config.yaml","k8s/cloud/base/ory_auth/hydra/hydra_deployment.yaml","k8s/cloud/base/ory_auth/hydra/hydra_service.yaml","k8s/cloud/base/ory_auth/hydra/kustomization.yaml","k8s/cloud/base/ory_auth/kratos/kratos_config.yaml","k8s/cloud/base/ory_auth/kratos/kratos_deployment.yaml","k8s/cloud/base/ory_auth/kratos/kratos_service.yaml","k8s/cloud/base/ory_auth/kratos/kustomization.yaml","k8s/cloud/base/ory_auth/kustomization.yaml","k8s/cloud/base/ory_auth/oauth_config.yaml","k8s/cloud/base/ory_service_config.yaml","k8s/cloud/base/plugin_deployment.yaml","k8s/cloud/base/plugin_service.yaml","k8s/cloud/base/profile_deployment.yaml","k8s/cloud/base/profile_service.yaml","k8s/cloud/base/project_manager_deployment.yaml","k8s/cloud/base/project_manager_service.yaml","k8s/cloud/base/proxy_deployment.yaml","k8s/cloud/base/proxy_envoy.yaml","k8s/cloud/base/proxy_nginx_config.yaml","k8s/cloud/base/script_bundles_config.yaml","k8s/cloud/base/scriptmgr_config.yaml","k8s/cloud/base/scriptmgr_deployment.yaml","k8s/cloud/base/scriptmgr_service.yaml","k8s/cloud/base/service_config.yaml","k8s/cloud/base/support_access_config.yaml","k8s/cloud/base/tls_config.yaml","k8s/cloud/base/vzconn_deployment.yaml","k8s/cloud/base/vzconn_service.yaml","k8s/cloud/base/vzmgr_deployment.yaml","k8s/cloud/base/vzmgr_service.yaml","k8s/cloud/dev/auth_deployment_patch.yaml","k8s/cloud/dev/bq_config.yaml","k8s/cloud/dev/db_config.yaml","k8s/cloud/dev/indexer_config.yaml","k8s/cloud/dev/kustomization.yaml","k8s/cloud/dev/ory_auth/kustomization.yaml","k8s/cloud/dev/ory_service_config.yaml","k8s/cloud/dev/plugin_db_updater_job.yaml","k8s/cloud/dev/proxy_envoy.yaml","k8s/cloud/dev/script_bundles_config.yaml","k8s/cloud/dev/service_config.yaml","k8s/cloud/kustomization.yaml","k8s/cloud/overlays/exposed_services_gclb/cloud_ingress.yaml","k8s/cloud/overlays/exposed_services_gclb/kustomization.yaml","k8s/cloud/overlays/exposed_services_gclb/proxy_service.yaml","k8s/cloud/overlays/exposed_services_gclb/vzconn_service.yaml","k8s/cloud/overlays/exposed_services_ilb/kustomization.yaml","k8s/cloud/overlays/exposed_services_ilb/proxy_service.yaml","k8s/cloud/overlays/exposed_services_ilb/vzconn_service.yaml","k8s/cloud/overlays/exposed_services_nginx/cloud_ingress_grpcs.yaml","k8s/cloud/overlays/exposed_services_nginx/cloud_ingress_https.yaml","k8s/cloud/overlays/exposed_services_traefik/api_service.yaml","k8s/cloud/overlays/exposed_services_traefik/cloud_ingress.yaml","k8s/cloud/overlays/exposed_services_traefik/kustomization.yaml","k8s/cloud/overlays/exposed_services_traefik/proxy_service.yaml","k8s/cloud/overlays/exposed_services_traefik/servers_transport.yaml","k8s/cloud/overlays/exposed_services_traefik/vzconn_service.yaml","k8s/cloud/overlays/plugin_job/kustomization.yaml","k8s/cloud/overlays/plugin_job/plugin_job.yaml","k8s/cloud/prod/analytics_config.yaml","k8s/cloud/prod/api_deployment.yaml","k8s/cloud/prod/auth_deployment.yaml","k8s/cloud/prod/bq_config.yaml","k8s/cloud/prod/cloud_ingress_ip.yaml","k8s/cloud/prod/cloud_ingress_managed_cert.yaml","k8s/cloud/prod/cloud_ingress_managed_cert_noslackin.yaml","k8s/cloud/prod/cloud_proxy_backend_config.yaml","k8s/cloud/prod/contact_config.yaml","k8s/cloud/prod/db_config.yaml","k8s/cloud/prod/db_sidecar.yaml","k8s/cloud/prod/domain_config.yaml","k8s/cloud/prod/frontend_config.yaml","k8s/cloud/prod/kustomization.yaml","k8s/cloud/prod/node_selector_patch.yaml","k8s/cloud/prod/plugin_job.yaml","k8s/cloud/prod/proxy_envoy.yaml","k8s/cloud/prod/script_bundles_config.yaml","k8s/cloud/prod/scriptmgr_config.yaml","k8s/cloud/prod/service_config.yaml","k8s/cloud/prod/support_access_config.yaml","k8s/cloud/prod/vzconn_backend_config.yaml","k8s/cloud/public/base/artifact_tracker_versions.yaml","k8s/cloud/public/base/domain_config.yaml","k8s/cloud/public/base/kustomization.yaml","k8s/cloud/public/base/plugin_db_updater_job.yaml","k8s/cloud/public/base/proxy_envoy.yaml","k8s/cloud/public/base/script_bundles_config.yaml","k8s/cloud/public/kustomization.yaml","k8s/cloud/staging/analytics_config.yaml","k8s/cloud/staging/bq_config.yaml","k8s/cloud/staging/cloud_ingress_ip.yaml","k8s/cloud/staging/cloud_ingress_managed_cert.yaml","k8s/cloud/staging/cloud_ingress_managed_cert_noslackin.yaml","k8s/cloud/staging/cloud_proxy_backend_config.yaml"],"storefront":"/r/pixie-io","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/pixie-io/pixie/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}