Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.5 KB

tutorial.md

File metadata and controls

37 lines (26 loc) · 1.5 KB

Main Tutorial: How to build and deploy the application

  1. Creating and publishing Docker containers

    First, we need to build Docker images from application sources:

  2. Deploying the application

    There are three deployment methods available:

    a) Manual deployment on MiniKube:

    The Minikube deployment tutorial describes how to deploy the application infrastructure on a local machine with MiniKube:

    b) Manual deployment on AWS

    These four tutorials describe the process of manual deployment on Amazon Web Services:

    1. CLI Tools: preparing your system for further deployment
    2. AWS: making your Amazon account kops-ready
    3. kops: manually creating and configuring a cluster on AWS
    4. Kubernetes: deploying the application to the cluster using previously prepared Docker images

    c) Automated deployment on AWS

    For the automated deployment, read the Ansible tutorial.