Ecossistema CCS

O Implant faz parte do ecossistema CCS Systems para gerenciamento de infraestrutura.

Componentes

┌─────────────────────────────────────────────────────────┐
│                    ECOSSISTEMA CCS                        │
├─────────────────────────────────────────────────────────┤
│                                                          │
│   IMPLANT          Conformidade e provisionamento        │
│   ├── check        Verificar/corrigir servidores         │
│   ├── ssh-key      Gerenciar acesso SSH                  │
│   └── install      Instalar outros componentes           │
│                                                          │
│   RUNNER           CI/CD automatizado                    │
│   ├── deploy       Blue-green deployment                 │
│   ├── rollback     Reverter versao                       │
│   └── staging      Ambientes efemeros                    │
│                                                          │
│   DEPLOYALLY       Gerenciamento de deploys              │
│   ├── manifests    Definicoes de aplicacoes              │
│   └── lifecycle    Ciclo de vida de containers           │
│                                                          │
│   GITOPS           Delivery de conteudo                  │
│   ├── releases     Processar GitHub Releases             │
│   └── cdn          Upload para B2/Cloudflare             │
│                                                          │
│   CDN              Proxy e cache                         │
│   └── PimDocs      Documentacao publica                  │
│                                                          │
└─────────────────────────────────────────────────────────┘

Fluxo Tipico

Provisionar novo servidor

1. Provisionar VPS
2. curl -sL https://implant.ccs.systems/init.sh | sudo bash
3. implant check --auto-fix
4. implant install deployally
5. implant install runner  (se for servidor de producao)
6. implant setup-claudecode  (se usar Claude Code)

Manter conformidade

1. implant self-update
2. implant check --auto-fix

URLs do Ecossistema

Componente URL
Implant https://implant.ccs.systems
Runner https://runner.ccs.systems
DeployAlly https://get.deployally.com
Docs Implant https://docs.implant.ccs.systems
Docs Runner https://docs.runner.ccs.systems