This repository contains Terraform code to deploy and configure an Argo Workflows environment on Oracle Cloud Infrastructure (OCI) using Oracle Kubernetes Engine (OKE). It simplifies the setup process for orchestrating Kubernetes-native workflows.
- Automated provisioning of OKE clusters.
- Deployment of Argo Workflows with necessary configurations.
- Integrated support for managing workflows via Kubernetes.
- Option to deploy via OCI Resource Manager for a streamlined experience.
- An Oracle Cloud Infrastructure account.
- Terraform CLI installed on your machine (for manual deployment).
- Properly configured OCI CLI for authentication.
- Kubernetes CLI (
kubectl
) installed.
-
Clone the repository:
git clone https://github.com/dranicu/terraform-oke-argo-workflow.git cd terraform-oke-argo-workflow
-
Initialize Terraform:
terraform init
-
Apply Terraform configuration:
terraform apply
Confirm the changes to deploy the OKE cluster and Argo Workflows setup.
For a streamlined deployment, you can use Oracle Cloud Infrastructure’s Resource Manager:
-
Click the button below to deploy directly to OCI Resource Manager.
-
Sign in to your OCI account and follow the prompts to configure the stack.
-
Review the variables and submit the job to deploy the OKE cluster and Argo Workflows setup.
- Submit and manage workflows through the Argo Workflows UI or CLI.
- For automation, integrate workflows with Kubernetes-native resources.
This project is open-source and distributed under the MIT License.