Skip to content

Implementing CI-CD#4

Open
baylon-obinna wants to merge 49 commits intoredis-developer:masterfrom
baylon-obinna:master
Open

Implementing CI-CD#4
baylon-obinna wants to merge 49 commits intoredis-developer:masterfrom
baylon-obinna:master

Conversation

@baylon-obinna
Copy link
Copy Markdown

This pull request introduces a fully automated CI/CD pipeline for the project, aimed at streamlining the build, test, and deployment processes.

Key Changes:

Continuous Integration:

Configured GitHub Actions pipeline to automate the build process for both the frontend and backend.
Added automated testing for both services using relevant tools (e.g., Jest for frontend, pytest for backend).
Integrated static code analysis (e.g., ESLint, Flake8) for code quality checks.
Dockerization:

Built and pushed Docker images for both the frontend and backend to Docker Hub.
Included Docker Compose configurations for local development and testing.
Continuous Deployment:

Integrated Helm charts for Kubernetes deployment.
Implemented GitOps with ArgoCD to monitor the GitHub repository and automatically deploy new image tags to the cluster.
Benefits:

Fully automated CI/CD pipeline ensures faster, more reliable deployments.
Automatic testing improves code quality and reduces bugs.
GitOps and ArgoCD facilitate continuous delivery with minimal manual intervention.
Next Steps:

Monitor ArgoCD for any sync issues.
Validate Helm chart configurations for different environments.

baylon-obinna and others added 30 commits August 8, 2024 09:35
	modified:   k8s/manifests/redis/secrets.yml
	modified:   app.py
	modified:   chat/demo_data.py
	modified:   k8s/manifests/chatbackend/deployment.yml
	modified:   k8s/manifests/chatbackend/service.yml
	modified:   k8s/manifests/chatfrontend/deployment.yaml
	modified:   k8s/manifests/chatfrontend/service.yaml
	modified:   k8s/manifests/ingress.yaml
	modified:   Dockerfile
	modified:   app.py
	modified:   chat/app.py
	modified:   chat/config.py
	modified:   chat/utils.py
	modified:   client/package.json
	modified:   compose.yaml
	modified:   Dockerfile
	modified:   app.py
	modified:   chat/app.py
	modified:   chat/utils.py
	modified:   Dockerfile
	modified:   compose.yaml
	modified:   README.md
	modified:   chat/app.py
	modified:   compose.yaml
	modified:   k8s/manifests/chatbackend/deployment.yml
	modified:   k8s/manifests/chatbackend/service.yml
	renamed:    k8s/manifests/chatfrontend/deployment.yaml -> k8s/manifests/chatfrontend/deployment.yml
	renamed:    k8s/manifests/chatfrontend/service.yaml -> k8s/manifests/chatfrontend/service.yml
	renamed:    k8s/manifests/ingress.yaml -> k8s/manifests/ingress.yml
	modified:   k8s/manifests/chatbackend/deployment.yml
	modified:   k8s/manifests/redis/secrets.yml
	new file:   .github/workflows/ci.yml
	renamed:    helm/redis-chat-app/charts.yml -> helm/redis-chat-app/Chart.yaml
	renamed:    helm/redis-chat-app/values.yml -> helm/redis-chat-app/values.yaml
	modified:   .github/workflows/ci.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant