Explore templates
Browse official and community templates.
Create a custom template
Build your own reusable Pod configuration.
Manage your templates
Edit, share, and organize your templates.
Environment variables
Configure template behavior with variables.
Template types
What templates include
Templates contain all components needed to launch a fully configured Pod:- Container image: The Docker image with all software packages and dependencies.
- Hardware specifications: Container disk size, volume size, and mount paths.
- Network settings: Exposed HTTP and TCP ports for web UIs or APIs.
- Environment variables: Pre-configured settings that customize application behavior.
- Startup commands: Instructions that run when the Pod launches.