An open API service indexing awesome lists of open source software.

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.

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.