https://github.com/shubhansu-kr/gittix
MicroService application built using React And Node. Deployed using Kubernetes.
https://github.com/shubhansu-kr/gittix
docker github-actions ingress-nginx kubernetes microservices-architecture mongodb nats-streaming skaffold test-automation typescript
Last synced: 5 months ago
JSON representation
MicroService application built using React And Node. Deployed using Kubernetes.
- Host: GitHub
- URL: https://github.com/shubhansu-kr/gittix
- Owner: shubhansu-kr
- Created: 2024-05-02T19:04:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-04T07:41:26.000Z (7 months ago)
- Last Synced: 2025-05-04T08:32:44.591Z (7 months ago)
- Topics: docker, github-actions, ingress-nginx, kubernetes, microservices-architecture, mongodb, nats-streaming, skaffold, test-automation, typescript
- Language: TypeScript
- Homepage:
- Size: 10.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# GitTix: Ticketing application built on Microservice Architecture
INT332 CA3 Project: KO308 Roll 60 : 12104991: Shubhansu Kr Singh
## K8s Setup Commands
`kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml`
`kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.12.1/deploy/static/provider/cloud/deploy.yaml`
`kubectl -n kubernetes-dashboard create token admin-user`
`kubectl proxy`
`http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/`
`kubectl delete -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.12.1/deploy/static/provider/cloud/deploy.yaml`
`kubectl delete -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml`