You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DevOps Projects is a curated collection of hands-on projects designed to help engineers learn and grow through real-world DevOps challenges. Inspired by platforms like CloudAcademy, Darey.io, and more, this open-source repository provides practical, end-to-end labs across various tools and technologies in the DevOps ecosystem.
This project aims to establish an automated Continuous Integration and Continuous Delivery (CI/CD) pipeline using GITHUB, JENKINS, and AWS to facilitate the seamless "creation" of a GOLDEN image using PACKER.
Provisioning of an AKS cluster in a streamlined and secure manner using a service principal. The kubeconfig and service principal will be generated post-terraform plan, and the secret will be uploaded to Azure Key Vault for subsequent usage.
This Terraform project demonstrates an end-to-end VPC setup on AWS, leveraging Infrastructure-as-Code (IaC). It automates network architecture with path-based routing via an internet-facing load balancer and scales instances using Auto Scaling Groups, ensuring repeatable and consistent deployments.