maguowei

Results 36 comments of maguowei

- [Frida 安装和使用](https://www.jianshu.com/p/bab4f4714d98)

- [XGSClear7/fuck_dy](https://github.com/XGSClear7/fuck_dy)

skywalking - [Observability Analysis Platform](https://github.com/apache/skywalking/blob/ed78dabe8b142be3d546d349046768135f0a752a/docs/en/concepts-and-designs/backend-overview.md) - [Choose receiver](https://github.com/apache/skywalking/blob/3a318128545627da1420fb26eb24030df07623b4/docs/en/setup/backend/backend-receivers.md) - [Backend storage](https://github.com/apache/skywalking/blob/ff6fb90d384f0030af2723afa06b02d8792eb861/docs/en/setup/backend/backend-storage.md) - [skywalking-rocketbot-ui](https://github.com/apache/skywalking-rocketbot-ui)

https://kubernetes.io/zh/docs/concepts/workloads/controllers/daemonset/ Communicating with Daemon Pods Some possible patterns for communicating with Pods in a DaemonSet are: Push: Pods in the DaemonSet are configured to send updates to another service, such...

https://chinagdg.org/2019/05/opentelemetry-the-merger-of-opencensus-and-opentracing/ https://www.cncf.io/blog/2019/05/21/a-brief-history-of-opentelemetry-so-far/

- [基于Go、gRPC和Protobuf的微服务的Istio可观察性](https://mp.weixin.qq.com/s/sDMX7ICSasyzrFQVeK4vmw) - [利用 Elasticsearch 和 Elastic APM 监测应用](https://www.elastic.co/cn/blog/monitoring-applications-with-elasticsearch-and-elastic-apm) - [全链路跟踪系统设计与实现](https://www.infoq.cn/video/hJSrzRoqgwwugy1xZiGd)

- [网易云音乐全链路跟踪系统实践](https://www.infoq.cn/article/NDa71WVNsCWwl1Tdc44Q)

> * OS:Mac > 使用这个方法安装k8s,启动k8s后,任何一个容器都不能映射到2379端口,lsof查看2379没有被占用,只有docker无法映射到2379端口,提示错误`error starting userland proxy: listen tcp 0.0.0.0:2379: bind: address already in use.` 是在Mac上的虚拟机中安装的么?请提供更多细节 @karldoenitz

@liues1992 这里是拿linux举例,Docker for Mac 中可以直接在设置里勾选使用 `系统代理`就可以了

```bash KUBERNETES_VERSION=v1.15.5 curl -O -L https://storage.googleapis.com/kubernetes-release/release/${KUBERNETES_VERSION}/bin/linux/amd64/kubeadm chmod +x kubeadm ./kubeadm config images list --kubernetes-version=${KUBERNETES_VERSION} ```