Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parsh/devopscapstone
Udacity's DevOps Capstone Project
https://github.com/parsh/devopscapstone
Last synced: 4 days ago
JSON representation
Udacity's DevOps Capstone Project
- Host: GitHub
- URL: https://github.com/parsh/devopscapstone
- Owner: Parsh
- Created: 2020-04-06T22:29:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T08:51:24.000Z (over 4 years ago)
- Last Synced: 2024-10-12T20:38:25.340Z (about 1 month ago)
- Language: Groovy
- Size: 5.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloud DevOps Capstone Project
## About Project:
> Creates a CI/CD pipeline for a basic website that deploys to a cluster in AWS EKS with a Blue/Green deployment strategy.
## Project Requirement:
> To be able to use this CI/CD pipeline you will need to install:
- Jenkins
- Blue Ocean Plugin in Jenkins
- Pipeline-AWS Plugin in Jenkins
- Docker
- Pip
- AWS Cli
- Eksctl
- Kubectl## Folder Description:
> InfrastructurePipeline : Contains jenkinsfile for cluster deployment on EKS
> ServicePipeline : Contains jenkinsfile, dockerfile and src code for deploying a basic website to EKS cluster with a blue/green strategy