Skip to content

ivan-bax/ecso-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

ECSO Platform

This repository contains the ECSO (ECS Operator) configuration for managing ECS deployments.

Structure

ecso/
├── defaults.yaml           # Shared defaults for all environments
└── environments/
    └── dev.yaml            # Development environment configuration

Services

Service Description Port
test-app Demo application 8080

Environments

Environment Cluster Auto-Sync ALB DNS
dev ecso-cluster Yes ecso-alb-216761709.us-east-1.elb.amazonaws.com

Usage

Validate Configuration

ecso validate -c ./ecso

Plan Changes

ecso plan dev -c ./ecso

Apply Changes

ecso apply dev -c ./ecso

Related Repositories

About

ECSO platform configurations for ECS deployments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors