{"course":{"productid":29648,"modality":1,"active":true,"language":"fr","title":"Cloud Ready Hackathon","productcode":"CLRHK","vendorcode":"FL","vendorname":"Fast Lane","fullproductcode":"FL-CLRHK","courseware":{"has_ekit":false,"has_printkit":true,"language":""},"url":"https:\/\/portal.flane.ch\/course\/training-clrhk","objective":"<p><strong>Learning Outcomes<\/strong><br\/><\/p>\n<p>This Hackathon encompasses the modern software development toolbox &ndash; from source control, across testing tools to continuous integration and deployment. Each engineer working with software needs to have experience with these to be successful in the modern, cloud-native world.Every attendee will build the following technical skills:\n<\/p>\n<ul>\n<li>Fluency with the basic set of bash commands necessary to work in a Linux\/Unix based environment<\/li><li>Experience with Git commands to be able to successfully participate in development teams, both from the command line and chosen IDE<\/li><li>Familiarity with software testing process, both the writing and executing tests<\/li><li>Experience with Docker (creating and running custom images, pushing images to private docker repository)<\/li><li>Experience with Kubernetes (running a cluster, deploying, running, and upgrading a microservice app)<\/li><li>Working knowledge of chosen CI\/CD automation tool (either Jenkins or GitHub actions)<\/li><\/ul><p>Attendees will also explore the concepts of test-driven development, infrastructure as code, microservice architecture and service mesh.<br\/><\/p>\n<p>Cloud Ready Hackathon builds on the concept of learning-by-doing in a highly interactive environment. Solving the real world problem without being told directly what to do will enable attendees to apply acquired skills immediately \non their job<\/p>","contents":"<p><strong>Challenges<\/strong><br\/><\/p>\n<p>The challenges are connected &ndash; each of them builds on top of the previous one. The attendees will be given a repo containing the source code of the demo application consisting of several microservices developed using node.js. This \napplication will be used throughout the Bootcamp, and each challenge will present a piece of the puzzle towards the story of continuous delivery into the Kubernetes environment. Challenges are briefly described below:<\/p>\n<p><strong>Challenge 1: Hello Linux<\/strong>\n<\/p>\n<ul>\n<li>A lap around Linux basics (most common bash commands, grep, vi\/vim, writing scripts)<\/li><\/ul><p><strong>Challenge 2: To get or Git the code<\/strong>\n<\/p>\n<ul>\n<li>Introduction to Git concept of source control. Tasks include cloning repos, committing, pushing, branching, etc.<\/li><\/ul><p><strong>Challenge 3: Test, test, test&hellip; and then code<\/strong>\n<\/p>\n<ul>\n<li>Implement Unit tests for the existing code with Jest.<\/li><li>Introducing Test-Driven Development. Implement new functionalities in a test-driven manner (first test, then code).<\/li><li>Create a code-coverage report using SonarQube.<\/li><\/ul><p><strong>Challenge 4: Pack it and send it to the dock<\/strong>\n<\/p>\n<ul>\n<li>Introduction to containers with Docker.<\/li><li>Creating Dockerfile, building images and pushing to Docker registry.<\/li><\/ul><p><strong>Challenge 5: Let the orchestration begin!<\/strong>\n<\/p>\n<ul>\n<li>Introduction to Kubernetes.<\/li><li>Creating the first cluster using Google Kubernetes Engine. Deploying first container images to Kubernetes cluster.<\/li><\/ul><p><strong>Challenge 6: Let&rsquo;s automate the packaging<\/strong>\n<\/p>\n<ul>\n<li>Introduction to CI\/CD tools. Creating the continuous integration pipeline with unit testing, branch protection, code-quality gates, and creating and pushing container images.<\/li><li>The attendee teams will be able to choose between Jenkins and GitHub Actions &ndash; whichever works for them<\/li><\/ul><p><strong>Challenge 7: Putting it all together<\/strong>\n<\/p>\n<ul>\n<li>Creating deployment pipeline for Continuous Delivery using Jenkins or GitHub Actions. Zero-downtime deployment using Helm.<\/li><\/ul><p><strong>Challenge 8: Coding the infrastructure<\/strong>\n<\/p>\n<ul>\n<li>Introduction to Terraform. Creating the infrastructure-as-code scripts for deploying the K8s and other services on GCP or Azure.<\/li><\/ul><p><strong>Challenge 9: What&rsquo;s up with my application?<\/strong>\n<\/p>\n<ul>\n<li>Implementing monitoring solution leveraging Prometheus and Graphana. Deploying a &ldquo;dirty&rdquo; application and monitoring the status of the cluster.<\/li><li>Implementing resource limitations for containers.<\/li><li>Implementing alerting.<\/li><\/ul><p><strong>Challenge 10: Now, let&rsquo;s mesh it up!<\/strong>\n<\/p>\n<ul>\n<li>Introduction of Istio as service mesh platform for Kubernetes. Implementing advanced microservices scenarios (advanced routing, retries with exponential backoff, circuit breaker, health checks, mutual TLS, &hellip;).<\/li><li>Canary deployment<\/li><\/ul>","summary":"<p>The Cloud Ready Hackathon prepares the engineers of all flavours for cloud-native development and deployment. It&#039;s focus is to give attendees a hands-on experience of working with Linux, Git, Docker, Kubernetes, popular DevOps tools such as GitHub Actions, Jenkins and Terraform. Attendees will work in teams completing a set of gated challenges that will take them on a journey to becoming the stars of today&rsquo;s modern, cloud-native application world.<\/p>","objective_plain":"Learning Outcomes\n\n\nThis Hackathon encompasses the modern software development toolbox \u2013 from source control, across testing tools to continuous integration and deployment. Each engineer working with software needs to have experience with these to be successful in the modern, cloud-native world.Every attendee will build the following technical skills:\n\n\n\n- Fluency with the basic set of bash commands necessary to work in a Linux\/Unix based environment\n- Experience with Git commands to be able to successfully participate in development teams, both from the command line and chosen IDE\n- Familiarity with software testing process, both the writing and executing tests\n- Experience with Docker (creating and running custom images, pushing images to private docker repository)\n- Experience with Kubernetes (running a cluster, deploying, running, and upgrading a microservice app)\n- Working knowledge of chosen CI\/CD automation tool (either Jenkins or GitHub actions)\nAttendees will also explore the concepts of test-driven development, infrastructure as code, microservice architecture and service mesh.\n\n\nCloud Ready Hackathon builds on the concept of learning-by-doing in a highly interactive environment. Solving the real world problem without being told directly what to do will enable attendees to apply acquired skills immediately \non their job","contents_plain":"Challenges\n\n\nThe challenges are connected \u2013 each of them builds on top of the previous one. The attendees will be given a repo containing the source code of the demo application consisting of several microservices developed using node.js. This \napplication will be used throughout the Bootcamp, and each challenge will present a piece of the puzzle towards the story of continuous delivery into the Kubernetes environment. Challenges are briefly described below:\n\nChallenge 1: Hello Linux\n\n\n\n- A lap around Linux basics (most common bash commands, grep, vi\/vim, writing scripts)\nChallenge 2: To get or Git the code\n\n\n\n- Introduction to Git concept of source control. Tasks include cloning repos, committing, pushing, branching, etc.\nChallenge 3: Test, test, test\u2026 and then code\n\n\n\n- Implement Unit tests for the existing code with Jest.\n- Introducing Test-Driven Development. Implement new functionalities in a test-driven manner (first test, then code).\n- Create a code-coverage report using SonarQube.\nChallenge 4: Pack it and send it to the dock\n\n\n\n- Introduction to containers with Docker.\n- Creating Dockerfile, building images and pushing to Docker registry.\nChallenge 5: Let the orchestration begin!\n\n\n\n- Introduction to Kubernetes.\n- Creating the first cluster using Google Kubernetes Engine. Deploying first container images to Kubernetes cluster.\nChallenge 6: Let\u2019s automate the packaging\n\n\n\n- Introduction to CI\/CD tools. Creating the continuous integration pipeline with unit testing, branch protection, code-quality gates, and creating and pushing container images.\n- The attendee teams will be able to choose between Jenkins and GitHub Actions \u2013 whichever works for them\nChallenge 7: Putting it all together\n\n\n\n- Creating deployment pipeline for Continuous Delivery using Jenkins or GitHub Actions. Zero-downtime deployment using Helm.\nChallenge 8: Coding the infrastructure\n\n\n\n- Introduction to Terraform. Creating the infrastructure-as-code scripts for deploying the K8s and other services on GCP or Azure.\nChallenge 9: What\u2019s up with my application?\n\n\n\n- Implementing monitoring solution leveraging Prometheus and Graphana. Deploying a \u201cdirty\u201d application and monitoring the status of the cluster.\n- Implementing resource limitations for containers.\n- Implementing alerting.\nChallenge 10: Now, let\u2019s mesh it up!\n\n\n\n- Introduction of Istio as service mesh platform for Kubernetes. Implementing advanced microservices scenarios (advanced routing, retries with exponential backoff, circuit breaker, health checks, mutual TLS, \u2026).\n- Canary deployment","summary_plain":"The Cloud Ready Hackathon prepares the engineers of all flavours for cloud-native development and deployment. It's focus is to give attendees a hands-on experience of working with Linux, Git, Docker, Kubernetes, popular DevOps tools such as GitHub Actions, Jenkins and Terraform. Attendees will work in teams completing a set of gated challenges that will take them on a journey to becoming the stars of today\u2019s modern, cloud-native application world.","version":"1.0","duration":{"unit":"d","value":5,"formatted":"5 jours"},"pricelist":{"List Price":{"SI":{"country":"SI","currency":"EUR","taxrate":20,"price":3650},"GR":{"country":"GR","currency":"EUR","taxrate":null,"price":3650},"MK":{"country":"MK","currency":"EUR","taxrate":null,"price":3650},"HU":{"country":"HU","currency":"EUR","taxrate":20,"price":3650},"NL":{"country":"NL","currency":"EUR","taxrate":21,"price":3745},"BE":{"country":"BE","currency":"EUR","taxrate":21,"price":3745},"GB":{"country":"GB","currency":"GBP","taxrate":20,"price":3300}}},"lastchanged":"2025-10-20T09:26:48+02:00","parenturl":"https:\/\/portal.flane.ch\/swisscom\/fr\/json-courses","nexturl_course_schedule":"https:\/\/portal.flane.ch\/swisscom\/fr\/json-course-schedule\/29648","source_lang":"fr","source":"https:\/\/portal.flane.ch\/swisscom\/fr\/json-course\/training-clrhk"}}