{"id":18135398,"url":"https://github.com/dhanushnadar/devstartops","last_synced_at":"2026-04-09T06:44:50.014Z","repository":{"id":257367388,"uuid":"850354899","full_name":"DhanushNadar/DevStartOps","owner":"DhanushNadar","description":"A repository meticulously crafted for beginners to dive deep into DevOps concepts, tools, and best practices","archived":false,"fork":false,"pushed_at":"2024-11-08T18:56:38.000Z","size":3303,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T09:47:23.824Z","etag":null,"topics":["ansible","aws","cicd","devops","docker","git","grafana","kubernetes","linux","loki","prometheus","python","terraform"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DhanushNadar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-31T14:41:57.000Z","updated_at":"2024-11-08T18:56:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"15458da7-8c14-4833-9dc7-3ac169691a78","html_url":"https://github.com/DhanushNadar/DevStartOps","commit_stats":null,"previous_names":["dhanushnadar/devstartops"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DhanushNadar/DevStartOps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhanushNadar%2FDevStartOps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhanushNadar%2FDevStartOps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhanushNadar%2FDevStartOps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhanushNadar%2FDevStartOps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DhanushNadar","download_url":"https://codeload.github.com/DhanushNadar/DevStartOps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DhanushNadar%2FDevStartOps/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268057250,"owners_count":24188618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","aws","cicd","devops","docker","git","grafana","kubernetes","linux","loki","prometheus","python","terraform"],"created_at":"2024-11-01T14:07:07.506Z","updated_at":"2025-10-04T08:57:10.360Z","avatar_url":"https://github.com/DhanushNadar.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![DevStartOps](poster.png)\n\nWelcome to **DevStartOps**, your one-stop destination to kickstart your journey into the world of DevOps. This repository is meticulously crafted to help beginners dive deep into DevOps concepts, tools, and best practices. Whether you're just starting out or looking to brush up on specific topics, **DevStartOps** has everything you need! Plus, you’ll find easy-to-follow installation and configuration commands for all the essential DevOps tools. 🚀 Get started today and take your first step into mastering DevOps!\n\n---\n\n## 📁 **Repository Structure**\n\nThe repository is organized into various folders, each dedicated to a fundamental aspect of DevOps. Here's a breakdown of the structure:\n```bash\n├───01-Fundamentals\n├───02-Linux\n├───03-Networking\n├───04-VersionControlSystem\n├───05-Python\n├───06-Docker\n├───07-CI-CD\n│   ├───OWASP\n│   ├───Shared_Libraries\n│   │   └───vars\n│   ├───SonarQube\n│   └───Trivy\n├───08-AWS\n├───09-Kubernetes\n│   ├───EKS\n│   ├───Kubeadm\n│   └───minikube\n├───10-InfrastructureAsCode\n├───11-ConfigurationManagment\n└───12-Monitoring\n    ├───cAdvisor\n    ├───Grafana\n    ├───Loki-Promtail\n    ├───Node-Exporter\n    └───Prometheus\n```\n---\n\n### 📚 **01-Fundamentals**\n\nStart here! Learn the basics of DevOps, its culture, the tools you’ll use, and the best roadmap to follow. This section is your gateway to understanding the principles that form the backbone of DevOps.\n\n### 🐧 **02-Linux**\n\nLinux is the foundation of DevOps. This section covers essential Linux concepts, commands, and real-life scenarios that will help you master the command line and system administration.\n\n### 🌐 **03-Networking**\n\nNetworking is crucial in a DevOps environment. Learn about IP addressing, DNS, load balancing, and more to ensure seamless communication between your applications and services.\n\n### 🔄 **04-VersionControlSystem**\n\nUnderstand the importance of version control with Git. Learn how to manage code versions, collaborate with others, and track changes effectively.\n\n### 🐍 **05-Python**\n\nPython is a versatile scripting language that plays a key role in automation. This section covers the basics of Python, helping you automate tasks and streamline your workflows.\n\n### 🐳 **06-Docker**\n\nDocker simplifies containerization, making it easier to deploy, scale, and manage applications. Dive into Docker's concepts, commands, and best practices here.\n\n### 🛠️ **07-CI-CD**\n\nExplore Continuous Integration and Continuous Deployment (CI/CD) with tools like Jenkins, OWASP, SonarQube, and Trivy. Automate your build, test, and deployment pipelines efficiently.\n\n### ☁️ **08-AWS**\n\nAWS is a leading cloud service provider. This section guides you through setting up and managing AWS services to deploy and scale your applications in the cloud.\n\n### ☸️ **09-Kubernetes**\n\nKubernetes is the king of container orchestration. Learn how to deploy, manage, and scale containerized applications with tools like EKS, Kubeadm, and Minikube.\n\n### 🛠️ **10-InfrastructureAsCode**\n\nManage your infrastructure using code with tools like Terraform. Learn how to automate the provisioning and management of your cloud resources.\n\n### 📝 **11-ConfigurationManagement**\n\nConfiguration management ensures consistency in your environment. Explore tools like Ansible and Puppet to manage configurations across multiple servers seamlessly.\n\n### 📊 **12-Monitoring**\n\nMonitor your infrastructure and applications to maintain optimal performance. This section covers tools like Prometheus, Grafana, Loki, and more to help you keep everything under control.\n\n---\n\n## 🙏 **Acknowledgments**\n\nA huge **thank you** to **Shubham Londhe (DevOps Wale Bhaiyya)** for his incredible guidance and mentorship. Because of him, I have been able to learn and master these DevOps concepts. This repository is a result of the knowledge and skills gained through his teachings.\n\n---\n\n## 🚀 **Get Started**\n\nTo begin, navigate to any of the folders above and explore the rich content provided. Installation commands, best practices, and real-life examples are all at your fingertips.\n\n---\n\n\nFeel free to contribute to this repository by adding more content, fixing bugs, or improving documentation. Let's grow together in our DevOps journey!\n\n### **Happy Learning and Building!** 🎉","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhanushnadar%2Fdevstartops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhanushnadar%2Fdevstartops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhanushnadar%2Fdevstartops/lists"}