https://github.com/srjchsv/chat-k8s
Kubernetes manifests for real-time chat app
https://github.com/srjchsv/chat-k8s
azure bash k8s kubernetes lucidchart yaml
Last synced: 3 months ago
JSON representation
Kubernetes manifests for real-time chat app
- Host: GitHub
- URL: https://github.com/srjchsv/chat-k8s
- Owner: srjchsv
- Created: 2023-04-24T18:52:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T15:01:25.000Z (about 2 years ago)
- Last Synced: 2025-01-26T09:43:19.644Z (5 months ago)
- Topics: azure, bash, k8s, kubernetes, lucidchart, yaml
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## K8s manifests for a real-time chat app
Build using microservices architecture

## Stack
[Frontend](https://github.com/srjchsv/chat-frontend): Next js
Backend:
s
- [auth-service](https://github.com/srjchsv/auth-service): go, gin-gonic, prometheus, postgres, gorm, jwt
- [chat-service](https://github.com/srjchsv/chat-service): go, gin-gonic, prometheus, postgres, gorm, jwt, confluent-kafka, gorilla websocket
- [notifications-service](https://github.com/srjchsv/notifications-service): go, prometheus, echo, gorilla websocket, confluent-kafka