Materials for the DevOps course at DSTI.
- Introduction to DevOps
- Source Control Management (SCM) | with Git
- Continuous Testing | with Node.js
- Continuous Integration & Continuous Delivery (CI/CD) | with GitHub Actions and Heroku
- Infrastructure as code (IaC) | with Vagrant and Ansible
- Containerization | with Docker
- Containers orchestration | with Docker Compose
- Containers orchestration | with Kubernetes
- Cloud-native applications and microservice architecture | with Istio
- Monitoring | with Prometheus and Grafana
The course assignment is consist of:
- Participation
- Project
- MCQ exam
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 modulelab.md
- labs descriptionhomework.md
- homework descriptionlab
folder - assets provided for the labsimage
folder - images used in the.md
files
The slides are available on Netlify as a static website - dsti-devops-2022-spring.netlify.app.
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
Sergei Kudinov
[email protected]
Developer and Big Data Engineer at Adaltas