Skip to content

Commit

Permalink
Update compatibility list (#484)
Browse files Browse the repository at this point in the history
* Update compatibility list

* fix typo in Quay
  • Loading branch information
bmicklea authored Sep 24, 2024
1 parent 608425f commit ad04f2d
Showing 1 changed file with 37 additions and 12 deletions.
49 changes: 37 additions & 12 deletions docs/src/docs/modelkit/compatibility.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,66 @@
# Compatible Tools

ModelKit packages can be pushed to any OCI-compliant registry, whether in the cloud, on-premises, or locally. This makes ModelKits easy to find because they're in the same place as the rest of your containers and artifacts. It also makes them easy to control since the registry already includes authentication and authorization.
ModelKit packages can be pushed to any OCI 1.1-compliant registry, whether in the cloud, on-premises, or locally. This makes ModelKits easy to find because they're in the same place as the rest of your application's containers and artifacts. It also makes them easy to control since the registry already includes authentication and authorization.

ModelKits themselves use standards like JSON, YAML, and TAR files so whatever MLOps or DevOps tools you're using...they'll work with ModelKits.

A few examples in alphabetical order:
* Amazon SageMaker, EKS, EC2, ECR, Fargate, Lambda, S3, etc...
* Azure ML, AKS, Cloud, Container Registry, etc...
* Amazon SageMaker
* Amazon Elastic Kubernetes Service (EKS)
* Amazon Elastic Compute Cloud (EC2)
* Amazon Elastic Container Registry (ECR)
* Amazon Fargate
* Amazon Lambda
* Amazon S3
* Argo CD
* Azure ML
* Azure Kubernetes Service (AKS)
* Azure Cloud
* Azure Container Registry
* Circle CI
* Clear ML
* Comet ML
* Databricks
* DataRobot
* Domino
* Docker and Docker Hub
* Docker
* Docker Hub
* DvC
* Git and Git LFS
* Git
* Git LFS
* GitHub
* GitLab
* Google Vertex, GKS, GCP, Artifact Registry, etc...
* Google Vertex
* Google Kubernetes Service (GKS)
* Google Container Platform (GCP)
* Google Artifact Registry
* Hugging Face
* IBM Cloud, Cloud Container Registry
* IBM Cloud
* IBM Cloud Container Registry
* Jenkins CI/CD
* JFrog Artifactory
* Jupyter notebooks
* Kubernetes / Kserve
* Kubernetes
* Kserve
* Marimo
* MLFlow
* ModelScan
* Neptune.ai
* NVIDIA Triton, Run.ai, etc...
* NVIDIA Triton and Run.ai
* OctoML
* Prefect
* Quay.io
* Ray
* Red Hat OpenShift, OpenShift AI, Quay, InstructLab, etc...
* Red Hat InstructLab
* Red Hat OpenShift
* Red Hat OpenShift AI
* Red Hat Quay.io
* Seldon
* Sonatype Nexus
* Tensorflow Hub
* VMware
* Weights & Biases
* ZenML

If you've tried using Kit with your favorite tool and are having trouble, please open an issue in our GitHub repository.
If you've tried using Kit with your favorite tool and are having trouble, please [open an issue](https://github.com/jozu-ai/kitops/issues/new/choose) in our GitHub repository.

If you've used KitOps with a product or project we've missed, please open a pull request updating this file.

0 comments on commit ad04f2d

Please sign in to comment.