Weekly Kubernetes Community Hangout Notes - April 3 2015
This article is more than one year old. Older articles may contain outdated content. Check that the information in the page has not become incorrect since its publication.
Weekly Kubernetes Community Hangout Notes - April 3 2015
Kubernetes: Weekly Kubernetes Community Hangout Notes
Every week the Kubernetes contributing community meet virtually over Google Hangouts. We want anyone who's interested to know what's discussed in this forum.
Agenda:
Quinton - Cluster federation
Satnam - Performance benchmarking update
Notes from meeting:
Quinton - Cluster federation
Ideas floating around after meetup in SF
Please read and comment
Not 1.0, but put a doc together to show roadmap
Can be built outside of Kubernetes
API to control things across multiple clusters, include some logic
Auth(n)(z)
Scheduling Policies
…
Different reasons for cluster federation
Zone (un) availability : Resilient to zone failures
Hybrid cloud: some in cloud, some on prem. for various reasons
Avoid cloud provider lock-in. For various reasons
"Cloudbursting" - automatic overflow into the cloud
Hard problems
Location affinity. How close do pods need to be?
Workload coupling
Absolute location (e.g. eu data needs to be in eu)
Cross cluster service discovery
How does service/DNS work across clusters
Cross cluster workload migration
How do you move an application piece by piece across clusters?
Cross cluster scheduling
How do know enough about clusters to know where to schedule
Possibly use a cost function to achieve affinities with minimal complexity
Can also use cost to determine where to schedule (under used clusters are cheaper than over-used clusters)