# K3D

The K3D Modular recipe is available in the `mlstacks` repository and you can [view the raw Terraform files here](https://github.com/zenml-io/mlstacks/tree/main/src/mlstacks/terraform/k3d-modular).

A full list of supported components and flavors can be found in the [Supported Components and Flavors](#supported-components-and-flavors) section, as can a list of components that are coming soon.

## Supported components and flavors

| Component          | Flavor(s)                               |
| ------------------ | --------------------------------------- |
| Artifact Store     | minio                                   |
| Container Registry | default                                 |
| Experiment Tracker | mlflow                                  |
| Orchestrator       | kubeflow, kubernetes, sagemaker, tekton |
| MLOps Platform     | zenml                                   |
| Model Deployer     | seldon                                  |

## Coming Soon!

* Airflow Orchestrator on AWS
* Feast Feature Store on AWS
* Label Studio Annotator on AWS
* Model Registry components on AWS
* Image Builder components on AWS


---

# 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://mlstacks.zenml.io/stacks/k3d.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.
