This image depicts the traffic flow for a continuous integration and deployment pipeline built by Using Oracle DevOps Service.

The overall architecture shows an Oracle Cloud Infrastructure region that contains an unspecified DevOps project. An end user sits outside the region. The end user commits code to the OCI code repository within the DevOps project. The repository sends that code to be built, through the build pipeline.

After the code is built, artifacts are delivered to the artifact repository and container registry and deployments are triggered through the deployment pipeline. The deployment pipeline pulls the manifest from the container registry and deploys the code to an Oracle Container Engine for Kubernetes instance. The OKE instance then pulls the image from the artifact repository and container registry instance.

All activity is logged by the OCI logging service and appropriate notifications are generated by the OCI notification service. Both of these services are within the region but not part of the DevOps project.