argo

https://github.com/argoproj/argo
https://www.qikqiak.com/post/argo-workflow-engine-for-k8s/

安裝部署

brew install argoproj/tap/argo
?  ~ argo version                                                                                                                                                                                
argo: v2.5.1
  BuildDate: 2020-02-20T18:20:18Z
  GitCommit: fb496a244383822af5d4c71431062cebd6de0ee4
  GitTreeState: clean
  GitTag: v2.5.1
  GoVersion: go1.13.4
  Compiler: gc
  Platform: darwin/amd64
?  ~ kubectl create ns argo
namespace/argo created
?  ~ kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo/stable/manifests/install.yaml
customresourcedefinition.apiextensions.k8s.io/cronworkflows.argoproj.io created
customresourcedefinition.apiextensions.k8s.io/workflows.argoproj.io created
customresourcedefinition.apiextensions.k8s.io/workflowtemplates.argoproj.io created
serviceaccount/argo created
serviceaccount/argo-server created
role.rbac.authorization.k8s.io/argo-role created
clusterrole.rbac.authorization.k8s.io/argo-aggregate-to-admin created
clusterrole.rbac.authorization.k8s.io/argo-aggregate-to-edit created
clusterrole.rbac.authorization.k8s.io/argo-aggregate-to-view created
clusterrole.rbac.authorization.k8s.io/argo-cluster-role created
clusterrole.rbac.authorization.k8s.io/argo-server-cluster-role created
rolebinding.rbac.authorization.k8s.io/argo-binding created
clusterrolebinding.rbac.authorization.k8s.io/argo-binding created
clusterrolebinding.rbac.authorization.k8s.io/argo-server-binding created
configmap/workflow-controller-configmap created
service/argo-server created
deployment.apps/argo-server created
deployment.apps/workflow-controller created
$ kubectl edit svc argo-ui -n argo
kind: Service
metadata:
......
spec:
......
  sessionAffinity: None
  type: NodePort
......
service/argo-ui edited
?  ~ kubectl get svc -n argo
NAME          TYPE       CLUSTER-IP     EXTERNAL-IP   PORT(S)          AGE
argo-server   NodePort   10.111.82.37   <none>        2746:30088/TCP   18h

然后我們就通過上面的 30088 端口來訪問 argo-ui 了, http://localhost:30088

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • # Awesome Python [![Awesome](https://cdn.rawgit.com/sindr...
    emily_007閱讀 2,347評(píng)論 0 3
  • ingress-nginx need add --enable-ssl-passthrough args ope...
    akka9閱讀 2,081評(píng)論 0 0
  • 長(zhǎng)風(fēng)問候歸鳥, 折斷枝椏。 野兔躲視線, 穿草叢,躍溪澗, 腳步輕輕。 樹林已黃昏, 空氣凝滯,如蜂蜜, 甘甜了細(xì)...
    嶼誠(chéng)閱讀 176評(píng)論 1 0
  • 東嶼尋閱讀 217評(píng)論 0 7
  • 在項(xiàng)目開發(fā)中經(jīng)常有許多封裝過的.a文件,使用時(shí)經(jīng)常會(huì)發(fā)現(xiàn)它們外部(.h) 并沒有我們想要的東西。我們并不能通過打點(diǎn)...
    dlxfly閱讀 368評(píng)論 0 0

友情鏈接更多精彩內(nèi)容