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

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.

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`