Skip to content

Instantly share code, notes, and snippets.

@faddat
Forked from ds0nt/klouds-iterations.md
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save faddat/7a3a948d5fc0e2be0644 to your computer and use it in GitHub Desktop.
Save faddat/7a3a948d5fc0e2be0644 to your computer and use it in GitHub Desktop.
Klouds Genesis Iteration

Klouds Iterations

KLouds micro dev cycles: closing the loop in 24 hours or less-- this is agility!

Iteration 1

Backend

  1. route validation refactoring - business logic stays lean and meaningful (can you elaborate pls?)
  2. standalone rancher module
  • load balancers, reverse proxies, and domainnames
  • implement create/rm, up/down, start/stop, logs, scale-- wrap it and lock it down!
  • shall be published in npm
  • Let's make sure that we actively solicit Rancher's ideas on this; it sort of sounds like we will build something that can be of use to more people.
    Apps Loader that manages app files
kloud-compose/
└── wordpress
    ├── docker-compose.yml
    └── rancher-compose.yml

Frontend

  1. Domain Name is not captured
  2. Payment leads to an empty dashboard
    • show apps & domains & logs
  3. application icons, descriptions, urls

example directory structure

icons/
└── wordpress.png

kloud-compose/
└── wordpress
    ├── ...
    └── meta.yml 

meta.yml format

name: Forky
description: Real time collaborative mind maps
website: forky.io
repository: https://github.com/ds0nt/forky

Deferred Tasks and Ideas

  • tailing the logs into the website's background would be really fucking cool
  • our users will have errors/problems. debug user problems? don't fix what isn't broken? hmm, debugging is rather important
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment