Skip to content

Commit

Permalink
Merge pull request LondheShubham153#195 from LondheShubham153/feat-pr…
Browse files Browse the repository at this point in the history
…ojects

Added 5 new projects
  • Loading branch information
LondheShubham153 authored Apr 3, 2023
2 parents d78f23e + 8f8278f commit 8e3f40a
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 2023/day80/tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Project-1
=========

# Project Description


The project aims to automate the building, testing, and deployment process of a web application using Jenkins and GitHub. The Jenkins pipeline will be triggered automatically by GitHub webhook integration when changes are made to the code repository. The pipeline will include stages such as building, testing, and deploying the application, with notifications and alerts for failed builds or deployments.


## Task-01


Do the hands-on Project, read [this](https://www.linkedin.com/posts/chetanrakhra_devops-project-share-activity-7011367641952993281-DHn5?utm_source=share&utm_medium=member_desktop)



Happy Learning :)
17 changes: 17 additions & 0 deletions 2023/day81/tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Project-2
=========

# Project Description


The project is about automating the deployment process of a web application using Jenkins and its declarative syntax. The pipeline includes stages like building, testing, and deploying to a staging environment. It also includes running acceptance tests and deploying to production if all tests pass.


## Task-01


Do the hands-on Project, read [this](https://www.linkedin.com/posts/chetanrakhra_devops-project-share-activity-7014971330496212992-6Q2m?utm_source=share&utm_medium=member_desktop)



Happy Learning :)
17 changes: 17 additions & 0 deletions 2023/day82/tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Project-3
=========

# Project Description


The project involves hosting a static website using an AWS S3 bucket. Amazon S3 is an object storage service that provides a simple web services interface to store and retrieve any amount of data. The website files will be uploaded to an S3 bucket and configured to function as a static website. The bucket will be configured with the appropriate permissions and a unique domain name, making the website publicly accessible. Overall, the project aims to leverage the benefits of AWS S3 to host and scale a static website in a cost-effective and scalable manner.


## Task-01


Do the hands-on Project, read [this](https://www.linkedin.com/posts/chetanrakhra_aws-project-devopsjobs-activity-7016427742300663808-JAQd?utm_source=share&utm_medium=member_desktop)



Happy Learning :)
17 changes: 17 additions & 0 deletions 2023/day83/tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Project-4
=========

# Project Description


The project aims to deploy a web application using Docker Swarm, a container orchestration tool that allows for easy management and scaling of containerized applications. The project will utilize Docker Swarm's production-ready features such as load balancing, rolling updates, and service discovery to ensure high availability and reliability of the web application. The project will involve creating a Dockerfile to package the application into a container and then deploying it onto a Swarm cluster. The Swarm cluster will be configured to provide automated failover, load balancing, and horizontal scaling to the application. The goal of the project is to demonstrate the benefits of Docker Swarm for deploying and managing containerized applications in production environments.


## Task-01


Do the hands-on Project, read [this](https://www.linkedin.com/posts/chetanrakhra_devops-project-share-activity-7034173810656296960-UjUw?utm_source=share&utm_medium=member_desktop)



Happy Learning :)
17 changes: 17 additions & 0 deletions 2023/day84/tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Project-5
=========

# Project Description


The project involves deploying a Netflix clone web application on a Kubernetes cluster, a popular container orchestration platform that simplifies the deployment and management of containerized applications. The project will require creating Docker images of the web application and its dependencies and deploying them onto the Kubernetes cluster using Kubernetes manifests. The Kubernetes cluster will provide benefits such as high availability, scalability, and automatic failover of the application. Additionally, the project will utilize Kubernetes tools such as Kubernetes Dashboard and kubectl to monitor and manage the deployed application. Overall, the project aims to demonstrate the power and benefits of Kubernetes for deploying and managing containerized applications at scale.


## Task-01


Get a netflix clone form [GitHub](https://github.com/devandres-tech/Netflix-Clone), read [this](https://www.linkedin.com/posts/chetanrakhra_devops-project-share-activity-7034173810656296960-UjUw?utm_source=share&utm_medium=member_desktop) and follow the Redit clone steps to similarly deploy a Netflix Clone



Happy Learning :)

0 comments on commit 8e3f40a

Please sign in to comment.