Tekton Pipelines Master Course
Tekton Pipelines Master Course
Tekton Pipelines Master Course
Homework dn.dev/tekton-tutorial
dn.dev/tektonmaster 1
Upcoming DevNation Schedule
Master Asia (English) France France Brazil USA (English) USA (English) Mexico (Spanish)
Course UTC: 7:00 (French) (French) (Portuguese) UTC 14:00 UTC 16:00 UTC 18:00
Series Local 12:30 UTC 9:00 UTC 11:00 UTC 14:00 Local 10:00 Local 12:00 Local 13:00
Local 13:00 Local 11:00 Eastern Eastern Central Standard
dn.dev/master
@burrsutter
● [email protected]
● Featured speaker at technology events around the globe
● Java Champion since 2005
● Former President of the Atlanta Java User Group
● Founded the DevNexus conference
● Always looking for technologies that enable developers to
deliver better software ever faster
dn.dev/tektonmaster
Survey Link
https://www.surveymonkey.com/r/VR2S73Z
dn.dev/tektonmaster
dn.dev/tektonmaster
@kamesh_sampath
● Email: [email protected]
● OpenSource Contributor for more than a decade
○ Minikube
○ Eclipse Che
○ Camel-K
dn.dev/tektonmaster
Alex Soto (lordofthejars.com)
● @alexsotob
● [email protected]
● Currently Red Hat’s Director of Developer Experience
● Featured speaker at technology events around the globe
● A Java Champion since 2017
● Writer, University Professor, Radio collaborator
● A big fan of testing and continuous delivery in 21st century
dn.dev/tektonmaster
Survey Link
https://www.surveymonkey.com/r/VJLYTHG
dn.dev/tektonmaster
Sebastien Blanc
● @sebi2706
● [email protected]
● Currently Red Hat’s Director of Developer Experience
● Featured speaker at technology events around the globe
● Java Champion
● Co-organizer of Riviera DEV
● Passion-Driven-Developer with one goal : share his passion
by giving talks that are pragmatic, fun and focused on live
coding
dn.dev/tektonmaster
Monolith
MyApp
dn.dev/tektonmaster
The Application
dn.dev/tektonmaster
Modules
dn.dev/tektonmaster
Microservices
dn.dev/tektonmaster
Microservices
dn.dev/tektonmaster
Microservices
dn.dev/tektonmaster
Microservices
dn.dev/tektonmaster
Network of Services
dn.dev/tektonmaster
Microservices own their Data
dn.dev/tektonmaster
Multiple Points of Entry
dn.dev/tektonmaster
Teams & Pipelines
dn.dev/tektonmaster
Let there be Functions?
dn.dev/tektonmaster
Every 4 months Every
week/day/hour
dn.dev/tektonmaster
Knative
https://github.com/knative
dn.dev/tektonmaster
Knative Announced July 24 2018
dn.dev/tektonmaster
Primitives
dn.dev/tektonmaster
Knative Build
Moving to Tekton
dn.dev/tektonmaster
https://tekton.dev/
dn.dev/tektonmaster
dn.dev/tektonmaster
•
•
• •
• •
•
•
•
dn.dev/tektonmaster
Pipelines - Tekton
dn.dev/tektonmaster
Pipeline Resource
● Inputs and outputs of
tasks and pipelines
○ git repository
○ Container image registry
○ storage
● Decoupled from task
and pipeline definition
● Reusable across tasks
and pipelines
dn.dev/tektonmaster
Step
●
●
dn.dev/tektonmaster
Task
● Defines a unit of work
to be executed
● A list of steps run
sequentially
● Step containers run in
the task pod
● Has inputs, outputs
and parameters
● Can run independent
of pipelines
dn.dev/tektonmaster
Pipeline
● Combine multiple
tasks
● Task can
● Run in order (graph)
● Run in parallel
● Has inputs and
parameters
● Links task inputs and
outputs
● Pipeline tasks run on
different nodes
dn.dev/tektonmaster
{Pipeline,Task}Run
● Runtime CRDs
● Invocation of Task and
PipelineRun
Pipeline
Pipeline
PipelineResource TaskRun
TaskRun
pipelines
PipelineResource
Image
task-step-pod-a
Task Run
Task task-step-pod-b
task-step-pod-c
PipelineResource
Pipeline Controllers
(Tekton, ext, ...)
dn.dev/tektonmaster
Pipeline Workflow
pipeline-pod-a
Pipeline PipelineRun
pipeline-pod-b
Task Task TaskRun TaskRun
pipeline-pod-c
Pipeline Controllers
(Tekton, ext, ...)
PipelineResource
dn.dev/tektonmaster
Pipelines, Tasks, Steps, Resources
Pipeline
Task Task
Task
Step Step cluster
git image Step
Step Step
Pipeline Pipeline
Resource Resource
dn.dev/tektonmaster
Pipeline: Tasks & Steps -> Pods & Containers
Step Container
Step Container
Task Pod
Step Container
Step Container
dn.dev/tektonmaster
Task Catalog
● Catalog of reusable Tasks
dn.dev/tek-monotomicrodb
dn.dev/tektonmaster
Download
dn.dev/tek-istiobook
dn.dev/tektonmaster
Download
dn.dev/tek-javamsbook
dn.dev/tektonmaster
Coming Soon
dn.dev/tektonmaster