Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

cvops-study/kestra-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kestra K8s

Kestra is a workflow orchestrator and scheduler for data pipelines. It is designed to manage and execute complex workflows with ease.

Description

This project is the deployment of Kestra on Kubernetes. It includes a Helm chart to simplify the deployment.

Prerequisites

  • An ongoing Kubernetes cluster with Traefik configured
  • Helm 3
  • kubectl

Installation

  1. Download the Kestra Helm chart.
helm repo add kestra https://helm.kestra.io/
  1. Run the kestra helm chart.
helm install my-kestra kestra/kestra -n <kestra-namespace>
  1. Run the traefik kubernetes ingress.
kubectl apply -f ingress.yaml

You should now find the Kestra website at the following URL: http://<traefik-external-ip>.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published