Building CI/CD Systems Using Tekton: Develop Flexible and Powerful CI/CD Pipelines Using Tekton Pipelines and Triggers.
Automate the delivery of applications using Tekton Pipelines and Triggers to deploy new releases quickly and more efficiently Key Features Learn how to create powerful pipelines using CI/CD tools Understand how to run, deploy and test applications directly in a cloud-native environment Explore the n...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing, Limited,
2021.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Automate the delivery of applications using Tekton Pipelines and Triggers to deploy new releases quickly and more efficiently Key Features Learn how to create powerful pipelines using CI/CD tools Understand how to run, deploy and test applications directly in a cloud-native environment Explore the new Tekton Pipelines 2021 features Book DescriptionTekton is a powerful yet flexible Kubernetes-native open source framework for creating continuous integration and continuous delivery (CI/CD) systems. It enables you to build, test, and deploy across multiple cloud providers or on-premise systems. Building CI/CD Systems Using Tekton covers everything you need to know to start building your pipeline and automating application delivery in a cloud-native environment. Using a hands-on approach, you will learn about the basic building blocks, such as tasks, pipelines, and workspaces, which you can use to compose your CI/CD pipelines. As you progress, you will understand how to use these Tekton objects in conjunction with Tekton Triggers to automate the delivery of your application in a Kubernetes cluster. By the end of this book, you will have learned how to compose Tekton Pipelines and use them with Tekton Triggers to build powerful CI/CD systems. What you will learn Understand the basic principles behind CI/CD Explore what tasks are and how they can be made reusable and flexible Focus on how to use Tekton objects to compose a robust pipeline Share data across a pipeline using volumes and workspaces Discover more advanced topics such as WhenExpressions and Secrets to build complex pipelines Understand what Tekton Triggers are and how they can be used to automate CI/CD pipelines Build a full CI/CD pipeline that automatically deploys an application to a Kubernetes cluster when an update is done to a code repository Who this book is for This continuous integration and continuous delivery book is for anyone who wants to learn about one of the most powerful Kubernetes-native CI/CD systems - Tekton. Software developers who want to leverage the Custom Resource Definitions (CRDs) in Kubernetes and use Tekton to run pipeline tasks in order to build and own application delivery pipelines will also find this book particularly helpful. Beginner-level knowledge of software development concepts and Kubernetes is required to get the most out of this book. |
Beschreibung: | Description based upon print version of record. Types of volume sources. |
Beschreibung: | 1 online resource (278 p.) |
ISBN: | 1801075867 9781801075862 |
Internformat
MARC
LEADER | 00000cam a2200000Mu 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1265463823 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 210828s2021 xx o ||| 0 eng d | ||
040 | |a EBLCP |b eng |c EBLCP |d UKMGB |d OCLCO |d OCLCF |d UKAHL |d OCLCO |d N$T |d IEEEE |d OCLCO |d OCLCL | ||
015 | |a GBC1B9795 |2 bnb | ||
016 | 7 | |a 020274135 |2 Uk | |
020 | |a 1801075867 | ||
020 | |a 9781801075862 |q (electronic bk.) | ||
020 | |z 9781801078214 (pbk.) | ||
035 | |a (OCoLC)1265463823 | ||
037 | |a 9781801075862 |b Packt Publishing Pvt. Ltd | ||
037 | |a 10162557 |b IEEE | ||
050 | 4 | |a QA76.76.S63 | |
082 | 7 | |a 005.1 |2 23/eng/20221209 | |
049 | |a MAIN | ||
100 | 1 | |a Lord, Joel. | |
245 | 1 | 0 | |a Building CI/CD Systems Using Tekton |h [electronic resource] : |b Develop Flexible and Powerful CI/CD Pipelines Using Tekton Pipelines and Triggers. |
260 | |a Birmingham : |b Packt Publishing, Limited, |c 2021. | ||
300 | |a 1 online resource (278 p.) | ||
336 | |a text |2 rdacontent | ||
337 | |a computer |2 rdamedia | ||
338 | |a online resource |2 rdacarrier | ||
500 | |a Description based upon print version of record. | ||
505 | 0 | |a Cover -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Section 1: Introduction to CI/CD -- Chapter 1: A Brief History of CI/CD -- The early days -- Waterfall model -- Understanding the impacts of Agile development practices -- Here be testing -- Deploying in the era of the cloud -- Works on my machine! -- The cloud today -- cloud native -- The future of the cloud -- Demystifying continuous integration versus continuous delivery versus continuous deployment -- Continuous integration -- Continuous delivery -- Continuous deployment | |
505 | 8 | |a CI/CD in the real world -- Summary -- Chapter 2: A Cloud-Native Approach to CI/CD -- Being a software developer in the age of cloud-native development -- Understanding cloud-native CI/CD -- Containers -- Serverless -- DevOps -- Introducing Tekton -- Tekton CLI -- Tekton Triggers -- Tekton Catalog -- Tekton Dashboard -- Exploring Tekton's building blocks -- Steps, tasks, and pipelines -- Where to use a step, a task, or a pipeline -- Workspaces -- Understanding TaskRuns and PipelineRuns -- TaskRuns -- PipelineRuns -- Summary -- Section 2: Tekton Building Blocks | |
505 | 8 | |a Chapter 3: Installation and Getting Started -- Technical requirements -- Setting up a developer environment -- Git -- Node.js -- VS Code -- Installing a container runtime and setting up a registry -- Docker -- Docker Hub -- Picking a Kubernetes distribution (local, cloud, hosted) -- minikube -- Connecting to your Kubernetes cluster -- Preparing the Tekton tooling -- Tekton Dashboard -- Summary -- Chapter 4: Stepping into Tasks -- Technical requirements -- Introducing tasks -- Understanding Steps -- Building your first task -- Adding additional Steps -- Using scripts -- Adding task parameters | |
505 | 8 | |a Making the Hello task more reusable -- Using array type parameters -- Adding a default value -- Sharing data -- Accessing the home directory -- Using results -- Using Kubernetes volumes -- Using workspaces -- Visualizing tasks -- The VS Code Tekton Pipelines extension -- Tekton Dashboard -- Digging into TaskRuns -- Getting your hands dirty -- More than Hello World -- Build a generic curl task -- Create a random user -- Summary -- Chapter 5: Jumping into Pipelines -- Technical requirements -- Introducing pipelines -- Building your first pipeline -- Parameterizing pipelines | |
505 | 8 | |a Reusing tasks in the context of a pipeline -- Ordering tasks within pipelines -- Using task results in pipelines -- Introducing pipeline runs -- Getting your hands dirty -- Back to the basics -- Counting files in a repo -- Weather services -- Summary -- Chapter 6: Debugging and Cleaning Up Pipelines and Tasks -- Technical requirements -- Debugging pipelines -- Running a halting task -- Adding a finally task -- Getting your hands dirty -- Fail if root -- Make your bets -- Summary -- Chapter 7: Sharing Data with Workspaces -- Technical requirements -- Introducing workspaces | |
500 | |a Types of volume sources. | ||
520 | |a Automate the delivery of applications using Tekton Pipelines and Triggers to deploy new releases quickly and more efficiently Key Features Learn how to create powerful pipelines using CI/CD tools Understand how to run, deploy and test applications directly in a cloud-native environment Explore the new Tekton Pipelines 2021 features Book DescriptionTekton is a powerful yet flexible Kubernetes-native open source framework for creating continuous integration and continuous delivery (CI/CD) systems. It enables you to build, test, and deploy across multiple cloud providers or on-premise systems. Building CI/CD Systems Using Tekton covers everything you need to know to start building your pipeline and automating application delivery in a cloud-native environment. Using a hands-on approach, you will learn about the basic building blocks, such as tasks, pipelines, and workspaces, which you can use to compose your CI/CD pipelines. As you progress, you will understand how to use these Tekton objects in conjunction with Tekton Triggers to automate the delivery of your application in a Kubernetes cluster. By the end of this book, you will have learned how to compose Tekton Pipelines and use them with Tekton Triggers to build powerful CI/CD systems. What you will learn Understand the basic principles behind CI/CD Explore what tasks are and how they can be made reusable and flexible Focus on how to use Tekton objects to compose a robust pipeline Share data across a pipeline using volumes and workspaces Discover more advanced topics such as WhenExpressions and Secrets to build complex pipelines Understand what Tekton Triggers are and how they can be used to automate CI/CD pipelines Build a full CI/CD pipeline that automatically deploys an application to a Kubernetes cluster when an update is done to a code repository Who this book is for This continuous integration and continuous delivery book is for anyone who wants to learn about one of the most powerful Kubernetes-native CI/CD systems - Tekton. Software developers who want to leverage the Custom Resource Definitions (CRDs) in Kubernetes and use Tekton to run pipeline tasks in order to build and own application delivery pipelines will also find this book particularly helpful. Beginner-level knowledge of software development concepts and Kubernetes is required to get the most out of this book. | ||
650 | 0 | |a Software frameworks. |0 http://id.loc.gov/authorities/subjects/sh2013002773 | |
650 | 0 | |a Computer software |x Development. |0 http://id.loc.gov/authorities/subjects/sh85029535 | |
650 | 6 | |a Cadres d'applications (Informatique) | |
650 | 7 | |a Computer software |x Development |2 fast | |
650 | 7 | |a Software frameworks |2 fast | |
758 | |i has work: |a Building CI/CD Systems Using Tekton (Text) |1 https://id.oclc.org/worldcat/entity/E39PCXTRbHwKvBKpRwYKMYMmJP |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Lord, Joel |t Building CI/CD Systems Using Tekton |d Birmingham : Packt Publishing, Limited,c2021 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2990666 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH39014534 | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL6713071 | ||
938 | |a EBSCOhost |b EBSC |n 2990666 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1265463823 |
---|---|
_version_ | 1816882549141536768 |
adam_text | |
any_adam_object | |
author | Lord, Joel |
author_facet | Lord, Joel |
author_role | |
author_sort | Lord, Joel |
author_variant | j l jl |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.S63 |
callnumber-search | QA76.76.S63 |
callnumber-sort | QA 276.76 S63 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Section 1: Introduction to CI/CD -- Chapter 1: A Brief History of CI/CD -- The early days -- Waterfall model -- Understanding the impacts of Agile development practices -- Here be testing -- Deploying in the era of the cloud -- Works on my machine! -- The cloud today -- cloud native -- The future of the cloud -- Demystifying continuous integration versus continuous delivery versus continuous deployment -- Continuous integration -- Continuous delivery -- Continuous deployment CI/CD in the real world -- Summary -- Chapter 2: A Cloud-Native Approach to CI/CD -- Being a software developer in the age of cloud-native development -- Understanding cloud-native CI/CD -- Containers -- Serverless -- DevOps -- Introducing Tekton -- Tekton CLI -- Tekton Triggers -- Tekton Catalog -- Tekton Dashboard -- Exploring Tekton's building blocks -- Steps, tasks, and pipelines -- Where to use a step, a task, or a pipeline -- Workspaces -- Understanding TaskRuns and PipelineRuns -- TaskRuns -- PipelineRuns -- Summary -- Section 2: Tekton Building Blocks Chapter 3: Installation and Getting Started -- Technical requirements -- Setting up a developer environment -- Git -- Node.js -- VS Code -- Installing a container runtime and setting up a registry -- Docker -- Docker Hub -- Picking a Kubernetes distribution (local, cloud, hosted) -- minikube -- Connecting to your Kubernetes cluster -- Preparing the Tekton tooling -- Tekton Dashboard -- Summary -- Chapter 4: Stepping into Tasks -- Technical requirements -- Introducing tasks -- Understanding Steps -- Building your first task -- Adding additional Steps -- Using scripts -- Adding task parameters Making the Hello task more reusable -- Using array type parameters -- Adding a default value -- Sharing data -- Accessing the home directory -- Using results -- Using Kubernetes volumes -- Using workspaces -- Visualizing tasks -- The VS Code Tekton Pipelines extension -- Tekton Dashboard -- Digging into TaskRuns -- Getting your hands dirty -- More than Hello World -- Build a generic curl task -- Create a random user -- Summary -- Chapter 5: Jumping into Pipelines -- Technical requirements -- Introducing pipelines -- Building your first pipeline -- Parameterizing pipelines Reusing tasks in the context of a pipeline -- Ordering tasks within pipelines -- Using task results in pipelines -- Introducing pipeline runs -- Getting your hands dirty -- Back to the basics -- Counting files in a repo -- Weather services -- Summary -- Chapter 6: Debugging and Cleaning Up Pipelines and Tasks -- Technical requirements -- Debugging pipelines -- Running a halting task -- Adding a finally task -- Getting your hands dirty -- Fail if root -- Make your bets -- Summary -- Chapter 7: Sharing Data with Workspaces -- Technical requirements -- Introducing workspaces |
ctrlnum | (OCoLC)1265463823 |
dewey-full | 005.1 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.1 |
dewey-search | 005.1 |
dewey-sort | 15.1 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>07516cam a2200565Mu 4500</leader><controlfield tag="001">ZDB-4-EBA-on1265463823</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cnu---unuuu</controlfield><controlfield tag="008">210828s2021 xx o ||| 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">EBLCP</subfield><subfield code="b">eng</subfield><subfield code="c">EBLCP</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCF</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCO</subfield><subfield code="d">N$T</subfield><subfield code="d">IEEEE</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBC1B9795</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">020274135</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1801075867</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781801075862</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781801078214 (pbk.)</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1265463823</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781801075862</subfield><subfield code="b">Packt Publishing Pvt. Ltd</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">10162557</subfield><subfield code="b">IEEE</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.76.S63</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.1</subfield><subfield code="2">23/eng/20221209</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Lord, Joel.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Building CI/CD Systems Using Tekton</subfield><subfield code="h">[electronic resource] :</subfield><subfield code="b">Develop Flexible and Powerful CI/CD Pipelines Using Tekton Pipelines and Triggers.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing, Limited,</subfield><subfield code="c">2021.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (278 p.)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Description based upon print version of record.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Section 1: Introduction to CI/CD -- Chapter 1: A Brief History of CI/CD -- The early days -- Waterfall model -- Understanding the impacts of Agile development practices -- Here be testing -- Deploying in the era of the cloud -- Works on my machine! -- The cloud today -- cloud native -- The future of the cloud -- Demystifying continuous integration versus continuous delivery versus continuous deployment -- Continuous integration -- Continuous delivery -- Continuous deployment</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">CI/CD in the real world -- Summary -- Chapter 2: A Cloud-Native Approach to CI/CD -- Being a software developer in the age of cloud-native development -- Understanding cloud-native CI/CD -- Containers -- Serverless -- DevOps -- Introducing Tekton -- Tekton CLI -- Tekton Triggers -- Tekton Catalog -- Tekton Dashboard -- Exploring Tekton's building blocks -- Steps, tasks, and pipelines -- Where to use a step, a task, or a pipeline -- Workspaces -- Understanding TaskRuns and PipelineRuns -- TaskRuns -- PipelineRuns -- Summary -- Section 2: Tekton Building Blocks</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Chapter 3: Installation and Getting Started -- Technical requirements -- Setting up a developer environment -- Git -- Node.js -- VS Code -- Installing a container runtime and setting up a registry -- Docker -- Docker Hub -- Picking a Kubernetes distribution (local, cloud, hosted) -- minikube -- Connecting to your Kubernetes cluster -- Preparing the Tekton tooling -- Tekton Dashboard -- Summary -- Chapter 4: Stepping into Tasks -- Technical requirements -- Introducing tasks -- Understanding Steps -- Building your first task -- Adding additional Steps -- Using scripts -- Adding task parameters</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Making the Hello task more reusable -- Using array type parameters -- Adding a default value -- Sharing data -- Accessing the home directory -- Using results -- Using Kubernetes volumes -- Using workspaces -- Visualizing tasks -- The VS Code Tekton Pipelines extension -- Tekton Dashboard -- Digging into TaskRuns -- Getting your hands dirty -- More than Hello World -- Build a generic curl task -- Create a random user -- Summary -- Chapter 5: Jumping into Pipelines -- Technical requirements -- Introducing pipelines -- Building your first pipeline -- Parameterizing pipelines</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Reusing tasks in the context of a pipeline -- Ordering tasks within pipelines -- Using task results in pipelines -- Introducing pipeline runs -- Getting your hands dirty -- Back to the basics -- Counting files in a repo -- Weather services -- Summary -- Chapter 6: Debugging and Cleaning Up Pipelines and Tasks -- Technical requirements -- Debugging pipelines -- Running a halting task -- Adding a finally task -- Getting your hands dirty -- Fail if root -- Make your bets -- Summary -- Chapter 7: Sharing Data with Workspaces -- Technical requirements -- Introducing workspaces</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Types of volume sources.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Automate the delivery of applications using Tekton Pipelines and Triggers to deploy new releases quickly and more efficiently Key Features Learn how to create powerful pipelines using CI/CD tools Understand how to run, deploy and test applications directly in a cloud-native environment Explore the new Tekton Pipelines 2021 features Book DescriptionTekton is a powerful yet flexible Kubernetes-native open source framework for creating continuous integration and continuous delivery (CI/CD) systems. It enables you to build, test, and deploy across multiple cloud providers or on-premise systems. Building CI/CD Systems Using Tekton covers everything you need to know to start building your pipeline and automating application delivery in a cloud-native environment. Using a hands-on approach, you will learn about the basic building blocks, such as tasks, pipelines, and workspaces, which you can use to compose your CI/CD pipelines. As you progress, you will understand how to use these Tekton objects in conjunction with Tekton Triggers to automate the delivery of your application in a Kubernetes cluster. By the end of this book, you will have learned how to compose Tekton Pipelines and use them with Tekton Triggers to build powerful CI/CD systems. What you will learn Understand the basic principles behind CI/CD Explore what tasks are and how they can be made reusable and flexible Focus on how to use Tekton objects to compose a robust pipeline Share data across a pipeline using volumes and workspaces Discover more advanced topics such as WhenExpressions and Secrets to build complex pipelines Understand what Tekton Triggers are and how they can be used to automate CI/CD pipelines Build a full CI/CD pipeline that automatically deploys an application to a Kubernetes cluster when an update is done to a code repository Who this book is for This continuous integration and continuous delivery book is for anyone who wants to learn about one of the most powerful Kubernetes-native CI/CD systems - Tekton. Software developers who want to leverage the Custom Resource Definitions (CRDs) in Kubernetes and use Tekton to run pipeline tasks in order to build and own application delivery pipelines will also find this book particularly helpful. Beginner-level knowledge of software development concepts and Kubernetes is required to get the most out of this book.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Software frameworks.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2013002773</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Computer software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85029535</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Cadres d'applications (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computer software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Software frameworks</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Building CI/CD Systems Using Tekton (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCXTRbHwKvBKpRwYKMYMmJP</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Lord, Joel</subfield><subfield code="t">Building CI/CD Systems Using Tekton</subfield><subfield code="d">Birmingham : Packt Publishing, Limited,c2021</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2990666</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH39014534</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest Ebook Central</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL6713071</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">2990666</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1265463823 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:30:22Z |
institution | BVB |
isbn | 1801075867 9781801075862 |
language | English |
oclc_num | 1265463823 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (278 p.) |
psigel | ZDB-4-EBA |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | Packt Publishing, Limited, |
record_format | marc |
spelling | Lord, Joel. Building CI/CD Systems Using Tekton [electronic resource] : Develop Flexible and Powerful CI/CD Pipelines Using Tekton Pipelines and Triggers. Birmingham : Packt Publishing, Limited, 2021. 1 online resource (278 p.) text rdacontent computer rdamedia online resource rdacarrier Description based upon print version of record. Cover -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Section 1: Introduction to CI/CD -- Chapter 1: A Brief History of CI/CD -- The early days -- Waterfall model -- Understanding the impacts of Agile development practices -- Here be testing -- Deploying in the era of the cloud -- Works on my machine! -- The cloud today -- cloud native -- The future of the cloud -- Demystifying continuous integration versus continuous delivery versus continuous deployment -- Continuous integration -- Continuous delivery -- Continuous deployment CI/CD in the real world -- Summary -- Chapter 2: A Cloud-Native Approach to CI/CD -- Being a software developer in the age of cloud-native development -- Understanding cloud-native CI/CD -- Containers -- Serverless -- DevOps -- Introducing Tekton -- Tekton CLI -- Tekton Triggers -- Tekton Catalog -- Tekton Dashboard -- Exploring Tekton's building blocks -- Steps, tasks, and pipelines -- Where to use a step, a task, or a pipeline -- Workspaces -- Understanding TaskRuns and PipelineRuns -- TaskRuns -- PipelineRuns -- Summary -- Section 2: Tekton Building Blocks Chapter 3: Installation and Getting Started -- Technical requirements -- Setting up a developer environment -- Git -- Node.js -- VS Code -- Installing a container runtime and setting up a registry -- Docker -- Docker Hub -- Picking a Kubernetes distribution (local, cloud, hosted) -- minikube -- Connecting to your Kubernetes cluster -- Preparing the Tekton tooling -- Tekton Dashboard -- Summary -- Chapter 4: Stepping into Tasks -- Technical requirements -- Introducing tasks -- Understanding Steps -- Building your first task -- Adding additional Steps -- Using scripts -- Adding task parameters Making the Hello task more reusable -- Using array type parameters -- Adding a default value -- Sharing data -- Accessing the home directory -- Using results -- Using Kubernetes volumes -- Using workspaces -- Visualizing tasks -- The VS Code Tekton Pipelines extension -- Tekton Dashboard -- Digging into TaskRuns -- Getting your hands dirty -- More than Hello World -- Build a generic curl task -- Create a random user -- Summary -- Chapter 5: Jumping into Pipelines -- Technical requirements -- Introducing pipelines -- Building your first pipeline -- Parameterizing pipelines Reusing tasks in the context of a pipeline -- Ordering tasks within pipelines -- Using task results in pipelines -- Introducing pipeline runs -- Getting your hands dirty -- Back to the basics -- Counting files in a repo -- Weather services -- Summary -- Chapter 6: Debugging and Cleaning Up Pipelines and Tasks -- Technical requirements -- Debugging pipelines -- Running a halting task -- Adding a finally task -- Getting your hands dirty -- Fail if root -- Make your bets -- Summary -- Chapter 7: Sharing Data with Workspaces -- Technical requirements -- Introducing workspaces Types of volume sources. Automate the delivery of applications using Tekton Pipelines and Triggers to deploy new releases quickly and more efficiently Key Features Learn how to create powerful pipelines using CI/CD tools Understand how to run, deploy and test applications directly in a cloud-native environment Explore the new Tekton Pipelines 2021 features Book DescriptionTekton is a powerful yet flexible Kubernetes-native open source framework for creating continuous integration and continuous delivery (CI/CD) systems. It enables you to build, test, and deploy across multiple cloud providers or on-premise systems. Building CI/CD Systems Using Tekton covers everything you need to know to start building your pipeline and automating application delivery in a cloud-native environment. Using a hands-on approach, you will learn about the basic building blocks, such as tasks, pipelines, and workspaces, which you can use to compose your CI/CD pipelines. As you progress, you will understand how to use these Tekton objects in conjunction with Tekton Triggers to automate the delivery of your application in a Kubernetes cluster. By the end of this book, you will have learned how to compose Tekton Pipelines and use them with Tekton Triggers to build powerful CI/CD systems. What you will learn Understand the basic principles behind CI/CD Explore what tasks are and how they can be made reusable and flexible Focus on how to use Tekton objects to compose a robust pipeline Share data across a pipeline using volumes and workspaces Discover more advanced topics such as WhenExpressions and Secrets to build complex pipelines Understand what Tekton Triggers are and how they can be used to automate CI/CD pipelines Build a full CI/CD pipeline that automatically deploys an application to a Kubernetes cluster when an update is done to a code repository Who this book is for This continuous integration and continuous delivery book is for anyone who wants to learn about one of the most powerful Kubernetes-native CI/CD systems - Tekton. Software developers who want to leverage the Custom Resource Definitions (CRDs) in Kubernetes and use Tekton to run pipeline tasks in order to build and own application delivery pipelines will also find this book particularly helpful. Beginner-level knowledge of software development concepts and Kubernetes is required to get the most out of this book. Software frameworks. http://id.loc.gov/authorities/subjects/sh2013002773 Computer software Development. http://id.loc.gov/authorities/subjects/sh85029535 Cadres d'applications (Informatique) Computer software Development fast Software frameworks fast has work: Building CI/CD Systems Using Tekton (Text) https://id.oclc.org/worldcat/entity/E39PCXTRbHwKvBKpRwYKMYMmJP https://id.oclc.org/worldcat/ontology/hasWork Print version: Lord, Joel Building CI/CD Systems Using Tekton Birmingham : Packt Publishing, Limited,c2021 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2990666 Volltext |
spellingShingle | Lord, Joel Building CI/CD Systems Using Tekton Develop Flexible and Powerful CI/CD Pipelines Using Tekton Pipelines and Triggers. Cover -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Section 1: Introduction to CI/CD -- Chapter 1: A Brief History of CI/CD -- The early days -- Waterfall model -- Understanding the impacts of Agile development practices -- Here be testing -- Deploying in the era of the cloud -- Works on my machine! -- The cloud today -- cloud native -- The future of the cloud -- Demystifying continuous integration versus continuous delivery versus continuous deployment -- Continuous integration -- Continuous delivery -- Continuous deployment CI/CD in the real world -- Summary -- Chapter 2: A Cloud-Native Approach to CI/CD -- Being a software developer in the age of cloud-native development -- Understanding cloud-native CI/CD -- Containers -- Serverless -- DevOps -- Introducing Tekton -- Tekton CLI -- Tekton Triggers -- Tekton Catalog -- Tekton Dashboard -- Exploring Tekton's building blocks -- Steps, tasks, and pipelines -- Where to use a step, a task, or a pipeline -- Workspaces -- Understanding TaskRuns and PipelineRuns -- TaskRuns -- PipelineRuns -- Summary -- Section 2: Tekton Building Blocks Chapter 3: Installation and Getting Started -- Technical requirements -- Setting up a developer environment -- Git -- Node.js -- VS Code -- Installing a container runtime and setting up a registry -- Docker -- Docker Hub -- Picking a Kubernetes distribution (local, cloud, hosted) -- minikube -- Connecting to your Kubernetes cluster -- Preparing the Tekton tooling -- Tekton Dashboard -- Summary -- Chapter 4: Stepping into Tasks -- Technical requirements -- Introducing tasks -- Understanding Steps -- Building your first task -- Adding additional Steps -- Using scripts -- Adding task parameters Making the Hello task more reusable -- Using array type parameters -- Adding a default value -- Sharing data -- Accessing the home directory -- Using results -- Using Kubernetes volumes -- Using workspaces -- Visualizing tasks -- The VS Code Tekton Pipelines extension -- Tekton Dashboard -- Digging into TaskRuns -- Getting your hands dirty -- More than Hello World -- Build a generic curl task -- Create a random user -- Summary -- Chapter 5: Jumping into Pipelines -- Technical requirements -- Introducing pipelines -- Building your first pipeline -- Parameterizing pipelines Reusing tasks in the context of a pipeline -- Ordering tasks within pipelines -- Using task results in pipelines -- Introducing pipeline runs -- Getting your hands dirty -- Back to the basics -- Counting files in a repo -- Weather services -- Summary -- Chapter 6: Debugging and Cleaning Up Pipelines and Tasks -- Technical requirements -- Debugging pipelines -- Running a halting task -- Adding a finally task -- Getting your hands dirty -- Fail if root -- Make your bets -- Summary -- Chapter 7: Sharing Data with Workspaces -- Technical requirements -- Introducing workspaces Software frameworks. http://id.loc.gov/authorities/subjects/sh2013002773 Computer software Development. http://id.loc.gov/authorities/subjects/sh85029535 Cadres d'applications (Informatique) Computer software Development fast Software frameworks fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh2013002773 http://id.loc.gov/authorities/subjects/sh85029535 |
title | Building CI/CD Systems Using Tekton Develop Flexible and Powerful CI/CD Pipelines Using Tekton Pipelines and Triggers. |
title_auth | Building CI/CD Systems Using Tekton Develop Flexible and Powerful CI/CD Pipelines Using Tekton Pipelines and Triggers. |
title_exact_search | Building CI/CD Systems Using Tekton Develop Flexible and Powerful CI/CD Pipelines Using Tekton Pipelines and Triggers. |
title_full | Building CI/CD Systems Using Tekton [electronic resource] : Develop Flexible and Powerful CI/CD Pipelines Using Tekton Pipelines and Triggers. |
title_fullStr | Building CI/CD Systems Using Tekton [electronic resource] : Develop Flexible and Powerful CI/CD Pipelines Using Tekton Pipelines and Triggers. |
title_full_unstemmed | Building CI/CD Systems Using Tekton [electronic resource] : Develop Flexible and Powerful CI/CD Pipelines Using Tekton Pipelines and Triggers. |
title_short | Building CI/CD Systems Using Tekton |
title_sort | building ci cd systems using tekton develop flexible and powerful ci cd pipelines using tekton pipelines and triggers |
title_sub | Develop Flexible and Powerful CI/CD Pipelines Using Tekton Pipelines and Triggers. |
topic | Software frameworks. http://id.loc.gov/authorities/subjects/sh2013002773 Computer software Development. http://id.loc.gov/authorities/subjects/sh85029535 Cadres d'applications (Informatique) Computer software Development fast Software frameworks fast |
topic_facet | Software frameworks. Computer software Development. Cadres d'applications (Informatique) Computer software Development Software frameworks |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2990666 |
work_keys_str_mv | AT lordjoel buildingcicdsystemsusingtektondevelopflexibleandpowerfulcicdpipelinesusingtektonpipelinesandtriggers |