kubernetes-open-questions
- why-is-kubernetes-compelling
- database setup?
- what about centralized logging?
- nodes
- what is on the image a node is booted from?
- Do master and worker nodes boot from a different image?
- How long does it take to get a new node online?
- node processes
- How are the non-Docker processes run? (In privileged containers? Directly on the node?)
- At 8:35 DNS and UI are addons
(#)
- Better to use manifest to declare, or alter using specific kubectl commands? (Seems manifest ought to be preferable, but scaling makes sense to do as an alteration) For example:
kubectl label nodes <node-name> <label-key>=<label-value>
(#)
- How does multiple masters work? Is there master election?
- What are the workflow tools?
- What are the rollout tools?
Referring Pages
blog-post-getting-rails-on-kubernetes
kubnotes-index