Create a Workspace
A Workspace is an isolated Kubernetes environment that can be hibernated and forked. Workspaces can automatically hibernate on a schedule to save costs.
apiVersion: batch.forkspacer.com/v1kind: Workspacemetadata: name: default namespace: defaultspec: type: kubernetes connection: type: in-cluster autoHibernation: enabled: true schedule: "0 42 18 * * *" wakeSchedule: "0 42 19 * * *"Auto-hibernation? Workspaces can automatically sleep during off-hours (like nights and weekends) to reduce cloud costs, then wake up when needed. Learn more →