Tags
Language
Tags
June 2024
Su Mo Tu We Th Fr Sa
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6

Build, Deploy configure CI CD with Github Actions & Workflow

Posted By: BlackDove
Build, Deploy configure CI CD with Github Actions & Workflow

Build, Deploy configure CI CD with Github Actions & Workflow
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.48 GB | Duration: 22 lectures • 2h 35m


This course shows examples and use cases for building, and deploying your application/infrastructure code using GitHub .

What you'll learn
Understand fundamentally what workflows and GitHub actions are
Workflow
Jobs
Learn how docker can be used in a github workflow
CI CD of Kotlin application
CI CD of azure Infrastructure
Write YAML from scratch
Create a real-life CI/CD workflow for code testing, formatting, versioning and more

Requirements
Basic Knowledge of YAML
Basic CI CD basic concepts
Azure Trial Account (Good to have)
Description
Automate your workflow from idea to production

GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make code reviews, branch management, and issue triaging work the way you want.

Whether you want to build a container, deploy a web service, or automate welcoming new users to your open source projects—there's an action for that.

GitHub Actions connects all of your tools to automate every step of your development workflow. Easily deploy to any cloud, create tickets in Jira, or publish a package to npm.

Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. You can discover, create, and share actions to perform any job you'd like, including CI/CD, and combine actions in a completely customized workflow.

Whether you are new to GitHub Actions or interested in learning all they have to offer, this guide will help you use GitHub Actions to accelerate your application development workflows.

No theory only Hands-on based on real world examples.

Primarily what we are covering is

Introduction to Github

Pricing

Introduction

CI CD for Application Deployment

Start setting up JAVA application directory

build project using gradlew, push docker image to docker hub

define github-action.yaml in the working repo

Building and Deploying KOTLIN app on Github Actions

Do a docker build on the runner

Create Github Secrets for docker login

use if condition on job failure/success

Azure Login Action Task injecting Secrets

Create an Azure Kubernetes Cluster

Azure Kubernetes Github Action Task

Real world practises

Use Github Action task for docker tasks

create custom task to generate image version

Expression using needs & output

Multi Staged Job

Who this course is for
Infrastructure Administrator
System Engineer
SRE
CI CD Manager
DevOps Engineer