Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 505 Bytes

File metadata and controls

26 lines (16 loc) · 505 Bytes

Wikipedia Reader

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.

To deploy

  1. Define your cluster and set kubectl to use that context.

  2. Run

make deploy

The deployment will be deployed to wikipedia-reader namespace. You can access it at wikipedia-reader.fbi.com:8081

To uninstall

Run

make uninstall