Skip to content

Commit

Permalink
added a note about Ansible vs Helm
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakavitha Kodhandapani authored and Rakavitha Kodhandapani committed Jan 2, 2025
1 parent 951feea commit 5377ac5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs-gb/installation/learning-environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ You could also install Seldon Core 2 locally if you have installed [Docker Compo

* Install a Kubernetes cluster that is running version 1.27 or later.
* Install [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl), the Kubernetes command-line tool.
* Install [Helm](https://helm.sh/docs/intro/install/), the package manager for Kubernetes or [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-and-upgrading-ansible), the automation tool used for provisioning, configuration management, and application deployment.
* Install [Helm](https://helm.sh/docs/intro/install/), the package manager for Kubernetes or [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#installing-and-upgrading-ansible), the automation tool used for provisioning, configuration management, and application deployment.

{% hint style="info" %}
**Note**: Ansible automates provisioning, configuration management, and handles all dependencies required for Seldon Core 2.
With Helm, you need to configure and manage the dependencies yourself.
{% endhint %}

## Installing Seldon Core 2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ To explore this feature of Seldon Core 2, you need to integrate with Kafka. Inte

### Self-hosted Kafka

Seldon Enterprise Platform and Seldon Core 2 requires Kafka to implement data-centric inference Pipelines. To install Kafka for testing purposed in your Kubernetes cluster, use [Strimzi Operator](https://strimzi.io/docs/operators/latest/deploying). For more information, see [Self Hosted Kafka](/docs/installation/learning-environment/self-hosted-kafka)
Seldon Enterprise Platform and Seldon Core 2 requires Kafka to implement data-centric inference Pipelines. To install Kafka for testing purposed in your Kubernetes cluster, use [Strimzi Operator](https://strimzi.io/docs/operators/latest/deploying). For more information, see [Self Hosted Kafka](/docs-gb/installation/learning-environment/self-hosted-kafka.md)

0 comments on commit 5377ac5

Please sign in to comment.