Category: Kubernetes, nginx

by With more and more organizations adopting Kubernetes, it is essential that we get our fundamental ops-infra in place before any migration. This post will focus on pushing out new releases of the application to our Kubernetes cluster i.e. Continuous Delivery.

You can either consume manifests from GCS or S3 bucket or you can provide manifest as text within the pipeline.

The manifest for the Nginx deployment and service is below: The pipeline configuration can be found here.

Related Articles