https://github.com/sesaquecruz/k8s-tasks-infra
A Kubernetes Infrastructure for a Tasks Application.
https://github.com/sesaquecruz/k8s-tasks-infra
argo-cd gcp gke kubernetes
Last synced: 7 months ago
JSON representation
A Kubernetes Infrastructure for a Tasks Application.
- Host: GitHub
- URL: https://github.com/sesaquecruz/k8s-tasks-infra
- Owner: sesaquecruz
- License: mit
- Created: 2023-09-04T18:26:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T02:05:20.000Z (about 2 years ago)
- Last Synced: 2025-02-07T14:26:06.255Z (8 months ago)
- Topics: argo-cd, gcp, gke, kubernetes
- Language: Makefile
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/account.yml
Awesome Lists containing this project
README
# Tasks Infra
This repository contains the configuration files for setting up a Kubernetes cluster and deploying the components of the Tasks App.
## Repositories
Instructions:
- [Argo CD](./argocd/README.md)
GitHub:
- [Tasks Api](https://github.com/sesaquecruz/java-tasks-Api)
- [Tasks App](https://github.com/sesaquecruz/react-tasks-app)DockerHub:
- [Tasks Database](https://hub.docker.com/r/sesaquecruz/mysql-tasks-database/tags)
- [Tasks Api](https://hub.docker.com/r/sesaquecruz/java-tasks-api/tags)
- [Tasks App](https://hub.docker.com/r/sesaquecruz/react-tasks-app/tags)## Contributing
Contributions are welcome! If you find a bug or would like to suggest an enhancement, please make a fork, create a new branch with the bugfix or feature, and submit a pull request.
## License
This project is licensed under the MIT License. See [LICENSE](./LICENSE) file for more information.