Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Devops Exercises | 43,460 | 8 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 | ||||||||||
90daysofdevops | 22,792 | 3 days ago | 1 | May 10, 2022 | 7 | other | Shell | |||
I am using this repository to document my journey learning about DevOps. I began this process on January 1, 2022, and plan to continue until March 31. I will be dedicating one hour each day, including weekends, to gaining a foundational understanding of the various aspects of DevOps. This will be a 90-day intensive study period. 2022 & 2023 inc. | ||||||||||
Microservices Demo | 14,238 | 7 hours ago | 43 | August 04, 2022 | 37 | apache-2.0 | Python | |||
Sample cloud-first application with 10 microservices showcasing Kubernetes, Istio, and gRPC. | ||||||||||
Terraformer | 10,272 | 1 | 3 days ago | 20 | November 15, 2021 | 70 | apache-2.0 | Go | ||
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code | ||||||||||
Homelab | 6,913 | 5 days ago | 21 | gpl-3.0 | Go | |||||
Modern self-hosting framework, fully automated from empty disk to operating services with a single command. | ||||||||||
Docker Android | 5,714 | 13 days ago | 80 | other | Python | |||||
Android in docker solution with noVNC supported and video recording | ||||||||||
Checkov | 5,630 | 4 | 10 hours ago | 2,207 | July 07, 2022 | 144 | apache-2.0 | Python | ||
Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages with Checkov by Bridgecrew. | ||||||||||
Guide | 5,336 | 4 months ago | 10 | mit | ||||||
Kubernetes clusters for the hobbyist. | ||||||||||
Steampipe | 5,287 | 3 | 12 hours ago | 352 | September 20, 2022 | 244 | agpl-3.0 | Go | ||
Use SQL to instantly query your cloud services (AWS, Azure, GCP and more). Open source CLI. No DB required. | ||||||||||
Kubeoperator | 4,651 | 2 months ago | 37 | apache-2.0 | Go | |||||
KubeOperator 是一个开源的轻量级 Kubernetes 发行版,专注于帮助企业规划、部署和运营生产级别的 K8s 集群。 |
Terraform Kubernetes Modules
terraform {
required_providers {
k8s = {
source = "mingfang/k8s"
}
}
}
terraform state replace-provider 'registry.terraform.io/-/k8s' 'mingfang/k8s'