tekton-tutorial | Get started with Tekton Pipelines | Continuous Deployment library
kandi X-RAY | tekton-tutorial Summary
kandi X-RAY | tekton-tutorial Summary
Get started with Tekton Pipelines :smiley_cat: for Learn from basics to advanced
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of tekton-tutorial
tekton-tutorial Key Features
tekton-tutorial Examples and Code Snippets
Community Discussions
Trending Discussions on tekton-tutorial
QUESTION
I am configuring a cloud-native OpenShift CI/CD process using Tekton. Tekton has the option to trigger via events and also has the option to deploy directly to a cluster. Given this functionality, I am confused of the ideal use case for Argo CD.
Argo CD appears to share very similar functionality with Tekton except lacks the ability to run builds. If I can build and deploy apps entirely via Tekton, what advantage does Argo provide?
...ANSWER
Answered 2021-Mar-01 at 20:41It's a matter of preference.
Yes, Tekton is good for a Build Pipeline and can also be used for deployment.
There are many different ways to deploy to Kubernetes
- With
kubectl apply -f
using declarative manifests - With
kubectl apply -k
using kustomization (e.g. to easier maitain multiple environments) - With ArgoCD, using GitOps to sync a git repository to the cluster, see example in a Tekton Pipeline
- With kpt that is similar to kustomize but can manage "bundles" from git
- With helm, using templates and charts
- With flagger to use e.g. Canary Deployments
They can all deploy to Kubernetes. Which method you use depends on your preferences.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install tekton-tutorial
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page