원클릭으로
binary-and-deployment
Startup, CLI arguments, deployment patterns, and Feature Flags for the in-repo binaries (edgion-controller/gateway/cli).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Startup, CLI arguments, deployment patterns, and Feature Flags for the in-repo binaries (edgion-controller/gateway/cli).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | binary-and-deployment |
| description | Startup, CLI arguments, deployment patterns, and Feature Flags for the in-repo binaries (edgion-controller/gateway/cli). |
Edgion is a Cargo workspace. This section describes the startup methods, CLI arguments, and common deployment patterns for the in-repo binaries. Federation Center is maintained in the separate EdgionCenter repository.
| File | Topic |
|---|---|
| 00-binaries.md | Entry points of the in-repo binaries, full CLI argument reference, work_dir priority |
| 01-deployment-patterns.md | Common deployment methods: FileSystem development mode, K8s production mode, HA deployment |
| 02-feature-flags.md | Cargo Feature Flags matrix: allocator / TLS backend / testing options |
Conventions shared by the in-repo binaries (edgion-controller, edgion-gateway, edgion-cli) — project overview, command line / directory / config-path conventions, Core layering conventions, resource system.
KubernetesCenter implementation — K8s Reflector watching, leader election, HA mode, ResourceController lifecycle, status writeback.
ConfigCenter subsystem — ConfCenter trait abstraction, FileSystemCenter and KubernetesCenter implementations, unified Workqueue + ResourceProcessor pipeline.
edgion-controller control plane architecture — overall design, startup/shutdown, Admin API, ConfigCenter, Workqueue, ResourceProcessor, Requeue, CacheServer, ACME service.
Route matching overview — multi-stage pipeline (Listener→Domain→Path→DeepMatch), per-listener isolation, registration flow, atomic swap.
TLS subsystem overview — TLS Store, SNI matching, certificate management, BoringSSL/OpenSSL backend selection.