Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Devops Exercises | 41,914 | 18 hours ago | 15 | 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 | ||||||||||
Pulumi | 15,507 | 132 | 347 | 12 hours ago | 3,838 | September 19, 2022 | 1,708 | apache-2.0 | Go | |
Pulumi - Universal Infrastructure as Code. Your Cloud, Your Language, Your Way 🚀 | ||||||||||
Awesome Kubernetes | 13,710 | 10 days ago | 1 | other | Shell | |||||
A curated list for awesome kubernetes sources :ship::tada: | ||||||||||
Kubespray | 13,708 | a day ago | 130 | apache-2.0 | Jinja | |||||
Deploy a Production Ready Kubernetes Cluster | ||||||||||
Terraformer | 9,872 | 1 | 2 days ago | 20 | November 15, 2021 | 87 | apache-2.0 | Go | ||
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code | ||||||||||
Devops Resources | 6,767 | 9 days ago | 12 | Groovy | ||||||
DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP | ||||||||||
Ansible For Devops | 6,699 | a month ago | 90 | mit | Python | |||||
Ansible for DevOps examples. | ||||||||||
Metaflow | 6,538 | a day ago | 57 | September 17, 2022 | 260 | apache-2.0 | Python | |||
:rocket: Build and manage real-life data science projects with ease! | ||||||||||
External Dns | 6,218 | 6 | a day ago | 131 | July 27, 2022 | 252 | apache-2.0 | Go | ||
Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services | ||||||||||
Docker Android | 5,451 | a month ago | 98 | other | Shell | |||||
Android in docker solution with noVNC supported and video recording |
A template distributed microservices system backed by Kubernetes and AWS.
terratest
nextJS
kubetest
aws
infrastructureThese are the points I focused on while developing this project -
Using the hexagonal architecture
for developing softwares with minimum coupling between the components. The hexagonal architecture can be implemented both using object-oriented or functional paradigms.
Understanding object-oriented paradigms
. I used it while coding in GoLang and Java.
Understanding functional paradigms
(used while coding in Rust).
Removing point of failures as much as possible. I have plans to use event sourcing with CQRS
later which will ensure that event exchange between microservices is guaranteed if the business logic gets executed.