Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Netdata | 63,274 | 20 hours ago | 321 | gpl-3.0 | C | |||||
Real-time performance monitoring, done right! https://www.netdata.cloud | ||||||||||
Devops Exercises | 43,460 | 5 days ago | 14 | other | Python | |||||
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions | ||||||||||
Traefik | 43,273 | 18 | a day ago | 160 | September 16, 2022 | 621 | mit | Go | ||
The Cloud Native Application Proxy | ||||||||||
Kong | 34,961 | 16 hours ago | 235 | apache-2.0 | Lua | |||||
🦍 The Cloud-Native API Gateway | ||||||||||
Awesome Cheatsheets | 33,674 | 3 days ago | 83 | mit | JavaScript | |||||
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file. | ||||||||||
Portainer | 25,677 | 1 | 2 days ago | 78 | April 21, 2021 | 1,128 | zlib | Go | ||
Making Docker and Kubernetes management easy. | ||||||||||
Dokku | 24,653 | 2 | 20 hours ago | 77 | April 22, 2021 | 40 | mit | Shell | ||
A docker-powered PaaS that helps you build and manage the lifecycle of applications | ||||||||||
Faas | 23,110 | 9 | 3 days ago | 31 | April 12, 2021 | 30 | mit | Go | ||
OpenFaaS - Serverless Functions Made Simple | ||||||||||
Docker_practice | 22,409 | 10 days ago | 9 | December 01, 2021 | 7 | Go | ||||
Learn and understand Docker&Container technologies, with real DevOps practice! | ||||||||||
Rancher | 21,099 | 20 | 10 hours ago | 207 | April 25, 2021 | 2,471 | apache-2.0 | Go | ||
Complete container management platform |
This tutorial is intended to show what the Infrastructure as Code (IaC) is, why we need it, and how it can help you manage your infrastructure more efficiently.
It is practice-based, meaning I don't give much theory on what Infrastructure as Code is in the beginning of the tutorial, but instead let you feel it through the practice first. At the end of the tutorial, I summarize some of the key points about Infrastructure as Code based on what you learn through the labs.
This tutorial is not meant to give a complete guide on how to use a specific tool like Ansible or Terraform, instead it focuses on how these tools work in general and what problems they solve.
The tutorial was inspired by Kubernetes the Hard Way tutorial. I used it as an example to structure this one.
See my presentation at DevOpsDays Silicon Valley in which I talk more in depth about the tutorial.
This tutorial was created in 2018 and wasn't being kept up to date. Therefore, some of the instructions may not work due to updated APIs, obsolete repositories, etc. I apologize for that, but I currently don't have time to update this tutorial. So if you find that something is broken and you find a fix, please submit a PR.
When submitting a PR, make sure you include a description for it, i.e. what's broken and a test plan for the fix.
Also, note that some of things need to be updated in several different repositories at the same time. Main repositories used in this tutorial:
The target audience for this tutorial is anyone who loves or/and works in IT.
By the end of this tutorial, you'll make your own repository looking like this one.
NOTE: you can use this example repository in case you get stuck in some of the labs.
This tutorial assumes you have access to the Google Cloud Platform. While GCP is used for basic infrastructure requirements the lessons learned in this tutorial can be applied to other platforms.