Tutorial: Hands-On Intro to Cloud-Native CI/CD with Tekton - Jan Kleinert & Joel Lord, Red Hat

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 14

  • @rashmitrathod6873
    @rashmitrathod6873 3 года назад +6

    I started learning Tekton today and fortunately come across this excellent video. Very well explained with simplest possible demo to understand Tekton's basic concep. Big Thank you to Jan & Joel for putting efforts in creating this awesome video.

  • @andreasbradahl457
    @andreasbradahl457 3 года назад +1

    Awesome demonstrations! Very clear and concise for someone completely new to both CI/CD and pipelines.

  • @taenyang-de5ig
    @taenyang-de5ig 2 года назад +1

    good tutorial!

  • @aamazingworld2734
    @aamazingworld2734 Год назад

    Thanks for the video instruction. Alas, the PipelineResource has been removed as a resource. Can you replace step 7 of the course?

  • @avikkundu
    @avikkundu 2 года назад +1

    Getting stuck here everytime. Tried on Katacoda as well as in Minikube: `task hello create has not started yet or pod for task not yet available`

    • @fuzzymustard-x4p
      @fuzzymustard-x4p 2 года назад

      how did you solve it? I am having the same problem

  • @fromme2111
    @fromme2111 2 года назад

    What about the deployment/delivery part of "CI/CD"?

  • @faisalraj6654
    @faisalraj6654 2 года назад

    Hi. As new to Tekton, I didn't get what is the role of Steps in 'Task Definition' when running a pipeline? When Pipeline executed @30:00, it showed value that was passed in sequential order but how 'Task definition Steps' comes into the picture? Can anyone please help me understand? I appreciate. Thanks.

  • @itlearner1175
    @itlearner1175 2 года назад

    Don't know how to do maven build for a spring boot application as an example

  • @ulkaasati8509
    @ulkaasati8509 2 года назад

    How can I run same pipeline in different namespaces?

  • @AjayYeluri
    @AjayYeluri 3 года назад

    Ran into issue when running 03_multistep.yaml
    TaskRun started: hello-run-v5h8r
    Waiting for logs to be available...
    [write-hello] Preparing greeting
    [write-hello] Done!
    [say-hello] internal/fs/utils.js:314
    [say-hello] throw err;
    [say-hello] ^
    [say-hello]
    [say-hello] Error: ENOENT: no such file or directory, open '/tekton/home/hello.txt'
    [say-hello] at Object.openSync (fs.js:498:3)
    [say-hello] at Object.readFileSync (fs.js:394:35)
    [say-hello] at Object. (/tekton/scripts/script-1-wmz5f:4:22)
    [say-hello] at Module._compile (internal/modules/cjs/loader.js:1072:14)
    [say-hello] at Object.Module._extensions..js (internal/modules/cjs/loader.js:1101:10)
    [say-hello] at Module.load (internal/modules/cjs/loader.js:937:32)
    [say-hello] at Function.Module._load (internal/modules/cjs/loader.js:778:12)
    [say-hello] at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
    [say-hello] at internal/main/run_main_module.js:17:47 {
    [say-hello] errno: -2,
    [say-hello] syscall: 'open',
    [say-hello] code: 'ENOENT',
    [say-hello] path: '/tekton/home/hello.txt'
    [say-hello] }
    container step-say-hello has failed : [{"key":"StartedAt","value":"2021-09-26T17:25:06.628Z","type":3}]
    Looks like steps were not sharing a common environment.
    I am running on EKS. Is there separate setup needed for EKS ?

  • @AmitKarpe
    @AmitKarpe 2 года назад

    Code: github.com/joellord/handson-tekton