{"id":14984628,"url":"https://github.com/abhinav-26/devops-projects","last_synced_at":"2025-05-16T12:00:26.855Z","repository":{"id":41108078,"uuid":"262626733","full_name":"Abhinav-26/DevOps-Projects","owner":"Abhinav-26","description":"The repository contains beginner friendly DevOps projects for automating stuffs using DevOps concepts.","archived":false,"fork":false,"pushed_at":"2024-05-08T13:01:53.000Z","size":4298,"stargazers_count":708,"open_issues_count":2,"forks_count":581,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-09T07:03:03.928Z","etag":null,"topics":["auto-deployment","auto-wesite-deployment","automation","continuous-delivery","devops","devops-project","docker","git","github","hacktoberfest","jenkins","jenkins-pipeline","python"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/Abhinav-26.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":"2020-05-09T17:48:27.000Z","updated_at":"2025-04-07T06:41:51.000Z","dependencies_parsed_at":"2024-09-29T18:00:23.530Z","dependency_job_id":"8361320e-6f2a-4fab-a994-5a4b6fe9128c","html_url":"https://github.com/Abhinav-26/DevOps-Projects","commit_stats":{"total_commits":138,"total_committers":1,"mean_commits":138.0,"dds":0.0,"last_synced_commit":"c4a0c33181718b5bb10762141336124366e801ed"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhinav-26%2FDevOps-Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhinav-26%2FDevOps-Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhinav-26%2FDevOps-Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhinav-26%2FDevOps-Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abhinav-26","download_url":"https://codeload.github.com/Abhinav-26/DevOps-Projects/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254527071,"owners_count":22085917,"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","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":["auto-deployment","auto-wesite-deployment","automation","continuous-delivery","devops","devops-project","docker","git","github","hacktoberfest","jenkins","jenkins-pipeline","python"],"created_at":"2024-09-24T14:09:23.926Z","updated_at":"2025-05-16T12:00:26.777Z","avatar_url":"https://github.com/Abhinav-26.png","language":"CSS","readme":"# DevOps-Projects\nIn this repository I will upload my projects on DevOps and also Integration of DevOps technology with other technologies like Machine Learning, Git/Github, etc.\u003cbr\u003e\n\n\u003ca href=\"https://github.com/Abhinav-26/DevOps-Integration/tree/master/DevOps%20Project-1\"\u003eProject-1 : Automated WebDevelopment Environment\u003c/a\u003e\u003cbr\u003e\nIn this Project I have created an Automated Web Development Environment integrating Git/GitHub, Jenkins and Httpd WebServer in RHEL-8. In this Project the developer just need to Commit the code from his local repository, GitHub will automatically send the code to Jenkins using webhooks as soon as there will be any commit in GitHub repo, and Jenkins will then automatically launch the website into apache2 httpd server which is setup in RHEL-8.\u003cbr\u003e\n\nFor Demonstration of the Project \u003ca href=\"https://www.youtube.com/watch?v=CRvzphqTtU4\u0026t=49s\"\u003eClick Here\u003c/a\u003e\u003cbr\u003e\n\n\u003ca href=\"https://github.com/Abhinav-26/DevOps-Integration/tree/master/DevOps%20Project-2\"\u003eProject-2 : Automated WebSite Deployement within Docker\u003c/a\u003e\u003cbr\u003e\nIn this Project I have created an Automated Website Deployment inside a docker container. In this project I have used the techologies like Git/GitHub, Jenkins, and Docker Container for making an automated website deployment.\u003cbr\u003e\n\nFor Demonstration of the Project \u003ca href=\"https://www.linkedin.com/posts/abhinavdubey26_dockers-dockerimage-automation-activity-6668859867073273856-P6D2\"\u003eClick Here\u003c/a\u003e\u003cbr\u003e\n\n\u003ca href=\"https://github.com/Abhinav-26/DevOps-Integration/tree/master/DevOps%20Project-3\"\u003eProject-3 : Containerization Within Container\u003c/a\u003e\u003cbr\u003e\nIn this Project I have used the concepts of docker to make Automation Project lanching docker-within-docker so that the Project can be easily shipped from one system to another without any problem. Docker Concepts are very useful for such projects when you need to send your project with complete environment of the project.\u003cbr\u003e\n\nFor detailed Article of this Project \u003ca href=\"https://emagazine26.blogspot.com/2020/05/containerization-within-container.html\"\u003eClick Here\u003c/a\u003e\n\n\u003ca href=\"https://github.com/Abhinav-26/DevOps-Integration/tree/master/DevOps%20Project-4\"\u003eProject-4 : CI/CD DevEnv/ProductionEnv Deployment\u003c/a\u003e\u003cbr\u003e\nIn this project I have created Continous Deployment using Git, Jenkins and Docker but it more focused in automation of Developer Environment and Production Envirnoment Deployment. \u003cbr\u003e\n\nFor Demonstration of this Project \u003ca href=\"https://www.youtube.com/watch?v=IJAjCQeu_q8\"\u003eClick Here\u003c/a\u003e\n\n\u003ca href=\"https://github.com/Abhinav-26/DevOps-Integration/tree/master/DevOps%20Project-5\"\u003eProject-5 : Automate CloudBuild Triggers using Terraform\u003c/a\u003e\u003cbr\u003e\nIn this automation, the terraform script will automatically create a cloudbuild trigger with the defined configurations for the repository given and deploy it to GKE Cluster, defined in the terraform script.\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinav-26%2Fdevops-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhinav-26%2Fdevops-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinav-26%2Fdevops-projects/lists"}