Giter Site home page Giter Site logo

code-devops-workshop's Introduction

CODE DevOps Workshop: Clouds, Containers, CI/CD and You!

Summary

This workshop will be a mixture of interactive learning and hands-on practical work, so come prepared to get your hands dirty! In this workshop we will:

  • Use Amazon Web Services (AWS) to launch and use compute resources in the Cloud
  • Run a Jenkins Continuous Integration (CI) server as a Docker container (jenkins-code) on an AWS instance
  • Set up a CI/CD pipeline for a GitHub repository, so you can have automated Build, Test and Deploy, each time you commit
  • Practise some TDD on a Python application, and see how it interacts with the CI system

Prior to the workshop, please complete the Pre-Work

Repository Contents

This repository contains the following:

CODE-devops-workshop
├── app
│   └── ... # Source code for Python Flask app 
├── doc
│   ├── SECTION-A.md ─┐
│   ├── SECTION-B.md  ├── # Contains workshop instructions
│   └── SECTION-C.md ─┘
├── Dockerfile # Source for the Docker container to be built
├── Jenkinsfile # CI/CD Pipeline as Code
└── README.md # This readme

Pre-Work

You will need

Recommended Reading

Register your AWS Educate Account

Amazon Web Services (AWS) is a public cloud provider, that we will use to launch preconfigured instances for this workshop

To log into the AWS console:

  • Log into your AWS educate account, click 'AWS Account' from the menu bar, click "Go to your AWS Educate starter account"
  • This will launch a new window. Hit 'Start Lab' and 'Open Console'

code-devops-workshop's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.