Skip to content

Instantly share code, notes, and snippets.

@smothiki
Last active August 29, 2015 14:22
Show Gist options
  • Save smothiki/a86eae8aec67aff3c287 to your computer and use it in GitHub Desktop.
Save smothiki/a86eae8aec67aff3c287 to your computer and use it in GitHub Desktop.
Proposal integrating kubernetes with deis

Once we start core-os machine with flannel. which gives a containers a feel of overlay network. Every container will have a unique IP.

  1. Container port shouldn't be bind mounted.
  2. Publisher should be able to publish container IP and Port as each APP container is unique.
  3. Only Jobstate.Up, Destroyed, Crashed, Error.
  4. Moving scale logic from models.py to schedulers accordingly.
  5. Allow custom interfaces and IPs while creating user-data.
  6. Make Registry URL based or run registry in every host.
  7. Create services for each App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment