from-dev-to-ops icon indicating copy to clipboard operation
from-dev-to-ops copied to clipboard

🛠 A set of exercises for software engineers who would like to jump into devops technologies.

From Dev To Ops

👷🏾‍♂️ Work in progress

A set of exercises for software engineers who would like to jump into devops technologies.

Chapters

  • [x] 1 - AWS Networking - Basics with Lambda
  • [x] 2 - kubernetes cluster
  • [x] 3 - Continuous Deployment
  • [x] 4 - Telemetry (grafana / jaeger )
  • [x] 5 - Secrets (sealed secret / vault)
  • [x] 6 - Continuous Integration (Helm chart, Helm tests, TF tests)
  • [ ] 7 - Cluster meshes (Istio / Cilium)
  • [ ] 8 - Distributed databases (CockroachDB)
  • [ ] 9 - Persistent Volumes

How to study

You can use this repository in two different ways;

  • Do every exercise from the scratch following the README files on each chapter folder. As I'm using this repo to add my solutions, create your own to put your code.
  • Another option would be simply reading the problem and looking at the current solution, in case of suggestion please open an issue or send a pull request.