Ansible

You will need to have Ansible installed on your machine in order to deploy our solution on GCP

This will install Jenkins on the GCE instance, and configure it to use the GCR as a container registry. It will also authenticate Jenkins to the GKE cluster, build and push all the base images to it.

If you want to create new jobs in Jenkins you can follow this guide: Jenkins Jobs

If you made any changes to the ansible files, you can apply them by running:

$ make deploy-ansible

Last updated