分类: Kubernetes

helm部署argocd

# 添加argo repo helm repo add argo https://argoproj.github.io/argo-helm # 查看argo repo版本信息 # helm search repo argo # 安装argocd helm install -f argocd-va

Telepresence重塑 K8s 本地开发体验

在 Kubernetes 开发中,频繁的镜像构建、推送和部署往往占据了开发者大量时间。本文将介绍 CNCF 沙箱项目 Telepresence,它如何通过双向流量代理技术,让你直接在本地运行代码并无缝接入远程集群,将开发迭代速度提升数倍。