Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 622 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 622 Bytes

reddit-newsletter/k8s

kubernetes setup for publishing and syncing newsletter subscriptions

Requirements

Setup

  • minikube start
  • minikube docker-env # follow the setup in the output

Create cronjob(s)

from project root

  • eval $(minikube -p minikube docker-env)
  • make build workers # allows for minikube to pick changes to our images
  • kubectl -f ./k8s/update-cronjob.yaml
  • kubectl -f ./k8s/publish-cronjob.yaml