Thanks for gabrielecirulli! Look github!
You can use docker build
to build container image.
docker build -t k-2048:<tag> .
docker build -t k-2048:v1 .
kubectl apply -n <namespace> -f deploy/
Use NodePort:
kubectl get svc -n <namespace> k-2048
Use Ingress:
kubectl get ingress -n <namespace> k-2048
kubectl delete -n <namespace> -f deploy/
2048 is licensed under the [MIT license]