Aptomi / k8s-app-engine

Application delivery engine for k8s
Apache License 2.0
163 stars 19 forks source link

Simplify example & policy #212

Closed romangithub1024 closed 6 years ago

romangithub1024 commented 6 years ago
  1. Use contract to provide different implementations for Prod and Stage

    • stage (Alice, Bob, Carol) should always use fake twitter data generator
    • prod (John) will be the only instance requiring twitter keys
  2. Get rid of secrets, switch to labels

  3. Run production with default secret placeholders. it will not work. change keys later (after everything has been deployed)