Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing apps for containeriziation #20

Open
markllama opened this issue May 21, 2015 · 0 comments
Open

Preparing apps for containeriziation #20

markllama opened this issue May 21, 2015 · 0 comments

Comments

@markllama
Copy link

In the Best Practices list, perhaps I've missed it but I don't see much in the way of architectural guidelines:

  • Decomposing your (host based) application/service
  • exposing and defining container interfaces
    • network
    • shared files
  • Container startup
    • avoid sequencing: Images must poll and self-assemble
    • balance in-container polling and Kube restart-on-exit looping
    • detecting uninitialized resources, initialize, handling race conditions
  • Passing in parameters
    • environment variables
    • container startup CLI
    • host files (via volume)
    • config/setup tarballs (from remote)

Others?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant