Skip to content

Commit

Permalink
added next steps in appropriate sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakavitha Kodhandapani authored and Rakavitha Kodhandapani committed Jan 10, 2025
1 parent 68e0adb commit 05ae398
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ settings for Kafka configuration.
uid: 5c041e69-f36b-4f14-8f0d-c8790003cb3e
```
### Customzing the settings
After you integrated Seldon Core 2 with Kafka, you need to [Install an Ingress Controller](../production-environment/ingress-controller/istio.md) that adds an abstraction layer for traffic routing by receiving traffic from outside the Kubernetes platform and load balancing it to Pods running within the Kubernetes cluster.
### Customzing the settings (optional)
To customize the settings you can add and modify the Kafka configuration using Helm, for example to add compression for producers.
Expand All @@ -240,7 +242,7 @@ To customize the settings you can add and modify the Kafka configuration using H
-f values-runtime-kafka-compression.yaml \
--install
```
### Configuring topic and consumer isolation
### Configuring topic and consumer isolation (optional)

If you are using a shared Kafka cluster with other applications, it is advisable to isolate topic names and consumer group IDs from other cluster users to prevent naming conflicts. This can be achieved by configuring the following two settings:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ It is important to expose `seldon-service` service to enable communication betwe
```
virtualservice.networking.istio.io/iris-route created
```
#### Optional: Enable HTTPS/TLS
#### (Optional) Enable HTTPS/TLS
To secure your Ingress with HTTPS, you can configure TLS settings in the `Gateway` resource using a certificate and key. This involves additional steps like creating Kubernetes secrets for your certificates.
#### Next Steps:
### Next Steps
[Verify the installation](/docs-gb/installation/test-installation.md)
#### Additional Resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -526,3 +526,4 @@ security:
--namespace seldon-system \
--install
```
After you integrated Seldon Core 2 with Kafka, you need to [Install an Ingress Controller](../ingress-controller/istio.md) that adds an abstraction layer for traffic routing by receiving traffic from outside the Kubernetes platform and load balancing it to Pods running within the Kubernetes cluster.

0 comments on commit 05ae398

Please sign in to comment.