darksinge / simple-todos

Toy project for k8s demo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple TODOs

Simple, and fake, TODO app that uses https://jsonplaceholder.typicode.com.


Branches in this repository:

  1. basic-app: Simple, barebones express app.
  2. deployment: Contains Kubernetes manifest file to deploy the app to a cluster.
  3. redis: Adds a Redis cache to the app to speed up requests. Introduces concept of a Service in K8s.
  4. secrets-1: Adds a route that requires a code to get a 200 response from the API, but it has a bug.
  5. secrets-2: Adds a tiny change to help "secure" the /secret route.

About

Toy project for k8s demo.