Simple deployment that at random intervals downloads a random Wikipedia article and serves it via http.
This project was meant for practicing initContainers and sidecars.
-
Define your cluster and set kubectl to use that context.
-
Run
make deploy
The deployment will be deployed to wikipedia-reader namespace. You can access it at wikipedia-reader.fbi.com:8081
Run
make uninstall