External Secrets Operator with vault provider

The core logic is install external-secrets operator install vault server set SecretStore connect to a existing vault server apply a incomplete Secret , some vaule with fetch from the vault system....

Posted on 

Argo Rollout Canary Deployment

this post aim to understand how Argo Rollout works. prerequisites k8s cluster istio with full addon (easy to monitor and inspect) argo-rollout v1.7.0 1. create a clusterNow. I use minikube to cre...

Posted on 

Github webhook call local Argocd server

1. cluster createto create a k8s cluster by kind tool. 12345678910111213141516171819➜ ~ kind create clusterCreating cluster "kind" ... ✓ Ensuring node image (kindest/node:v1.30.0) 🖼 ✓ P...

Posted on