Kubernetes 部署Weave Scope監控
阿新 • • 發佈:2018-08-27
target 下載地址 targe launcher ota ddr img 監控 name
yaml下載地址: https://cloud.weave.works/k8s/scope.yaml?k8s-version=?
目前有以下幾個版本:
["v1.4","v1.5","v1.6","v1.7","v1.8","v1.9","v1.10"]
修改yaml中的Service為NodePort
- apiVersion: v1 kind: Service metadata: name: weave-scope-app annotations: cloud.weave.works/launcher-info: |- {View Code"original-request": { "url": "/k8s/scope.yaml?k8s-version=v1.10", "date": "Mon Aug 27 2018 09:45:08 GMT+0000 (UTC)" }, "email-address": "[email protected]" } labels: name: weave-scope-app app: weave-scope weave-cloud-component: scope weave-scope-component: app namespace: weave spec: type: NodePort ports: - name: app port: 80 protocol: TCP targetPort: 4040 nodePort: 30088 selector: name: weave-scope-app app: weave-scope weave-cloud-component: scope weave-scope-component: app
效果圖:
Kubernetes 部署Weave Scope監控