# Project & Services Structure Zerops organizes your infrastructure into three hierarchical levels: **projects**, **services**, and **containers**. This structure provides secure networking, resource isolation, and scalable application deployment. ## Projects A project is the top-level entity in Zerops, functioning as a private network where services can communicate internally and share environment variables. Each project provides essential infrastructure including load balancing, routing, and container orchestration. ### Key Project Features - **Private Networking**: All services within a project share a secure network - **Environment Variables**: Services can access shared environment variables - **IPv6/IPv4 Addressing**: Each project receives an IPv6 address, with optional IPv4 addressing - **Integrated Security**: Built-in firewall and SSL certificate management :::tip Project Organization Consider your project strategy carefully. Create separate projects for different environments (dev/staging/prod) or consolidate related applications in a single project to optimize resources and simplify networking. ::: ### Project Core Options When you create a project, it requires a functioning **core** that includes logger and statistics services, HTTP routing with automatic SSL certificate management, and IP routing with integrated firewall. Zerops offers two core types to match different needs and budgets: #### Lightweight Core Single-container solution perfect for development projects and smaller production workloads. Includes project controller, L3 balancer, firewall, logger, statistics, and HTTP handling in one efficient package. :::tip Ideal For Development environments, low-traffic applications, personal projects, budget-conscious teams. ::: #### Serious Core Enterprise-grade infrastructure with separated core services across multiple containers for true redundancy and high availability. :::tip Ideal For Production applications, high-traffic websites, mission-critical business applications, teams requiring maximum uptime. ::: #### Features Comparison
| Lightweight Core | Serious Core | |
|---|---|---|
| Infrastructure | Single container (limited redundancy) | Multi-container (highly available) |
| SSL Termination | ||
| Automatic Certificate Generation | ||
| Proxy / Load Balancer | ||
| IPv6 Address | ||
| Build Time | 15 hours | 150 hours |
| Backup Space | 5 GB | 25 GB |
| Egress | 100 GB | 3 TB |
| Failover Protection | Limited | Comprehensive |