Kindling
Overview and Concepts
Overview
Trace Profiling
RPC Trace
Roadmap
Prometheus vs. Kindling vs. APM
How Kindling Agent is going to evolve
Installation
Kindling Agent
Requirements
Install Kindling in Kubernetes
Setting up Grafana
FAQ
Download Linux kernel headers
Usage
How to enable Trace Profiling
Prometheus Metrics Description
Use Cases
Service Map and Performance
Observe Java Lock
Developer Guide
Architecture
Build Kindling container image from source codes
Kindling agent-libs 用户态空间数据流
Kindling agent-libs内核态空间数据流
Kindling collector 流水线数据传递流程
Add new eBPF hooks
Kindling probe核心流程
Developer FAQ
Reference
Kindling Java Agent
Overview
Modifications of async-profiler
async-profiler 改造点
Trace Profiling Operation Manual
本文档使用 MrDoc 发布
-
+
home page
Install Kindling in Kubernetes
## Deploy Kindling Agent **Note: Minikube is not supproted currently.** Kindling Agent provides scripts and yaml files to deploy it in Kubernetes: ```bash # Download yaml package curl -O https://k8s-bpf-probes-public.oss-cn-hangzhou.aliyuncs.com/kindling-install.tar # Extract and enter the installation directory tar -xvf kindling-install.tar && cd kindling-install # Make sure having the access to api-server, can run on Kubernetes master node. sh install.sh ``` **Warning**: Kindling agent exposes metrics to Prometheus. Please make sure that Prometheus is installed by its operator. If not, you can manually visit `http://localhost:9500/metrics` for metrics. ## Verify Metrics We deploy Kindling agent as daemonset to your cluster. So the number of kindling-agent pods correlates with the number of nodes in your cluster. ```bash [root@master ~]# kubectl get po -n kindling NAME READY STATUS RESTARTS AGE kindling-agent-5zz7v 2/2 Running 0 13h kindling-agent-kv9gf 2/2 Running 0 13h ``` 1. Make sure the status of the pods is running. If a pod does not run, please use `kubectl logs` to view the error messages and check the [**FAQ**](http://www.kindling.space:33215/project-1/doc-35/) first. If you can't fix it by yourself, please feel free to open an issue on Github. 2. Execute `curl http://localhost:9500/metrics` on the node where Kindling Agent pod is located. You should see many metrics. ## FAQ [click here](http://www.kindling.space:33215/project-1/doc-35/ "click here")
xieyun
Oct. 27, 2022, 5:50 p.m.
Share documents
Collection documents
Last
Next
Scan wechat
Copy link
Scan your mobile phone to share
Copy link
关于 MrDoc
觅思文档MrDoc
是
州的先生
开发并开源的在线文档系统,其适合作为个人和小型团队的云笔记、文档和知识库管理工具。
如果觅思文档给你或你的团队带来了帮助,欢迎对作者进行一些打赏捐助,这将有力支持作者持续投入精力更新和维护觅思文档,感谢你的捐助!
>>>捐助鸣谢列表
微信
支付宝
QQ
PayPal
Markdown文件
share
link
type
password
Update password