Zeet Project Types
What are Project Types?
Project types refer to the different categories of Projects that Zeet supports. Each type is tailored to specific use cases, offering a streamlined approach to deploying and managing various different types of cloud infrastructure.
Available Project Types
Zeet currently supports the following project types:
- Service Container: Ideal for long-running services requiring high uptime.
- Job Container: Suited for short-lived jobs scheduled or triggered on demand.
- Serverless Function: Designed for event-based or stateless applications with variable traffic.
- Terraform Module: Used for deploying Infrastructure as Code (IaC) modules.
- Helm Charts: Deploy packaged Kubernetes applications using Helm.
- Kubernetes Manifests: Deploy packaged Kubernetes applications using
kubectl
.
How to Decide Which to Use?
Consider your project's requirements and characteristics:
Running applications and services with Service Containers, Job Containers, and Serverless Functions.
- If your application needs continuous service, consider a Service Container.
- For short-lived tasks or batch processing, opt for a Job Container.
- For event-driven or stateless applications, choose Serverless Functions .
Deploying infrastructure using Terraform, Helm, and Kubernetes Manifests.
- Terraform is used for deploying Infrastructure as Code (IaC) modules.
- Helm Charts and Kubernetes Manifests are ideal for deploying packaged Kubernetes applications.