# Post-import deployment
- Import one profile (creates Zerops services with
startWithoutCode; no nested cluster yet). - Fork or clone zerops-recipe-apps/zerops-k8s.
- Configure repository secrets and variables (
ZEROPS_TOKEN,ZEROPS_PROJECT_ID,ZEROPS_CLIENT_ID,K8S_PROFILE, age backup keys for Full/Production). - Run Deploy Zerops Kubernetes with the same
profileas the import.
# Access
Connect the Zerops VPN. The Kubernetes API, Headlamp (Full only), and demo ingress use a project-local VRRP VIP (https://<derived-vrrp-vip>:6443). Retrieve kubeconfig and Headlamp tokens from sensitive Zerops project variables after a successful deploy run — never from repository files.
# Operations
Use the profile-aware workflows in the automation repo: maintenance, upgrade, resize, backup, restore drill, destroy. See docs/operations.md.
Related platform & services docs
Related Recipes
More recipes with similar technologies and categories.
Go Hello World
Go recipe for Zerops — a minimal HTTP server backed by PostgreSQL, showcasing idempotent database migrations, environment-variable-driven configuration, and the complete set of Zerops infrastructure patterns across six ready-to-deploy environment configurations.

Java Hello World
Java Hello World recipe running on Zerops, backed by a PostgreSQL database. Built with Spring Boot, the recipe demonstrates the full Zerops integration pattern: idempotent schema migration, database-backed health check, and ready-made environment configurations spanning the entire development lifecycle.

SolidStart SSR Hello World
A server-rendered SolidStart application running on Zerops, backed by a PostgreSQL database. The app demonstrates SolidStart's Nitro-powered SSR pipeline — self-contained server bundle with idempotent database migrations on every deploy.
Astro SSR Hello World
A minimal Astro SSR application with a server-rendered health check page that connects to a PostgreSQL database, runs idempotent migrations, and queries live data — demonstrating the full Zerops SSR integration pattern.
