https://github.com/sesaquecruz/k8s-chat-infra
A Kubernetes Infrastructure for a Chat Application.
https://github.com/sesaquecruz/k8s-chat-infra
argo-cd gcp gke kubernetes
Last synced: 7 months ago
JSON representation
A Kubernetes Infrastructure for a Chat Application.
- Host: GitHub
- URL: https://github.com/sesaquecruz/k8s-chat-infra
- Owner: sesaquecruz
- License: mit
- Created: 2023-09-07T19:58:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T01:59:58.000Z (about 2 years ago)
- Last Synced: 2025-02-07T14:26:05.972Z (9 months ago)
- Topics: argo-cd, gcp, gke, kubernetes
- Language: Makefile
- Homepage:
- Size: 19.5 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
# Chat Infra
This repository contains the configuration files for setting up a Kubernetes cluster and deploying the components of the Chat App.
## Repositories
Instructions:
- [Argo CD](./argocd/README.md)
- [RabbitMQ](./rabbitmq/README.md)
- [Redis](./redis/README.md)GitHub:
- [Chat Api](https://github.com/sesaquecruz/go-chat-api)
- [Chat Broadcaster](https://github.com/sesaquecruz/go-chat-broadcaster)DockerHub:
- [Chat Api](https://hub.docker.com/r/sesaquecruz/go-chat-api/tags)
- [Chat Broadcaster](https://hub.docker.com/r/sesaquecruz/go-chat-broadcaster/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.