# Standardized Application Delivery Workflows

{% hint style="info" %}
As a Platform Engineer, Ozone gives you the ability to standardize your CI/CD workflows into standards that any team can consume. DevOps workflows are comprised of security checks, code quality checks, performance tests, regression tests.&#x20;

Combine all these into a single standard and create your own using Ozone's native pipeline and tasks catalog as a template
{% endhint %}

### Problems

* Platform engineers need to maintain CI/CD standards at scale within an organization. As the software stacks scale with the advent of microservices that use multiple stacks, there is a need to define a set of standard that fits your organization&#x20;
* Platform engineers need to be able to scale these workflows on demand, ideally across clouds and regions for a host of reasons such as costs, cloud availability, compliance
* Platform engineers need to be able to offload as much of Day 1 and Day 2 ops to a system that makes it more on-demand for development teams

### Solutions

* Ozone provides a set of workflow templates in the form of a task and a pipeline catalog that can be used to define re-usable deployment templates that can be shared across teams
* Ozone workflows are on-demand and can run on any kubernetes clusters. As an additional check, Platform engineers can define which clusters are accessible to a team for executing the workflows
* Ozone provides pre-deployment automation by making any steps within the CI/CD workflow completely customizable. In addition, workload visibility is enhanced through Ozone for better analysis through the build and deployment process


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ozone.one/ozone-end-user-guide/use-cases/for-platform-engineers/standardized-application-delivery-workflows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
