#tekton — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #tekton, aggregated by home.social.
-
Replacing Kaniko with Buildah in a Tekton Pipeline worked like a charm...
-
Does anyone have any good tutorials on building a simple image with Tekton? I found lots of tutorials, most using Kaniko (see my other too, archived by Google in 2025) or tasks from the Tekton Hub (which seems to no longer be available?)
#DevOps #Kubernetes #k8s #OpenShift #Tekton #CICD #Containers #Docker #Pipelines
-
Many CI pipelines still run outside Kubernetes.
But Kubernetes already has a native pipeline engine: Tekton.
I wrote a tutorial showing how to build a Tekton CI pipeline for a Quarkus app:
• Git clone
• Maven build
• Buildah container build
• push to cluster registryAll running inside the cluster.
https://www.the-main-thread.com/p/tekton-pipeline-quarkus-kubernetes-ci-java
-
Woot! I get to attend #KubeCon in #Amsterdam next month! Looking forward to checking out the sessions and meeting people. Find me in the #RedHat booth some of the time. I'll be ready to talk about Service Mesh/#Istio #Keycloak, #Tekton, and many other topics.
-
In my rush to get a basic docker build tekton pipeline working I made a bit of a noob mistake... Using an emptyDir workspace to store data between tasks.
I didn't realise that the emptyDir workspace is only persisted for the duration of a specific task so at the end of the clone task it's discarded and a fresh emptyDir is supplied for the build task...
I was caught off guard cos I didn't really think that would be too useful but after doing some reading it's probably used when running/testing single tasks in isolation. Using it for CI/CD would mean you're not getting the benefit of cached data between runs.
Setting up a PVC won't take long, I'm just being lazy. Serves me right.
-
Spent a little time this weekend getting to know Tekton
People use it at work to build a golden path CI/CD pipeline in the form of a helm chart and it'd be nice if I could dive in and make changes to push upstream as needed.
So far, all I've really done is gone over some of the examples:
https://tekton.dev/docs/getting-started/
Pretty happy with it so far, set up is much easier than gitea actions and I think this will just be easier to maintain. The kubernetes/manifest-driven interface fits nicely with my gitops/fluxcd strategy but I can still trigger builds manually with the CLI as needed.
Next step is to port over some of my existing image builds and then I'll see if I can make my own image build pipeline as a helm chart so it's reusable.
Anyone have any interesting use cases for Tekton in their own work/home?
#tekton #cicd #gitops #fluxcd #docker #helm #homelab #selfhosted
-
Finally merged my #Tekton experiment.
Added 34000 lines of YAML to drop 62. Not the best ratio 😅
But let's see where things go from here. I'm quite confident that I'll be able to replace gitlab-runners in the next few weeks and find a good pattern for the pipelines.
But I think I'll take a day off working on these. It's so crazy abstract, but that's also the potential tekton holds.
-
Anyone interested in talking about Tekton? I would like to have a chat about it.
I'm currently migrating my CI workflow to it and I'm wondering what other people's experience is.
-
@frameworkcomputer There's a reason there's a Newegg Canada. Also on my wishlist:
• @iFixit Canada
• #Digikey Canada
• #Tekton Canada
• #RockAuto Canada -
🚀 Do you know how to define release pipelines? Have experience in building environments from developer sandboxes to production? Then you're the right person to talk at DevConf.CZ 2025!
Any tools and best practices in #DevOps and #Automation, agile development practices, continous application development or testing strategies are welcome!
👉 Submit your proposal now at https://pretalx.devconf.info/devconf-cz-2025/cfp
#Ansible, #AIOps, #CI/CD, #Tekton, #ArgoCD, #SiteReliabilityEngineering
-
"Building CI/CD Systems using #Tekton"
-
Running Tekton Pipelines on Kubernetes at Scale https://piotrminkowski.com/2024/03/27/running-tekton-pipelines-on-kubernetes-at-scale/
By @piotr_minkowski
#OpenShift #tekton #Kubernetes -
Needing a little something to listen to on your way to #Kubecon?
I was recently on the Kubernetes Unpacked podcast chatting with Kristina and Michael about some of the CI/CD stuff we’re doing at Giant Swarm, Tekton, Flux and cluster testing.
https://packetpushers.net/podcasts/kubernetes-unpacked/ku050-ci-cd-for-platform-engineering/
#KubeCon #KubeConEu #KubeCon24 #CICD #Tekton #Flux #Gitops #Testing
-
Hier auf Mastodon zuerst: Wir planen ein neues #Codineers-Meetup am 14.3. in #Rosenheim!
Komm in unser cooles #QAware-Büro und hör dir bei Snacks und Getränken zwei spannende Vorträge zum Thema CI/CD an:
Einmal gibt es spannende Einblicke von Martin (@6543), dem Maintainer von @WoodpeckerCI und der zweite Vortrag kommt von unserem Kollegen Lukas (@CryoCodec) über #Tekton! -
How Tekton Pipelines provide seamless information flow | #RedHat #Developer https://developers.redhat.com/articles/2023/11/02/how-tekton-pipelines-provide-seamless-information-flow
#tekton #Kubernetes -
I completed the first draft of my first blog post ever for my personal gooseandquill.blog! It's a tutorial that covers setting up rootless #podman on #GuixSystem then writing and building your first #guile package to produce a container image runnable on Podman and #kubernetes. I'm looking for beta readers!
Because I run #OpenShift at home, I plan to launch my blog with a little overengineered fun courtesy of #shipwright! It uses #buildah and #tekton under the hood.
-
Securing CICD pipelines with StackRox and Sigstore https://www.opensourcerers.org/2023/10/09/securing-cicd-pipelines-with-stackrox-and-sigstore/
#cosign #sigstore #tekton #Kubernetes #cicd -
My own #kubernetes cluster now has #tekton and #argocd running. Next thing is to push current versions of my homepages to my public web server. This will be fun. :) #devops
-
Running VMs the Cloud Native Way https://cloud.redhat.com/blog/running-vms-the-cloud-native-way
#redhat #OpenShift #tekton #argo