Alphaus | Documentation
WebsiteRepoTech blog (JP)Tech blog (EN)
ALM v3.0
ALM v3.0
  • What is ALM?
  • Getting started
    • Login for the first time
    • Adding AWS account
    • Adding Azure account
    • Adding Alibaba account
    • Adding GCP account
    • Adding Fujitsu K5 account
  • ALM Template
    • What is ALM Template?
    • Reference (2017-03-03)
    • ALM Template Language
    • Example ALM Templates
  • ALM Agent
    • Overview
    • Getting Started
    • Agent
    • Commands
    • Add-ons
    • Contributing
  • RBAC
    • Overview
    • What is RBAC?
    • Getting started
    • Working with RBAC
    • Release history
    • Example RBAC roles
Powered by GitBook
On this page
  • What is ALM-agent?
  • Characteristics of ALM Agent

Was this helpful?

  1. ALM Agent

Overview

PreviousALM AgentNextGetting Started

Last updated 6 years ago

Was this helpful?

What is ALM-agent?

The ALM-agent is software for Mobingi ALM. ALM-agent is the primary component of container management.

ALM-agent runs on instances, manages Docker containers and deploys code to instances on behalf of you.

ALM-agent works with . When you run the ALM-agent, the agent on the instance processes the ALM Template and configures the instance as specified.

Characteristics of ALM Agent

The ALM-agent is a tool for managing container and continuous deployment for your application. It provides several key features:

  • Container Management

    • ALM-agent can manage container lifecycle (create container, start or stop container, renew container image, deploy application code and manage log containers, etc.).

  • Blue-Green Deployment using Container

    • ALM-agent uses Blue-Green Deployment to achieve zero-downtime deployment of your application code.

  • Health Checking

    • ALM-agent checks not only the instance status but also the container status.

  • Multi Cloud

    • ALM-agent can run at any Cloud Service such as AWS, Alibaba Cloud, Azure, GCP, Fujitsu K5, etc.

ALM Template