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

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.

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.