Skip to content

Archimedes-Dear/k-2048

Repository files navigation

2048 for Kubernetes

Thanks for gabrielecirulli! Look github!

Screenshot

Screenshot

Build

You can use docker build to build container image.

docker build -t k-2048:<tag> .

Deploy

docker build -t k-2048:v1 .

kubectl apply -n <namespace> -f deploy/

Visit Web

Use NodePort:

kubectl get svc -n <namespace> k-2048

Use Ingress:

kubectl get ingress -n <namespace> k-2048

Uninstall

kubectl delete -n <namespace> -f deploy/

License

2048 is licensed under the [MIT license]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published