home.social

#tekton — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tekton, aggregated by home.social.

fetched live
  1. 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

  2. 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 registry

    All running inside the cluster.

    the-main-thread.com/p/tekton-p

    #Java #Quarkus #Kubernetes #Tekton #DevOps

  3. 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.

  4. Okay #homeLab what do folks like for #gitOps these days?

    I’ve extensively used #flux2 but never really used #argoCD. I was planning on probably just using Argo for learning.

    I don’t anticipate a need for something like #tekton or #jenkins but I suppose it could be handy for job running.

  5. 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.

    #tekton #cicd #kubernetes #k8s #homelab #selfhosted

  6. 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:

    tekton.dev/docs/getting-starte

    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

  7. 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.

    git.shivering-isles.com/shiver

    #kubernetes #gitlab

  8. 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.

    #Tekton #Kubernetes

  9. @frameworkcomputer There's a reason there's a Newegg Canada. Also on my wishlist:
    @iFixit Canada
    #Digikey Canada
    #Tekton Canada
    #RockAuto Canada

  10. 🚀 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 and , agile development practices, continous application development or testing strategies are welcome!

    👉 Submit your proposal now at pretalx.devconf.info/devconf-c

    , , /CD, , ,

  11. 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.

    packetpushers.net/podcasts/kub

    #KubeCon #KubeConEu #KubeCon24 #CICD #Tekton #Flux #Gitops #Testing

  12. 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!

    meetup.com/codineers-meetup/ev

  13. 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 on then writing and building your first package to produce a container image runnable on Podman and . I'm looking for beta readers!

    Because I run at home, I plan to launch my blog with a little overengineered fun courtesy of ! It uses and under the hood.

  14. @jorge @Man2Dev @marcan @jeefy My knowledge of CICD tools isn't that deep.

    Hey, #ArgoCD #Tekton folks, can your systems do preemption?

  15. 📌 Dopo il coffee break, sale sul palco Giovanni Galloro, Customer Engineer @ Google

    Nell suo talk ci mostrerà esempi pratici di come proteggere la supply chain con #Tekton and #Sigstore

    #devsecopsday23 #DevSecOps #DevOps #Cybersecurity #security

  16. 🎨 A simple button but a huge usability improvement! Microcks now has an "Add to your CI/CD" button that generates code for you! 🤯

    Available for #GitHub actions,
    #GitLab CI, #jenkins CI, #tekton CD and our own CLI!

  17. 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