Learn how you can build and deploy your application utilizing blue and green canary deployments with JFrog and F5 Nginx Ingress Controllers on AWS EKS.
JFrog Pipelines CI/CD orchestrates the building and deployment of our demo app. The CI/CD pipeline is defined in the pipeline.yml.
- Docker Build (docker_build) - This step builds a docker image using the Dockerfile.
- Docker Push (docker_push) - This step publishes the docker image to the demo-docker-local repository.
- Promote (docker_promote) - This step promotes the docker image to demo-docker-prod-local (usually after a validation step).
- Deploy (eks_deploy) - Deploy the newly built image to an EKS cluster using deployment.yml.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.