For this demo with used GKE on Google Cloud Plateform.
pip install -r requirements.txt
# build new environment
ansible-conainter build
# launch dev containers
ansible-conainter run
# build prod ready images
ansible-conainter build
# push it to registry
ansible-conainter push --push-to google
# generate deployment configuration
ansible-conainter shipit --pull-from google
cd ansible
# deploy
ansible-playbook shipit-kubernetes.yml
We will not maintain this repo, archiving purpose only