Skip to content

Tutorials, examples, and recipes for Armory Continuous Deployments-as-a-Service

Notifications You must be signed in to change notification settings

matttharma/my-sample-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Armory Logo

Armory CDaaS Examples

This repository contains example deployments and walkthroughs for Armory Continuous Deployments-as-a-Service. CDaaS is a tool for safely deploying artifacts like Docker images and Kubernetes manifests into application environments.

Getting Started

  1. Install:

    Install armory on Mac OS using Homebrew:

    brew tap armory-io/armory
    brew install armory-cli

    To install armory on Linux, run the following:

    curl -sL go.armory.io/get-cli | bash

    The script will install armory and avm. You can use avm (Armory Version Manager) to manage your armory version.

  2. Sign up:

    It's free to try Armory CDaaS:

    armory login

    Confirm the device code in your browser when prompted, sign up for an Armory CDaaS account, then return to this guide.

  3. Connect your cluster:

    CDaaS uses an agent to execute deployments in your Kubernetes cluster. Your cluster's API endpoint does not need to be publicly accessible to use CDaaS. Learn more about CDaaS architecture.

    Run the following command to install an agent in your Kubernetes cluster:

    armory agent create
  4. Deploy:

    The Hello Armory tutorial is a great place to start. Happy deploying!

About

Tutorials, examples, and recipes for Armory Continuous Deployments-as-a-Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%