Skip to content

MSebastian2021/dsti-devops-2022-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSTI DevOps course

Materials for the DevOps course at DSTI.

Modules

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

Assignment

The course assignment is consist of:

  1. Participation
  2. Project
  3. MCQ exam

Usage

Reading slides' content

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

  • index.md - materials for the module
  • lab.md - labs description
  • homework.md - homework description
  • lab 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 - dsti-devops-2022-spring.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/dsti-devops-2022-spring.git devops
cd devops/gatsby
# 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
[email protected]
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