Skip to content

NimTechnology

Trình bày các công nghệ CLOUD một cách dễ hiểu.

  • Kubernetes & Container
    • Docker
    • Kubernetes
      • Ingress
    • Helm Chart
    • Isito-EnvoyFilter
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Vault
    • Longhorn – Storage
    • VictoriaMetrics
    • MetalLB
    • Kong Gateway
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Spinnaker
    • Jenkins
    • Harbor
    • TeamCity
    • Git
      • Bitbucket
  • Coding
    • Terraform
      • GCP – Google Cloud
      • AWS – Amazon Web Service
    • Golang
    • Laravel
    • Python
    • Jquery & JavaScript
    • Selenium
  • Log & Monitor
    • DataDog
    • Prometheus
    • Grafana
    • ELK
      • Kibana
      • Logstash
  • BareMetal
    • NextCloud
  • Toggle search form

Category: ArgoWorkflows

[Argo-Workflows] Lesson5: Output Parameter

Posted on January 8, 2022January 8, 2022 By nim No Comments on [Argo-Workflows] Lesson5: Output Parameter
[Argo-Workflows] Lesson5: Output Parameter

Bài này đơn giản mình muốn show cho các bạn thấy cách:Bạn define 1 output-parameter của task A -> lấy output của task -> đưa vào input của task B Bạn khai báo output trong task3 rồi task4 lấy output của task3 làm input của task4

ArgoWorkflows

[Argo-Workflows] Lesson4: Script result – receive the output result of another task to make the input parameter.

Posted on January 7, 2022 By nim No Comments on [Argo-Workflows] Lesson4: Script result – receive the output result of another task to make the input parameter.
[Argo-Workflows] Lesson4: Script result –  receive the output result of another task to make the input parameter.

Minh show cho các bạn trước yaml nhuôn. Bạn sẽ thấy là task3 nó output ra “Print result” -> task4 lấy output của task3 đưa vào input parameter của task4 Khi run thì mình bị lỗi như sau: Dịch ra trong role đang thiếu verbs: patch giờ bạn thêm nó vào là ok. Nếu anh/em…

Read More “[Argo-Workflows] Lesson4: Script result – receive the output result of another task to make the input parameter.” »

ArgoWorkflows

[Argo-Workflows] Lesson3: Argo CLI and Input Parameters

Posted on January 6, 2022January 7, 2022 By nim No Comments on [Argo-Workflows] Lesson3: Argo CLI and Input Parameters
[Argo-Workflows] Lesson3: Argo CLI and Input Parameters

Bài của chúng ta hôm nay là sử dụng Argo CLI trên máy client và đưa data vào input Workflows Install Argo CLI to your machine. Đâu tiên chúng ta cài đặt và tìm hiều Argo CLIhttps://github.com/argoproj/argo-workflows/releases Nếu như mình run trên linux: Input Parameters Ý tưởng là chúng đưa data vào file yaml workflows…

Read More “[Argo-Workflows] Lesson3: Argo CLI and Input Parameters” »

ArgoWorkflows

[ArgoWorkflows] Lesson2: Demo Steps Template and DAG Template on ArgoWorkflows

Posted on January 4, 2022 By nim No Comments on [ArgoWorkflows] Lesson2: Demo Steps Template and DAG Template on ArgoWorkflows
[ArgoWorkflows] Lesson2: Demo Steps Template and DAG Template on ArgoWorkflows

Ở bài đâu tiên chúng ta chỉ mới tạo những simple templates.Chả thấy kiểu như pipeline. 1) Steps Template serial Sau đây chúng ta có như pipeline hiện thì trên ui như sau. THì bạn cứ apply hày create đều được Steps Template parallel Giờ các bạn muốn steps chạy parallel thì làm sao Suspend…

Read More “[ArgoWorkflows] Lesson2: Demo Steps Template and DAG Template on ArgoWorkflows” »

ArgoWorkflows

[ArgoWorkflows] Lesson 1: Installing Awgo-WorkFlows by the helm-chart and Demo a few simple templates.

Posted on January 2, 2022January 2, 2022 By nim No Comments on [ArgoWorkflows] Lesson 1: Installing Awgo-WorkFlows by the helm-chart and Demo a few simple templates.
[ArgoWorkflows] Lesson 1: Installing Awgo-WorkFlows by the helm-chart and Demo a few simple templates.

1) Install Awgo WorkFlows. 2) Simple template 2.1) container-template Để chạy được cái này bạn chọn create nhé.Mình apply thì nó báo lỗi. https://argoproj.github.io/argo-workflows/workflow-executors/#kubelet-kubelet generateName sẽ hỉnh là tên pod luôn Workflow Executors thì mình đang chạy mode: Emissary (emissary) 2.2) script-template Anh/em tiếp tục: kubectl -n argo create Ở nhưng Bài đầu này mình…

Read More “[ArgoWorkflows] Lesson 1: Installing Awgo-WorkFlows by the helm-chart and Demo a few simple templates.” »

ArgoWorkflows, CI/CD
Tham Gia Group DevOps nhé!
Để Nim có nhiều động lực ra nhiều bài viết.
Để nhận được những thông báo mới nhất.

Recent Posts

  • Experiences for IP Addresses Shortage on EKS Clusters March 29, 2023
  • [Talisman] Discover the sensitive information in your code. March 28, 2023
  • [Prometheus/Grafana] Install Prometheus and Grafana on ubuntu. March 27, 2023
  • [Kong Gateway] WebSocket connection failed March 26, 2023
  • [Nextcloud] Can’t download files to have a size bigger than 2Gi on NextCloud – RaspBerry March 24, 2023

Archives

  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021

Categories

  • BareMetal
    • NextCloud
  • CI/CD
    • ArgoCD
    • ArgoWorkflows
    • Git
      • Bitbucket
    • Harbor
    • Jenkins
    • Spinnaker
    • TeamCity
  • Coding
    • Golang
    • Jquery & JavaScript
    • Laravel
    • Python
    • Selenium
    • Terraform
      • AWS – Amazon Web Service
      • GCP – Google Cloud
  • Kubernetes & Container
    • Apache Kafka
      • Kafka
      • Kafka Connect
      • Lenses
    • Docker
    • Helm Chart
    • Isito-EnvoyFilter
    • Kong Gateway
    • Kubernetes
      • Ingress
    • Longhorn – Storage
    • MetalLB
    • Vault
    • VictoriaMetrics
  • Log & Monitor
    • DataDog
    • ELK
      • Kibana
      • Logstash
    • Grafana
    • Prometheus
  • Uncategorized
  • Admin

Copyright © 2023 NimTechnology.