A cool browser based game. Raise your own fox pet! Feed it, Clean it, Pet it but don't let it die :(
- How to run your website on Kubernetes (Minikube)?
- Integrate Prometheus with your K8s Project
- Integrate Locust into your K8s Project
1. Clone the repo
git clone https://github.com/enraiha0307/raise-a-fox-game.git
2. run:
docker-compose up
and the game will start in you browser.
You can also try running the docker-image as:
docker run --init --publish 1234:1234 akanksha0307/fox-game:v1
1. first clone the repo
git clone https://github.com/enraiha0307/raise-a-fox-game.git
2. Install Dependencies
npm install
3.To start the game run:
npm run dev
$ minikube start
$ kubectl apply -f k8's/deployment.yaml
$ kubectl apply -f k8's/service.yaml
$ kubectl apply -f k8's/ingress-class.yaml
$ kubectl apply -f k8's/ingress.yaml