GitOps Application Lifecycle - Rafay Product Documentation

Part 2: Deploy

What Will You Do

In this section you will


Step 1: Create Namespace

In this step, you will create a namespace for the workloads.

The namespace is now published on the cluster.


Step 2: Create YAML Workload

You will now create a sample YAML workload which will contain multiple resources. The workload will be used to demonstrate the workload lifecycle management of YAML workloads through GitOps.

This will deploy the workload on the cluster selected.


Step 3: Create Helm Workload

You will now create a sample Helm workload. The workload will be used to demonstrate the workload lifecycle management of Helm workloads through GitOps.

This will deploy the workload on the cluster selected.


Recap

At this point, you have successfully deployed a YAML and Helm workload to your cluster from a Git repository.