{"id":24306735,"url":"https://github.com/lalitdotdev/easy-devops","last_synced_at":"2025-03-06T18:18:00.556Z","repository":{"id":182838457,"uuid":"669184413","full_name":"lalitdotdev/Easy-Devops","owner":"lalitdotdev","description":"This repository serves as a comprehensive collection of my DevOps-related learning journey, showcasing various projects and resources I've explored and experimented with in the field of DevOps. It will be regularly updated as I continue to learn and explore new concepts and technologies.","archived":false,"fork":false,"pushed_at":"2023-10-28T17:57:44.000Z","size":1448,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T03:39:27.648Z","etag":null,"topics":["devops","devops-learning","devops-tools","kubernetes","kubernetes-service","kubernetes-tools"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lalitdotdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-07-21T14:48:59.000Z","updated_at":"2024-01-13T12:53:04.000Z","dependencies_parsed_at":"2023-07-21T18:07:37.700Z","dependency_job_id":"e1757dc9-13a3-444f-a879-6a04790974ae","html_url":"https://github.com/lalitdotdev/Easy-Devops","commit_stats":null,"previous_names":["mrexplorist/easy-devops","lalitdotdev/easy-devops"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitdotdev%2FEasy-Devops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitdotdev%2FEasy-Devops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitdotdev%2FEasy-Devops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lalitdotdev%2FEasy-Devops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lalitdotdev","download_url":"https://codeload.github.com/lalitdotdev/Easy-Devops/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242259912,"owners_count":20098429,"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":["devops","devops-learning","devops-tools","kubernetes","kubernetes-service","kubernetes-tools"],"created_at":"2025-01-17T03:39:33.625Z","updated_at":"2025-03-06T18:18:00.534Z","avatar_url":"https://github.com/lalitdotdev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e DevOps101 \u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e Welcome to the DevOps Basics repository! This README provides a comprehensive introduction to various topics related to DevOps, including Kubernetes, Docker, Continuous Integration (CI), Continuous Deployment (CD), and more. Whether you are new to DevOps or looking to expand your knowledge, this repository aims to be a valuable resource for your learning journey.\nIt Contains all my learning related to DevOps tools and tech and will be constantly updating the repo as I learn new stuffs.\u003c/p\u003e\n\n## Kubernetes\n\n\u003cimg align=\"right\" src=\"https://user-images.githubusercontent.com/51878265/200594367-f416d081-af8f-4f48-8008-998d005b317f.png\" height=\"60\" alt=\"Kubernetes\"\u003e\n\n- [Notes + Learning Resources](/Kubernetes/kubernetes.md)\n\n\u003cbr\u003e\n\n## Docker\n\n\u003cimg align=\"right\" src=\"https://user-images.githubusercontent.com/51878265/200594916-47ba8a4c-fb94-4953-b179-dfb542df9499.png\" height=\"60\" alt=\"docker\"\u003e\n\n- [Notes + Learning Resources](/Docker/docker.md)\n\n\u003cbr\u003e\n\n- [Kubernetes](#kubernetes)\n- [Docker](#docker)\n- [Introduction to DevOps](#introduction-to-devops)\n- [Docker: Containerization Platform](#docker-containerization-platform)\n- [Kubernetes: Container Orchestration Platform](#kubernetes-container-orchestration-platform)\n- [Continuous Integration (CI)](#continuous-integration-ci)\n- [Continuous Deployment (CD)](#continuous-deployment-cd)\n- [Infrastructure as Code (IaC)](#infrastructure-as-code-iac)\n- [Containerization](#containerization)\n- [Monitoring and Logging](#monitoring-and-logging)\n- [Collaboration and Communication](#collaboration-and-communication)\n- [References](#references)\n\n## Introduction to DevOps\n\nDevOps is a cultural and technical movement that aims to enhance collaboration between software development and IT operations teams. It emphasizes automation, continuous feedback, and continuous delivery to achieve faster and more reliable software development and deployment.\n\n## Docker: Containerization Platform\n\nDocker is a leading containerization platform that allows developers to package applications and their dependencies into portable containers. It enables consistent and reliable software delivery across different environments.\n\nLearn more about Docker in the dedicated [Docker README](/Docker).\n\n## Kubernetes: Container Orchestration Platform\n\nKubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It provides a powerful and flexible environment for running, coordinating, and scaling applications in a distributed system.\n\nLearn more about Kubernetes in the dedicated [Kubernetes README](/Kubernetes/kubernetes.md).\n\n## Continuous Integration (CI)\n\nContinuous Integration is a software development practice that involves merging code changes into a shared repository frequently. Automated tests and builds are triggered to ensure that new code integrates smoothly with the existing codebase.\n\n## Continuous Deployment (CD)\n\nContinuous Deployment extends Continuous Integration by automatically deploying code changes to production after successful testing. This approach accelerates the delivery of new features and bug fixes to end-users.\n\n## Infrastructure as Code (IaC)\n\nInfrastructure as Code (IaC) treats infrastructure configuration as version-controlled code. It enables developers to define and manage infrastructure using code, leading to improved consistency and reproducibility.\n\n## Containerization\n\nContainerization, exemplified by tools like Docker, allows developers to package applications and their dependencies into isolated containers. Containers provide consistent and isolated runtime environments for applications.\n\n## Monitoring and Logging\n\nMonitoring and logging are crucial DevOps practices for observing system performance, identifying issues, and gathering insights for continuous improvement.\n\n## Collaboration and Communication\n\nDevOps emphasizes effective collaboration and communication among team members to foster a culture of shared responsibility and trust.\n\n## References\n\nHere are some additional references to explore and deepen your understanding of DevOps:\n\n- [The DevOps Handbook](https://itrevolution.com/book/the-devops-handbook/)\n- [Kubernetes Official Documentation](https://kubernetes.io/docs/)\n- [Docker Documentation](https://docs.docker.com/)\n- [Jenkins Official Documentation](https://www.jenkins.io/doc/)\n- [Terraform Official Documentation](https://www.terraform.io/docs/)\n- [Ansible Official Documentation](https://docs.ansible.com/)\n- [GitLab CI/CD Documentation](https://docs.gitlab.com/ee/ci/)\n- [CircleCI Documentation](https://circleci.com/docs/)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flalitdotdev%2Feasy-devops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flalitdotdev%2Feasy-devops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flalitdotdev%2Feasy-devops/lists"}