-
Get a Kubernetes cluster
-
Connect to the cluster using
kubectl
- For OpenShift
oc create -f https://raw.githubusercontent.com/ksingh7/jade-shooter-app/main/jade-shooter-ocp.yaml
oc expose svc/jade-shooter-service
oroc expose service/jade-shooter-service --hostname=jade-shooter-default.apps.127.0.0.1.nip.io
- For Kubernetes
- Clone this repo
git clone https://github.com/ksingh7/jade-shooter-app.git
-
Apply the manifests in this repo
kubectl apply -f jade-shooter-app/yamls
-
Get resources
kubectl get all
kubectl get ingress
-
Open the ingress route in browser
-
Enjoy the game