Skip to content

การศึกษาพฤษติกรรมของ Canary deployment บน Flagger

Notifications You must be signed in to change notification settings

nitikornchumnankul/Canary-deployment-on-flagger-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Codefresh build status

เนื้อหาส่วนให้อ้างอิงจาก

The Canary-deployment-on-flagger-pipeline Project is not finished.

Presentation

Flagger

Weave Flagger คืออะไร Weave Flagger คือ Kubernetes Operator ซึ่งช่วยในการทำ Canary Deployment ให้ง่ายยิ่งขึ้น

ติดตั้ง Weave Scope

kubectl create clusterrolebinding "cluster-admin-$(whoami)" --clusterrole=cluster-admin --user="$(gcloud config get-value core/account)"
kubectl apply -f "https://cloud.weave.works/k8s/scope.yaml?k8s-version=$(kubectl version | base64 | tr -d '\n')"
```
kubectl port-forward -n weave "$(kubectl get -n weave pod --selector=weave-scope-component=app -o jsonpath='{.items..metadata.name}')" 4040
```

INSTALL WEAVE SCOPE

เว็บอ้างอิง

istioGKE