Skip to content

Replica group spot_policy and reservation#3932

Open
jvstme wants to merge 1 commit into
masterfrom
issue_3929_replica_reservation_and_spot
Open

Replica group spot_policy and reservation#3932
jvstme wants to merge 1 commit into
masterfrom
issue_3929_replica_reservation_and_spot

Conversation

@jvstme
Copy link
Copy Markdown
Collaborator

@jvstme jvstme commented Jun 5, 2026

Allow to define spot_policy and reservation
per replica group in service configurations.

type: service
image: my-image
port: 80

replicas:
- name: baseline
  reservation: my-reservation
  count: 1
- name: overflow
  spot_policy: auto
  count: 0..3
  scaling:
    metric: rps
    target: 1

Closes #3929

Allow to define `spot_policy` and `reservation`
per replica group in service configurations.

```yaml
type: service
image: my-image
port: 80

replicas:
- name: baseline
  reservation: my-reservation
  count: 1
- name: overflow
  spot_policy: auto
  count: 0..3
  scaling:
    metric: rps
    target: 1
```
@jvstme jvstme requested a review from Bihan June 5, 2026 07:33
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

Successfully merging this pull request may close these issues.

[Feature]: Support distributing service replicas across reserved and spot capacity

1 participant