-
Notifications
You must be signed in to change notification settings - Fork 88
DevOps Assignment Completed by @Uj5Ghare #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Uj5Ghare
wants to merge
16
commits into
soulpage:main
Choose a base branch
from
Uj5Ghare:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 06c79dd.
* [backend] Added dockerfile for backend * [frontend] Added dockerfile for frontend * [frontend] updated package-lock.json && Added docker-compose.yml file * [tf] Added terraform manifests in /tf/manifests * [tf] renamed tf/manifest -> tf/files * [helm] Added helm chart and templates for backend * [helm] Added helm chart and templates for frontend * [k8s] Added backend k8s manifests in k8s/manifests/backend/ * [k8s] Added frontend k8s manifests in k8s/manifests/frontend/ with ingress.yml * [ghci] Added main.yml workflow * Update main.yml * [ghci] Updated main.yml * Update main.yml * [ghci] Added docker.yml workflow * Revert "[ghci] Added docker.yml workflow" This reverts commit 7cdb031. * [ghci] Added docker.yml workflow * Update docker.yml * Update main.yml * Update docker.yml * [ghci] Updated docker.yml workflow * Update docker.yml * Update docker.yml * [ghci] updated main.yml * Update main.yml * [ghci] updated main.yml * [ghci] updated docker.yml * updated main.yml * updated main.yml * updated main.yml * updated main.yml * [ghci] Added tf.yml workflow * [ghci] Updted tf.yml workflow * [ghci] Updted tf.yml workflow * Added working_dir as default for jobs * updated main.yml * [ghci] updated tf.yml * updated workflow * updated tf.yml * updated main.yml * updated main.yml * updated main.yml * testing push to dockerhub job * test 2 * test 3 * test 4 * test 5 * test 6 * [helm] Updated tag in chatgpt-backend/values.yaml && [k8s] updated backend deployment image tag * test 7 * [helm] Updated tag in chatgpt-frontend/values.yaml && [k8s] updated frontend deployment image tag * [fix] docker push and tag update errors * [tf] updated tf.yml * [helm] Updated tag in chatgpt-backend/values.yaml && [k8s] updated backend deployment image tag * [fix] working dir syntax error in tf.yml * [helm] Updated tag in chatgpt-frontend/values.yaml && [k8s] updated frontend deployment image tag * [fix] flag --auto-approve in tf.yml * [fix] flag error totally in tf.yml * tf test 1 * tf test 2 * tf test 3 * tf test 4 * tf test 5 * tf test 6 * tf test 7 Apply * tf test 8 Apply * Terraform Destroy
…ckend deployment image tag
…rontend deployment image tag
[merge] Merging branch ujwal-devops -> main
…ckend deployment image tag
…rontend deployment image tag
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added Following Functionalities:
**1. Docker: ** Created Dockerfiles and pushed to docker registry for frontend and backend
uj5ghare/chatgpt-backend:1.39.1
uj5ghare/chatgpt-frontend:139.1
**2. Kubernetes: ** Created k8s manifests for backend and frontend
**3. ArgoCD: ** Deployed k8s manifest to ArgoCD by following GitOps Principles
**4. Helm: ** Used helm charts to package backend and fronted application
**5. Terraform: ** Write IAC scripts in HCL to automate creation of both frontend and backend environments in AWS EC2
**6. GitHub Actions: ** Configured 3 github workflows to automate CI/CD processes
main.yml (The whole ci/cd from sonarqube analysis to helm tag updatation)
docker.yml (To automate deployment on docker with docker-compose on every push )
tf.yml (To automate IAC process with ci/cd)
**7. SonarQube: ** Configured static code analysis for backend and frontend application
**8. Nginx: ** Used Nginx as reverse-proxy to run application on specific Ports/DNS
**9. Prometheus & Grafana: " prometheus for getting metrics and Grafana as visualization tool by using dashboard 1860