V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  defunct9  ›  全部回复第 90 页 / 共 240 页
回复总数  4798
1 ... 86  87  88  89  90  91  92  93  94  95 ... 240  
2021-06-11 16:40:44 +08:00
回复了 005008 创建的主题 程序员 端午节准备在家直播写代码~
太 BT 了,端午干啥都比干这个弓虽
2021-06-09 19:29:57 +08:00
回复了 blue7wings 创建的主题 Kubernetes k8s 滚动更新,如何避免替换掉正在处理任务的 pod?
lifecycle:
preStop:
exec:
command: ["/bin/sh", "-c", "sleep 20"]
2021-06-09 06:54:09 +08:00
回复了 wd 创建的主题 DevOps terraform 1.0
reddit 的 terraform 吧
很好用,找了个 pi 做,clash 做代理。连带 google home mini 也能用了
2021-06-07 11:40:10 +08:00
回复了 israinbow 创建的主题 云计算 提问, hadoop namenode 启动无法创建进程 id
sudo rm -rf /tmp/hadoop-admin-namenode.pid
2021-06-07 11:26:29 +08:00
回复了 chaleaoch 创建的主题 DevOps 运维大佬又在哪些线上社区混?
2021-06-03 20:04:36 +08:00
回复了 beryl 创建的主题 Kubernetes 是否有必要用 K8S
@lucays 可以协助上 k8s 。刚帮一家从 docker-compose 转换到 k8s
2021-06-03 09:24:33 +08:00
回复了 beryl 创建的主题 Kubernetes 是否有必要用 K8S
没有必要
洛克啤酒
2021-06-01 22:03:09 +08:00
回复了 joesonw 创建的主题 奇思妙想 会有团队/公司对微服务的 SAAS 有需求吗?
@joesonw 不好弄啊,刚做完一个公司的 k8s 迁移。各种 ingress 和 svc 以及 hpa 都得根据实际情况调整,更别说两段式提交,一个 repo 在 git,另一个一起?分开?放 s3 ?东西太多,只能定制撒
2021-06-01 19:53:02 +08:00
回复了 joesonw 创建的主题 奇思妙想 会有团队/公司对微服务的 SAAS 有需求吗?
这不就是 k8s 干的事么
抽抽抽
gitops,gitlab+argocd
2021-05-28 17:34:04 +08:00
回复了 defunct9 创建的主题 Kubernetes 新装的 k8s 网络 pod 无法 ping 通 svc
不用猜了,busybox 的 bug,升级过的 busybox 就是好的。所以么,不要随便用 radial/busyboxplus:curl 这个镜像。另外,这个镜像在阿里的 ack 居然是好的,猜不透原因。
2021-05-28 16:30:06 +08:00
回复了 defunct9 创建的主题 Kubernetes 新装的 k8s 网络 pod 无法 ping 通 svc
@swulling 这个 debug 顺序没什么奇怪的吧,pod 都是大平板市场,普通开放的 svc 都是 cluster ip,ping 一下,然后再看服务是否正常,是正常顺序吧。
2021-05-28 16:27:56 +08:00
回复了 defunct9 创建的主题 Kubernetes 新装的 k8s 网络 pod 无法 ping 通 svc
@masha 跟阿里 ack 正常的 resolv.conf 比过,一样。dns-debugging-resolution 的也试了一遍了,不行。coredns 降到 1.6.7,加上 upstream,同时打开 pods verified 和 autopath @kubernetes,也不行。
2021-05-28 16:25:01 +08:00
回复了 defunct9 创建的主题 Kubernetes 新装的 k8s 网络 pod 无法 ping 通 svc
@swulling nslookup 和 ping 都试试啊。nslookup 和 ping 都不行。
2021-05-28 14:50:15 +08:00
回复了 zhaidoudou123 创建的主题 云计算 可以在阿里云的 ECS 上部署 OpenStack 集群吗?
2021-05-28 14:33:30 +08:00
回复了 defunct9 创建的主题 Kubernetes 新装的 k8s 网络 pod 无法 ping 通 svc
@swulling can't resolve 才去 ping 的

[ root@curl:/ ]$ curl http://my-nginx
curl: (6) Couldn't resolve host 'my-nginx'


[ root@curl:/ ]$ curl http://my-nginx.default
<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>

<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>

<p><em>Thank you for using nginx.</em></p>
</body>
</html>
2021-05-28 14:31:39 +08:00
回复了 defunct9 创建的主题 Kubernetes 新装的 k8s 网络 pod 无法 ping 通 svc
@swulling ping 是个基本测试手段. 用 curl http://nginx-svc 一样不通。curl http://nginx-svc.default 就是通的
1 ... 86  87  88  89  90  91  92  93  94  95 ... 240  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1226 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 45ms · UTC 18:15 · PVG 02:15 · LAX 11:15 · JFK 14:15
Developed with CodeLauncher
♥ Do have faith in what you're doing.