https://github.com/osamaesmail/k8s-helm
https://github.com/osamaesmail/k8s-helm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osamaesmail/k8s-helm
- Owner: osamaesmail
- Created: 2022-10-15T05:45:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T06:51:26.000Z (about 2 years ago)
- Last Synced: 2025-01-23T01:14:06.129Z (5 months ago)
- Language: Mustache
- Size: 581 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K8S Helm
Helm charts example for micro services## Setup
* Setup cluster (Terraform in progress)
* Run `make deploy-all`## features
* [x] Hel charts
* [x] ArgoCD
* [x] Prometheus Stack
* [x] Manage different environments using values
* [ ] Vault
* [ ] AWS KMS
* [ ] Terraform
* [ ] Alert for service deploy status
* [ ] VPN
* [ ] Auto setup script## How CD works
1. Github action of each service will push the docker image then will update its corresponding values in this repo. [example](https://github.com/osamaesmail/k8s-api/blob/master/.github/workflows/ci.yaml)
2. ArgoCD will watch the changes & deploy