随笔分类 -  ArgoCD

摘要:部署一个示例 [root@master 08-argo-rollouts]# kubectl apply -f 05-argo-rollouts-bluegreen-demo.yaml rollout.argoproj.io/rollout-helloworld-bluegreen configur 阅读全文
posted @ 2022-11-14 19:10 Maniana 阅读(98) 评论(0) 推荐(0)
摘要:sum(irate(istio_requests_total{reporter="source",destination_service=~"{{spring-boot-helloworld}}",response_code!~"5.*"}[1m])) / sum(irate(istio_reque 阅读全文
posted @ 2022-11-14 15:37 Maniana 阅读(153) 评论(0) 推荐(0)
摘要:给default打标签,让pod自动注入istio sidecar [root@master 08-argo-rollouts]# kubectl label namespace default istio-injection=enabled namespace/default labeled [r 阅读全文
posted @ 2022-11-14 10:39 Maniana 阅读(154) 评论(0) 推荐(0)
摘要:https://github.com/argoproj/argo-rollouts/releases kubectl create namespace argo-rollouts kubectl apply -n argo-rollouts -f https://github.com/argopro 阅读全文
posted @ 2022-11-13 17:24 Maniana 阅读(192) 评论(0) 推荐(0)
摘要:部署helloworld [root@master 07-argocd-basics]# kubectl apply -f 01-application-helloworld.yaml application.argoproj.io/spring-boot-helloworld created [r 阅读全文
posted @ 2022-11-12 13:40 Maniana 阅读(249) 评论(0) 推荐(0)
摘要:官网 https://github.com/argoproj/argo-cd/releases/tag/v2.5.2 我部署的事Non-HA版本 kubectl create namespace argocd kubectl apply -n argocd -f https://raw.github 阅读全文
posted @ 2022-11-11 19:48 Maniana 阅读(326) 评论(0) 推荐(0)