Skip to content

rogerwesterbo/nyan-cat

Repository files navigation

nyan-cat

Nyan Cat

Development

Prerequsites

  • node lts or current (https://nodejs.org)
  • docker runtime (for building and pushing a container)

optional

Run

npm start

Open your favorite browser with url: http://localhost:8090

Deployment

Build container

docker build -f Dockerfile -t rogerwesterbo/nyan-cat:<0.0.10> .
docker buildx build --platform=linux/amd64,linux/arm64,linux/arm/v7 -f Dockerfile -t rogerwesterbo/nyan-cat:<0.0.10>  --output type=registry,dest=rogerwesterbo/nyan-cat:<0.0.10>,push=true .

Create a kubernetes cluster

Read this ./docs/k8s.md

or run the script ./create-cluster.sh in this repo: https://github.com/rogerwesterbo/createlocalk8s

Need more information about kubernetes?!

Kubernetes pros and cons

The abstractions of k8s