v0.7.0 #80
atkrad
announced in
Announcements
v0.7.0
#80
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Highlights
Stateful workloads
Use
kind: statefulfor stable network identity (ordinal hostnames, headless DNS) and optional per-pod volumes. Stateless components can take a shared PVC too. Grow disks later withdeployah deploy --resize-volumes.Workers and metrics
role: workerruns long-lived processes with no Service port, Ingress, or ready probe. Enable Prometheus scraping withmetrics(ServiceMonitor for services, PodMonitor for workers). Profiles supplymetrics.monitorLabels.App manifests move to
v1-alpha.4; platform profiles useplatform/v1-alpha.3.What's Changed
Features
Full Changelog: v0.6.0...v0.7.0
This discussion was created from the release v0.7.0.
All reactions