feat(cloud): configurable replicas + HPA, and share/exec/hosts fixes #35
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
luchaveztech/larakube-cli!35
Loading…
Reference in a new issue
No description provided.
Delete branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
larakube replicas(per-component fixed replica counts) andlarakube autoscale(HorizontalPodAutoscaler min/max/CPU%) for web/queues/reverb/ssr, replacing the old hardcoded 1/strategy-derived-2 replica counts. Both use the same shared cloud overlay for VPS and managed k8s — no fork between them. HPA is deliberately not gated by DeploymentStrategy: metrics-server already ships as an unused k3s default addon on every cluster (local and VPS), so pod-count elasticity doesn't need a second node to work.upalready does every run.aboutandcloud:create— hardening/TLS/backups/autoscaling are identical to managed k8s; the one real gap (surviving a full server failure) is named instead of implied.