|
|
|
|
|
by isdal
2893 days ago
|
|
Yep, no free lunch. Scaling up has a few different "cliffs". To outline a few:
1. Existing pod scheduled and ready (fastest)
2. Room on existing node (so no docker pull needed)
3. Room on existing cluster (so no VM creation needed)
4. No room, need to increase cluster size. Optimizing 1-3 is very much in scope for the Knative project. Optimizing (4) is a provider problem and will vary by provider. The Knative Scaling working group is discussing this every week on Wednesdays and that meeting is open to the public. We also keep good notes linked from our community page:
https://github.com/knative/docs/blob/master/community/WORKIN... |
|