Skip to content

Commit

Permalink
added the table in install
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakavitha Kodhandapani authored and Rakavitha Kodhandapani committed Dec 14, 2024
1 parent ee6e773 commit 4ee763b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs-gb/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Table of contents
* [Welcome](README.md)

## About
## Installation
* [Installation](installation/README.md)
* [Learning Environment](installation/learning-environment/README.md)
* [Self-hosted Kafka](installation/learning-environment/self-hosted-kafka.md)
Expand Down
20 changes: 12 additions & 8 deletions docs-gb/installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,26 @@ Simplifies deployment by orchestrating Seldon Core components and dependencies i
* Kind (Kubernetes IN Docker):
Runs a Kubernetes cluster inside Docker, offering a realistic testing environment.
Ideal for experimenting with Kubernetes-native features.
* Orbstack:
Optimized for macOS, Orbstack offers lightweight virtualized environments to test Kubernetes workloads.This mode emphasizes simplicity and fast iteration cycles, making it an excellent choice for developers and data scientists building and testing models.

## Production Environment
Designed for high-availability and scalable deployments, a production setup ensures security, reliability, and resource efficiency. Typical tools and setups include:
* Fully-Managed Kubernetes Clusters:
* Managed Kubernetes Clusters:
Platforms like GKE (Google Kubernetes Engine), EKS (Amazon Elastic Kubernetes Service), and AKS (Azure Kubernetes Service) provide managed Kubernetes solutions.
Suitable for enterprises requiring scalability and cloud integration.
* On-Premises Kubernetes:
* On-Premises Kubernetes Clusters:
For organizations with strict compliance or data sovereignty requirements.
Can be deployed on platforms like OpenShift or custom Kubernetes setups.
* Advanced Networking and Scaling:
Requires an ingress controller for routing external traffic. Incorporates monitoring stacks like Prometheus and Grafana to manage workloads.
Production setups prioritize robust features like rolling updates, canary deployments, and disaster recovery to ensure smooth operations at scale.

By selecting the appropriate installation mode—whether it's Docker Compose for simplicity, Kind for local Kubernetes experimentation, or production-grade Kubernetes for scalability—you can effectively leverage Seldon Core 2 to meet your specific needs.

### Get started

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Local environment</strong></td><td>Install Seldon Core 2 in Docker Compose, Kind, or Orbstack </td><td></td><td></td><td><a href="learning-environment/README.md">README.md</a></td></tr><tr><td><strong>Production environment</strong></td><td>Install Seldon COre 2 in a Managed Kubernetes cluster, or On-Premises Kubernetes cluster</td><td></td><td></td><td><a href="production-environment/README.md">README.md</a></td></tr></tbody></table>
<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody>
<tr><td><strong>Local environment</strong></td>
<td>Install Seldon Core 2 in Docker Compose, or Kind </td>
<td></td><td></td><td><a href="learning-environment/README.md">README.md</a></td></tr>
<tr><td><strong>Production environment</strong></td>
<td>Install Seldon Core 2 in a Managed Kubernetes cluster, or On-Premises Kubernetes cluster</td>
<td></td><td></td>
<td><a href="production-environment/README.md">README.md</a></td></tr>
</tbody></table>

0 comments on commit 4ee763b

Please sign in to comment.