Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Hands-On Auto DevOps with GitLab CI
Rating: 3.9 out of 5(314 ratings)
2,549 students

Hands-On Auto DevOps with GitLab CI

Jump-start your application development with automated continuous integration and deployment!
Last updated 4/2019
English

What you'll learn

  • Automate your application builds, tests, and deployments through a simple configuration of GitLab CI.
  • Build confidence in your software by integrating test and quality checking into your development process.
  • Deploy your application automatically to virtualized and containerized cloud environments so your software is always up-to-date
  • Integrate monitoring so you can be sure your application is working well in production
  • Create your own automated build infrastructure fully under your control.

Course content

5 sections27 lectures3h 38m total length
  • The Course Overview4:16

    This video will give you an overview about the course.

  • Automated DevOps with GitLab CI9:55

    DevOps requires the ability to automatically build, test, and deploy code. GitLab CI integrates directly into GitLab to perform continuous integration.

    • Describe DevOps and Continuous Integration

    • Describe GitLab CI

    • Demonstrate building, testing, and deploying an application using GitLab CI

  • Integrating Kubernetes and GitLab CI7:53

    To deploy our application, we need a reliable environment that supports updates with zero downtime. GitLab CI integrates well with Kubernetes to provide this environment.

    • Understand Docker and Kubernetes and how they work together

    • Use GitLab CI to create a Kubernetes cluster in Google Kubernetes Engine

    • Link the Kubernetes cluster to GitLab CI to deploy applications

  • DevOps with Zero Configuration9:54

    GitLab CI provides sophisticated application build and deployment without requiring us to create any build configuration at all.

    • Enable Auto DevOps in GitLab CI

    • Push our code to create and run an Auto DevOps pipeline

    • Demonstrate how our Auto DevOps pipeline deploys our application to Kubernetes

  • Creating GitLab CI Configuration8:31

    To completely control our GitLab CI jobs, we need to create a GitLab CI configuration file.

    • Understand the .gitlab-ci.yml file

    • Define a basic build script and customize the build environment

    • Understand how GitLab CI determines build success or failure

  • Building and Testing with Docker9:53

    To build Docker images inside our GitLab CI Docker executor, we need to configure and use a Docker-in-Docker setup.

    • Define a Docker daemon as an extra service for our GitLab CI build

    • Use built-in variables to define the name and version ID of our Docker image

    • Build the Docker image and push to GitLab Container Registry

Requirements

  • Basic familiarity with version control in Git will help

Description

Developing modern software requires an automated pipeline that builds, tests, and deploys your application, complete with its required infrastructure. GitLab is a Git-based version control server, available at gitlab .com or as a private server. GitLab CI provides automated builds and deployments right from within GitLab. With GitLab CI, it is easy to add build and deployment automation that triggers on every code change, helping you build high-quality, reliable software and deploy it to production at speed. This course will give you a hands-on tutorial on GitLab CI. You will use GitLab CI to create a DevOps pipeline to automatically build, test, and deploy software to virtual machines and container environments.

You will explore the features of GitLab CI, including using runners to execute build jobs, creating multi-stage builds, and deploying to virtualized and containerized environments. You will see how easy it is to get started with GitLab CI by deploying your own runners in cloud environments or on your own servers, using Docker and Kubernetes or ordinary scripting.

By the end of this course, you'll be ready to use GitLab CI for your own applications to automate your build and deployment pipelines.

About the Author

Alan Hohn is a Lockheed Martin Fellow who specializes in DevOps, microservice architecture, and agile. He is experienced at deploying and configuring GitLab CI and in helping teams take advantage of its ability to automate application builds, tests, and deployments. He has extensive experience teaching technical topics and loves to combine examples and explanation to make any technology clearer.

Who this course is for:

  • This course is for application developers and DevOps team members who need to build, test, and deploy software. Basic familiarity with version control in Git will help. The examples will build and test a JavaScript application, but you don't need to know any JavaScript to follow along.