10 2021 档案

摘要:KIND and Load Balancing with MetalLB on Mac 在 Mac 上,由于 host 和 docker bridge 网络之间并不是通的,因此当 Service 类型为 Load Balance 时,外部的请求并不能命中到 Docker bridge 网络上,从而导 阅读全文
posted @ 2021-10-31 16:13 机智的小小帅 阅读(457) 评论(0) 推荐(0)
摘要:为代码编写稳定的单元测试 本文档配套代码仓库地址: https://github.com/liweiforeveryoung/curd_demo 配合 git checkout 出指定 commit 以及 git diff 比较 commit 间的差别食用更佳 单元测试的作用 功能交付的保障,确保不 阅读全文
posted @ 2021-10-19 23:05 机智的小小帅 阅读(996) 评论(0) 推荐(0)