{"id":5802,"date":"2024-03-18T11:00:18","date_gmt":"2024-03-18T10:00:18","guid":{"rendered":"https:\/\/onlu.ch\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/"},"modified":"2026-07-02T13:49:23","modified_gmt":"2026-07-02T11:49:23","slug":"tekton-cicd-example-project-infrastructure-setup-part-1-3","status":"publish","type":"post","link":"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/","title":{"rendered":"Tekton CICD example project &#8211; infrastructure setup (part 1\/3)"},"content":{"rendered":"\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>In this next installment of the <a href=\"https:\/\/www.udemy.com\/course\/tekton-the-quick-start\/\">Tekton course<\/a>, we&#8217;ll delve into a real-world business scenario, guiding through the<br\/>process step by step. Our journey will revolve around a straightforward Golang project hosted on GitHub. Leveraging the<br\/>robust infrastructure of Google Cloud Platform (GCP), we&#8217;ll craft a seamless CI\/CD pipeline using Tekton on a managed<br\/>Kubernetes cluster. This hands-on approach will bridge theory with practical experience, offering a glimpse into the<br\/>challenges developers and engineers encounter in the cloud-native landscape.   <\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"328\" src=\"https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/tekton-horizontal-icon-1024x328.png\" alt=\"\" class=\"wp-image-2500\" srcset=\"https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/tekton-horizontal-icon-1024x328.png 1024w, https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/tekton-horizontal-icon-300x96.png 300w, https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/tekton-horizontal-icon-768x246.png 768w, https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/tekton-horizontal-icon-1536x492.png 1536w, https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/tekton-horizontal-icon-2048x657.png 2048w, https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/tekton-horizontal-icon-650x208.png 650w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"286\" height=\"176\" src=\"https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/GCP-ICON-1.png\" alt=\"\" class=\"wp-image-2502\"\/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">1 Infrastructure setup<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In this first article, we go start directly by creating a GCP account, installing and configuring the <code>gcloud<\/code><br\/>command-line tool, and launching our first Google Kubernetes Engine (GKE) cluster in order to install Tekton on it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2 Create GCP account<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Before we can dive into GCP services like GKE, we&#8217;ll need to create a GCP account. Follow these steps: <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1. <strong>go to the GCP console<\/strong>: Navigate to the Google Cloud Platform console at <a href=\"https:\/\/console.cloud.google.com\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/console.cloud.google.com.<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. <strong>sign up<\/strong>: If we don&#8217;t have a Google account, we&#8217;ll need to create one. If we do, sign in using existing credentials. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3. <strong>complete the registration<\/strong>: Follow the prompts to complete the registration process. We need to provide billing information, but Google offers a free trial with a certain amount of credit to get started which is totally enough for testing purposes. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">4. <strong>open console<\/strong>: Navigate to the Google Cloud Platform Console at <a href=\"https:\/\/console.cloud.google.com\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/console.cloud.google.com<\/a> and you should be able to navigate to all the services GCP offers. We won&#8217;t use the user interface but the gcloud cli. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"498\" src=\"https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-10-at-12.36.09-1024x498.png\" alt=\"\" class=\"wp-image-2517\" srcset=\"https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-10-at-12.36.09-1024x498.png 1024w, https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-10-at-12.36.09-300x146.png 300w, https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-10-at-12.36.09-768x373.png 768w, https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-10-at-12.36.09-1536x746.png 1536w, https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-10-at-12.36.09-2048x995.png 2048w, https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-10-at-12.36.09-650x316.png 650w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">3 Installing and configuring the gcloud CLI<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The <strong>gcloud<\/strong> command-line tool is a powerful utility for interacting with GCP resources from the command line. Here&#8217;s how to get it set up:<br\/>1. <strong>Install the gcloud CLI<\/strong>: Visit the <a href=\"https:\/\/cloud.google.com\/sdk\/docs\/install\">Install-page<\/a> and follow the instructions for the operating system to download and install the CLI. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For <strong>mac users<\/strong>: We can install the Google Cloud SDK by executing the following commands in our terminal:<\/p>\n\n\n\n<pre class=\"wp-block-code\">\n$ wget https:\/\/dl.google.com\/dl\/cloudsdk\/channels\/rapid\/downloads\/google-cloud-cli-464.0.0-linux-arm.tar.gz\n$ tar -xzf google-cloud-cli-464.0.0-linux-arm.tar.gz\n$ cd google-cloud-sdk\/\n$ .\/install.sh\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">2. <strong>login with gcloud CLI<\/strong>: We must initialize, so login with the gcloud cli in order to interact with the platform later on.<\/p>\n\n\n\n<pre class=\"wp-block-code\">\n$ gcloud init\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The wizard will guide through the process of setting up the CLI accordingly.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4 Using gcloud CLI<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Now that we have the <strong>gcloud cli<\/strong> set up, let&#8217;s proceed with launching a GKE cluster:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">1. <strong>enable kubernetes engine api<\/strong>: Before creating a cluster, make sure the kubernetes engine api is enabled<\/p>\n\n\n\n<pre class=\"wp-block-code\">\n$ gcloud services enable container.googleapis.com\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">2. <strong>create a GKE cluster<\/strong>: Use the following command to create a GKE cluster with desired specifications<\/p>\n\n\n\n<pre class=\"wp-block-code\">\n$ gcloud container clusters create tekton-cluster --zone=europe-west3-c --machine-type=e2-medium --disk-size=50GB\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">3. <strong>install gke-gcloud-auth-plugin<\/strong>: Install the <em>gke-gcloud-auth-plugin<\/em> to enable authentication with the GKE cluster<\/p>\n\n\n\n<pre class=\"wp-block-code\">\n$ gcloud components install gke-gcloud-auth-plugin\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">4. <strong>set environment variable<\/strong>: Set the environment variable to enable <em>gke-gcloud-auth-plugin<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\">\n# zshell\n$ echo \"export USE_GKE_GCLOUD_AUTH_PLUGIN=True\" > ~\/.zshrc\n\n# bash\n$ echo \"export USE_GKE_GCLOUD_AUTH_PLUGIN=True\" > ~\/.bashrc\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">5. <strong>get cluster credentials<\/strong>: Authenticate <em>kubectl<\/em> with your GKE cluster:<\/p>\n\n\n\n<pre class=\"wp-block-code\">\n$ gcloud container clusters get-credentials tekton-cluster --zone=europe-west3-c\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">6. <strong>verify configuration<\/strong>: Verify that the correct cluster configuration is set<\/p>\n\n\n\n<pre class=\"wp-block-code\">\n$ kubectl config current-context\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">5 Install Tekton on GKE<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To install Tekton on your GKE cluster, you can use the provided script. Ensure to replace the version numbers with<br\/>the most recent ones available to ensure you&#8217;re installing the latest version of Tekton. <\/p>\n\n\n\n<pre class=\"wp-block-code\">\n#!\/usr\/bin\/env bash\n\nset -e\n\ntekton_version=\"v0.52.0\"\ntekton_triggers_version=\"v0.25.3\"\ntekton_dashboard_version=\"v0.43.0\"\n\nkubectl config use-context gke_peerless-fabric-414907_europe-west3-c_tekton-cluster\n\nkubectl apply --filename \"https:\/\/storage.googleapis.com\/tekton-releases\/pipeline\/previous\/${tekton_version}\/release.yaml\"\nkubectl apply --filename \"https:\/\/storage.googleapis.com\/tekton-releases\/triggers\/previous\/${tekton_triggers_version}\/release.yaml\"\nkubectl apply --filename \"https:\/\/storage.googleapis.com\/tekton-releases\/triggers\/previous\/${tekton_triggers_version}\/interceptors.yaml\"\nkubectl apply --filename \"https:\/\/storage.googleapis.com\/tekton-releases\/dashboard\/previous\/${tekton_dashboard_version}\/release-full.yaml\"\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">After executing the script, you can verify that Tekton components are running:<\/p>\n\n\n\n<pre class=\"wp-block-code\">\n$ kubectl get pods -n tekton-pipelines\n$ kubectl get pods -n tekton-pipelines-resolvers\n<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"270\" src=\"https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-12-at-19.43.01-1024x270.png\" alt=\"\" class=\"wp-image-2515\" srcset=\"https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-12-at-19.43.01-1024x270.png 1024w, https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-12-at-19.43.01-300x79.png 300w, https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-12-at-19.43.01-768x202.png 768w, https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-12-at-19.43.01-1536x405.png 1536w, https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-12-at-19.43.01-650x171.png 650w, https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/Screenshot-2024-03-12-at-19.43.01.png 2026w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Congratulations! We&#8217;ve successfully set up a Google Kubernetes Engine (GKE) cluster, installed Tekton for CI\/CD workflows,<br\/>and verified that Tekton components are running smoothly. <\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">6 Save budget<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Remember, if you no longer need the GKE cluster, you can shut it down to save on costs using the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\">\n$ gcloud container clusters resize tekton-cluster --num-nodes=0 --zone=europe-west3-c -q\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">With Tekton installed, we&#8217;re now ready to start implementing Tekton pipelines for our example golang project.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">First, let&#8217;s start in the next article with the pipeline design.<\/p>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In this next installment of the Tekton course, we&#8217;ll delve into a real-world business scenario, guiding through theprocess step by step. Our journey will revolve around a straightforward Golang project [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[119],"tags":[],"class_list":["post-5802","post","type-post","status-publish","format-standard","hentry","category-devops-platform-engineering"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tekton CICD example project - infrastructure setup (part 1\/3) - ONLU AG<\/title>\n<meta name=\"description\" content=\"Raspberry Pi, Angular, Golang, Ansible, Podman\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tekton CICD example project - infrastructure setup (part 1\/3) - ONLU AG\" \/>\n<meta property=\"og:description\" content=\"Raspberry Pi, Angular, Golang, Ansible, Podman\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/\" \/>\n<meta property=\"og:site_name\" content=\"ONLU AG\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-18T10:00:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-02T11:49:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/tekton-horizontal-icon.png\" \/>\n\t<meta property=\"og:image:width\" content=\"3001\" \/>\n\t<meta property=\"og:image:height\" content=\"962\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Christoph Linse\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christoph Linse\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/tekton-cicd-example-project-infrastructure-setup-part-1-3\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/tekton-cicd-example-project-infrastructure-setup-part-1-3\\\/\"},\"author\":{\"name\":\"Christoph Linse\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#\\\/schema\\\/person\\\/353c364495054e80cbd27ab514737661\"},\"headline\":\"Tekton CICD example project &#8211; infrastructure setup (part 1\\\/3)\",\"datePublished\":\"2024-03-18T10:00:18+00:00\",\"dateModified\":\"2026-07-02T11:49:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/tekton-cicd-example-project-infrastructure-setup-part-1-3\\\/\"},\"wordCount\":593,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/tekton-cicd-example-project-infrastructure-setup-part-1-3\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/onlu.ch\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/tekton-horizontal-icon-1024x328.png\",\"articleSection\":[\"DevOps &amp; Platform Engineering\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/onlu.ch\\\/en\\\/tekton-cicd-example-project-infrastructure-setup-part-1-3\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/tekton-cicd-example-project-infrastructure-setup-part-1-3\\\/\",\"url\":\"https:\\\/\\\/onlu.ch\\\/en\\\/tekton-cicd-example-project-infrastructure-setup-part-1-3\\\/\",\"name\":\"Tekton CICD example project - infrastructure setup (part 1\\\/3) - ONLU AG\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/tekton-cicd-example-project-infrastructure-setup-part-1-3\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/tekton-cicd-example-project-infrastructure-setup-part-1-3\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/onlu.ch\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/tekton-horizontal-icon-1024x328.png\",\"datePublished\":\"2024-03-18T10:00:18+00:00\",\"dateModified\":\"2026-07-02T11:49:23+00:00\",\"description\":\"Raspberry Pi, Angular, Golang, Ansible, Podman\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/tekton-cicd-example-project-infrastructure-setup-part-1-3\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/onlu.ch\\\/en\\\/tekton-cicd-example-project-infrastructure-setup-part-1-3\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/tekton-cicd-example-project-infrastructure-setup-part-1-3\\\/#primaryimage\",\"url\":\"https:\\\/\\\/onlu.ch\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/tekton-horizontal-icon-1024x328.png\",\"contentUrl\":\"https:\\\/\\\/onlu.ch\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/tekton-horizontal-icon-1024x328.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/tekton-cicd-example-project-infrastructure-setup-part-1-3\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/onlu.ch\\\/en\\\/home-page\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tekton CICD example project &#8211; infrastructure setup (part 1\\\/3)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/onlu.ch\\\/en\\\/\",\"name\":\"ONLU AG\",\"description\":\"Massgeschneiderte Software \u2013 Ihr hoch-qualifiziertes IT Team\",\"publisher\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/onlu.ch\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#organization\",\"name\":\"ONLU AG\",\"alternateName\":\"ONLU.CH\",\"url\":\"https:\\\/\\\/onlu.ch\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/onlu.ch\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/onlu-logo-red-arrow.png\",\"contentUrl\":\"https:\\\/\\\/onlu.ch\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/onlu-logo-red-arrow.png\",\"width\":800,\"height\":221,\"caption\":\"ONLU AG\"},\"image\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/ch.linkedin.com\\\/company\\\/onlu\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#\\\/schema\\\/person\\\/353c364495054e80cbd27ab514737661\",\"name\":\"Christoph Linse\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3a295372eae36b7fa132ff908936fec734764799ddec57d186881d0f2a164372?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3a295372eae36b7fa132ff908936fec734764799ddec57d186881d0f2a164372?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3a295372eae36b7fa132ff908936fec734764799ddec57d186881d0f2a164372?s=96&d=mm&r=g\",\"caption\":\"Christoph Linse\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tekton CICD example project - infrastructure setup (part 1\/3) - ONLU AG","description":"Raspberry Pi, Angular, Golang, Ansible, Podman","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/","og_locale":"en_US","og_type":"article","og_title":"Tekton CICD example project - infrastructure setup (part 1\/3) - ONLU AG","og_description":"Raspberry Pi, Angular, Golang, Ansible, Podman","og_url":"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/","og_site_name":"ONLU AG","article_published_time":"2024-03-18T10:00:18+00:00","article_modified_time":"2026-07-02T11:49:23+00:00","og_image":[{"width":3001,"height":962,"url":"https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/tekton-horizontal-icon.png","type":"image\/png"}],"author":"Christoph Linse","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Christoph Linse","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/#article","isPartOf":{"@id":"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/"},"author":{"name":"Christoph Linse","@id":"https:\/\/onlu.ch\/en\/#\/schema\/person\/353c364495054e80cbd27ab514737661"},"headline":"Tekton CICD example project &#8211; infrastructure setup (part 1\/3)","datePublished":"2024-03-18T10:00:18+00:00","dateModified":"2026-07-02T11:49:23+00:00","mainEntityOfPage":{"@id":"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/"},"wordCount":593,"commentCount":0,"publisher":{"@id":"https:\/\/onlu.ch\/en\/#organization"},"image":{"@id":"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/#primaryimage"},"thumbnailUrl":"https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/tekton-horizontal-icon-1024x328.png","articleSection":["DevOps &amp; Platform Engineering"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/","url":"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/","name":"Tekton CICD example project - infrastructure setup (part 1\/3) - ONLU AG","isPartOf":{"@id":"https:\/\/onlu.ch\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/#primaryimage"},"image":{"@id":"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/#primaryimage"},"thumbnailUrl":"https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/tekton-horizontal-icon-1024x328.png","datePublished":"2024-03-18T10:00:18+00:00","dateModified":"2026-07-02T11:49:23+00:00","description":"Raspberry Pi, Angular, Golang, Ansible, Podman","breadcrumb":{"@id":"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/#primaryimage","url":"https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/tekton-horizontal-icon-1024x328.png","contentUrl":"https:\/\/onlu.ch\/wp-content\/uploads\/2024\/03\/tekton-horizontal-icon-1024x328.png"},{"@type":"BreadcrumbList","@id":"https:\/\/onlu.ch\/en\/tekton-cicd-example-project-infrastructure-setup-part-1-3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/onlu.ch\/en\/home-page\/"},{"@type":"ListItem","position":2,"name":"Tekton CICD example project &#8211; infrastructure setup (part 1\/3)"}]},{"@type":"WebSite","@id":"https:\/\/onlu.ch\/en\/#website","url":"https:\/\/onlu.ch\/en\/","name":"ONLU AG","description":"Massgeschneiderte Software \u2013 Ihr hoch-qualifiziertes IT Team","publisher":{"@id":"https:\/\/onlu.ch\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlu.ch\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/onlu.ch\/en\/#organization","name":"ONLU AG","alternateName":"ONLU.CH","url":"https:\/\/onlu.ch\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlu.ch\/en\/#\/schema\/logo\/image\/","url":"https:\/\/onlu.ch\/wp-content\/uploads\/2023\/06\/onlu-logo-red-arrow.png","contentUrl":"https:\/\/onlu.ch\/wp-content\/uploads\/2023\/06\/onlu-logo-red-arrow.png","width":800,"height":221,"caption":"ONLU AG"},"image":{"@id":"https:\/\/onlu.ch\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/ch.linkedin.com\/company\/onlu"]},{"@type":"Person","@id":"https:\/\/onlu.ch\/en\/#\/schema\/person\/353c364495054e80cbd27ab514737661","name":"Christoph Linse","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3a295372eae36b7fa132ff908936fec734764799ddec57d186881d0f2a164372?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3a295372eae36b7fa132ff908936fec734764799ddec57d186881d0f2a164372?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3a295372eae36b7fa132ff908936fec734764799ddec57d186881d0f2a164372?s=96&d=mm&r=g","caption":"Christoph Linse"}}]}},"_links":{"self":[{"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/posts\/5802","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/comments?post=5802"}],"version-history":[{"count":3,"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/posts\/5802\/revisions"}],"predecessor-version":[{"id":7943,"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/posts\/5802\/revisions\/7943"}],"wp:attachment":[{"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/media?parent=5802"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/categories?post=5802"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/tags?post=5802"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}