Jade Shooter Game Application for Kubernetes

  1. Get a Kubernetes cluster

  2. Connect to the cluster using kubectl

  • For OpenShift
  1. oc create -f https://raw.githubusercontent.com/ksingh7/jade-shooter-app/main/jade-shooter-ocp.yaml
  2. oc expose svc/jade-shooter-service or oc expose service/jade-shooter-service --hostname=jade-shooter-default.apps.127.0.0.1.nip.io
  • For Kubernetes
  1. Clone this repo

git clone https://github.com/ksingh7/jade-shooter-app.git

  1. Apply the manifests in this repo

    kubectl apply -f jade-shooter-app/yamls

  2. Get resources

kubectl get all
kubectl get ingress
  1. Open the ingress route in browser

  2. Enjoy the game