-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
post/kubectl-debug-intro/ #10
Comments
该流程图是用啥工具画的? |
@withlin |
赞!有这样一个工具会变得非常的方便。 |
在第一个PR之前还没有写过GO鼓励了我,嘻嘻 |
直接通过debug这个应用向apiserver发起请求? 好奇怎么把对apiserver的操作做到集群外面的。 |
外面的集群和内部的服务可以直接 尝试exec这种方式进行交互也是可以吧 |
感谢不断更新和完善,年初搜索Codis的时候无意中进入你的Blog,阅读了面试经历, kubectl-debug 两篇文章,后者给我留下了更深刻的印象。如今在All in k8s的公司项目中也把你的解决方案推荐给了同事,目前算是解决了一个痛点,等项目架构成熟后还再推荐给haosong。 关于容器日志不知道你有没有推荐方案,之前一直是Scribe,目前在吐血测试EFK/ELK,Loki是我个人想尝试的方向。 |
@XuHaoIgeneral |
@wsgzao |
好奇的问一下agent的设计意义是什么 |
是为了集群外部的debug么 |
@abhty822 |
日志有下错误,需要额外安装lxcfs 吗?
|
DaemonSet 模式需要更新 agent, 可以试试 --agentless 模式使用插件中预定义的镜像 |
请问kube-debug不支持挂载目录吗?我需要本地机器的一些头文件。想挂载进容器。 |
大佬,可以列一下代码目录说明吗? |
大佬,报这个错是啥原因?一直定位不出来。 Warning PodFitsHostPorts 8m27s kubelet, docker-9 Predicate PodFitsHostPorts failed pod状态如下: |
简化 Pod 故障诊断: kubectl-debug 介绍
https://aleiwu.com/post/kubectl-debug-intro/
The text was updated successfully, but these errors were encountered: