Below are the list of samples that are currently running end to end taking the compiled Tekton yaml and deploying on a Tekton cluster directly. If you are interested more in the larger list of pipelines samples we are testing for whether they can be 'compiled to Tekton' format, please look at the corresponding status page
KFP Tekton User Guide is a guideline for the possible ways to develop and consume Kubeflow Pipeline with Tekton. It's recommended to go over at least one of the methods in the user guide before heading into the KFP Tekton Samples.
- Install Kubeflow 1.6+ with KFP Tekton backend or install standalone kfp-tekton 1.4.0+. Then connect the cluster to the current shell with
kubectl
- Install kfp-tekton SDK
# Set up the python virtual environment python3 -m venv .venv source .venv/bin/activate # Install the kfp-tekton SDK pip install kfp-tekton
- MNIST End to End example with Kubeflow components
- Hyperparameter tuning using Katib
- Trusted AI Pipeline with AI Fairness 360 and Adversarial Robustness 360 components
- Lightweight python components example
- The flip-coin pipeline
- Nested pipeline example
- Pipeline with Nested loops
- Using Tekton Custom Task on KFP
- The flip-coin pipeline using custom task
- Retrieve KFP run metadata using Kubernetes downstream API
- Automate prompt tuning for large language models using KubeFlow Pipelines
- Serve large language models (LLMs) with custom prompt tuning configuration using Kubeflow Pipelines