Web Services (Docker + Container Orchestration)
Biztraak’s web-service workflows deploy containerized applications with provider-specific infrastructure, rollout, and health-check behavior. See Capabilities and Availability for the current provider differences. Auto-scaling is not a platform-wide default.
How it works
Blue/Green Deployments
- Blue Environment: current production traffic
- Green Environment: new version being deployed
- Traffic Switch: the configured deployment path switches production traffic after validation
- Rollback: rollback behavior follows the configured deployment path
Infrastructure Components
- Container Orchestration: managed container hosting (ECS, GKE, AKS)
- Load Balancer: traffic distribution and health checks
- CDN: global edge caching and SSL termination
- Container Registry: private image storage
- Deployment Service: automated blue/green orchestration when the selected provider workflow exposes that strategy
Deployment Pipeline
- Container Build → containerize your application
- Registry Push → push images to your private container registry
- Deployment Service → trigger the provider rollout strategy configured for the service
- Health Checks → verify deployment success according to the configured strategy before any traffic switch
Blue/green deployment example
- Developer pushes commit to
feature-loginbranch - Configured pipeline runs in the execution environment selected for the project
- Container build creates container image from your application
- Registry push stores image in your private container registry
- Build Review environment may spin up when the project workflow is configured for it
- PR merged to
mainmay trigger the configured production workflow - For a blue/green deployment exposed by the selected workflow:
- Green environment created with new container
- Health checks run against green environment
- Traffic switches once the configured health checks pass
- The blue/green deployment path retains the previous capacity and can roll back on configured failure alarms
- Production live →
your-app.biztraak-hosting.comserves new version - Available audit records are updated with build and deployment context
Cloud Provider Examples
See Capabilities and Availability for the provider templates and runtime differences.
Monitoring & Operations
Deployment Monitoring
- Real-time logs available in the configured pipeline interface
- Cloud console shows deployment progress and status
- Health check status visible in load balancer metrics
- Rollback capability available for deployment strategies that support rollback
Auto-Scaling
- CPU- and memory-based scaling: automatically adjust capacity based on demand
- Target tracking policies: maintain optimal performance
- Scheduled scaling: handle predictable traffic patterns
Security Features
- Private container registry: built container images stored securely in your cloud account
- IAM roles: least-privilege access for all components
- VPC isolation: containers run in private subnets
- SSL/TLS termination: encrypted traffic with automatic certificate management
Configuration Options
Click here to learn more about configuration options including:
- Custom Ports: configure internal ports for load balancer health checks
- Environment Variables: inject secrets and configuration at deployment time
- Resource Limits: set CPU and memory constraints
- Health Check Paths: customize application health endpoints
- Scaling Policies: define auto-scaling behavior
- Cloud Provider Selection: choose AWS or GCP based on your needs
Why choose Web Services?
- Rollout options: use blue/green or other strategies where exposed by the workflow
- Deployment foundations: use the load balancing, scaling, and health-monitoring options available for the selected runtime
- Security configuration: use the registry, network, and IAM settings exposed by the selected provider workflow
- Git integration: connect infrastructure and application workflows when the project exposes both paths
Next steps
- Static Websites → deploy static sites to S3 + CloudFront
- Serverless Functions → lightweight APIs with Lambda/Functions
- Build Reviews → preview environments for every commit
- CI/CD Overview → understand the complete pipeline
Web services on Biztraak connect container builds to provider-specific deployment and operational workflows. Confirm the supported runtime, rollout strategy, scaling behavior, and network options before planning a production workload.