Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/filhodanuvem/from-dev-to-ops

🛠 A set of exercises for software engineers who would like to jump into devops technologies.
https://github.com/filhodanuvem/from-dev-to-ops

Last synced: 16 days ago
JSON representation

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

Lists

README

        

# 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.