-
Creating and publishing Docker containers
First, we need to build Docker images from application sources:
-
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:
- CLI Tools: preparing your system for further deployment
- AWS: making your Amazon account kops-ready
- kops: manually creating and configuring a cluster on AWS
- 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.