Technical architecture

    Cloud-native by design, at home on Kubernetes and on traditional VMs

    100% stateless

    100% stateless

    No local storage, native horizontal scalability

    Configuration-driven

    Configuration-driven

    Business logic through JSON files or the graphical interface

    Native interoperability

    Native interoperability

    REST, WebSocket, Kafka, JDBC

    Centralised monitoring

    Centralised monitoring

    Logs, metrics and traces built in

    Flexible deployment

    Cloud-native

    Kubernetes, containers, auto-scaling

    Hybrid

    Public cloud plus your own datacenter

    On-premise

    Traditional virtual machines

    GitOps industrialisation process
    JSON CONFIGURATION
    Declaration files
    GIT REPOSITORY
    Source of truth
    GITOPS SYNC
    Pull & apply (Argo/Flux)
    MEECROGATE RUNTIME
    Containerised components
    Infrastructure and application are declared, versioned and deployed automatically.
    Cloud-native deployment example
    KUBERNETES CLUSTER
    Control Station
    Git repository
    Meecrogate Operator
    ConfigMap
    Gateway
    ID Server
    Orchestrator
    Click a component to learn more about it.

    Control Station

    Configuration source

    The administration interface where operators define global configuration visually, low-code. Changes are emitted as JSON and pushed to a Git repository.