Skip to content

Conversation

@tamalsaha
Copy link
Member

@tamalsaha tamalsaha commented Jan 27, 2026

// StorageType can be durable (default) or ephemeral
StorageType StorageType `json:"storageType,omitempty"`
// Storage to specify how storage shall be used.
Storage *core.PersistentVolumeClaimSpec `json:"storage,omitempty"`
Copy link
Member

@souravbiswassanto souravbiswassanto Jan 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it make sense to have different service for each read replica group? In that case we can add a serviceTemplate.

They asked about a feature where read going to a particular replica

StorageType StorageType `json:"storageType,omitempty"`
// Storage to specify how storage shall be used.
Storage *core.PersistentVolumeClaimSpec `json:"storage,omitempty"`
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need a field for podPlacementPolicy. needed for distributed stuffs

Copy link
Member Author

@tamalsaha tamalsaha Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add it. We need it for also placing these pods on Spot instances.

tamalsaha and others added 2 commits January 29, 2026 12:11
Signed-off-by: souravbiswassanto <[email protected]>
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.

3 participants