Skip to content

leoTigers/ece-devops-2021-fall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECE DevOps course

Materials for the DevOps course at ECE.

Modules

  1. Introduction to DevOps
  2. Source Control Management (SCM)
  3. Infrastructure as code (IaC) | with Ansible
  4. Continuous Testing
  5. Continuous Integration & Continuous Delivery (CI/CD) | with GitHub Actions and Heroku
  6. Containerization | with Docker
  7. Containers orchestration | with Kubernetes
  8. Cloud-native applications. Microservice architecture | with Istio
  9. Monitoring | with Prometheus and Grafana

Assignment

The course assignment is consist of:

  1. Participation
  2. Project
  3. MCQ exam (multiple choice questions)

Usage

Reading slides' content

Navigate inside the ./devops folder to read the raw material and access the labs. The module's folders contain following files:

  • index.md - materials for the module
  • slides.pdf - PDF slides
  • lab.md - labs description
  • homework.md - homework description
  • assets folder - assets provided for the labs
  • image folder - images used in the .md files

Access online slides

The slides are available on Netlify as a static website - ece-devops-2021-fall.netlify.app.

Netlify Status

Build slides locally as a static website

Run the following commands to get the site up and running.

# Clone the repository
git clone https://github.com/adaltas/ece-devops-2021-fall.git devops
cd devops/slide-builder
# Download the dependencies
npm install
# Start the development server
npm run develop
# If you have problem, try
npm run clean && npm run develop

Author

Sergei Kudinov
sergei@adaltas.com
Developer and Big Data Engineer at Adaltas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages