2023-08-07发表2024-11-11更新istio2 分钟读完 (大约308个字)test istio https requests local(macos)generate certificate12345brew install mkcertbrew install nssmkdir -p ~/.certmkcert -key-file ~/.cert/key.pem -cert-file ~/.cert/cert.pem "api.ginta.com" Enable the system to trust the generated certificate阅读更多
2023-03-24发表2024-11-11更新kubernetes4 分钟读完 (大约657个字)Kubernetes 架构前言作为云原生时代的当红人物,一直想精读一下 k8s 的源码,本篇文章会从其架构,源码来深入剖析 k8s 的设计思路。 K8S组件与职责阅读更多