Skip to content

Commit

Permalink
Deleted the page about Istio for TF Serving (#1523)
Browse files Browse the repository at this point in the history
* Deleted the page about Istio for TFServing.

* Updated references to Istio.
  • Loading branch information
sarahmaddox authored and k8s-ci-robot committed Jan 14, 2020
1 parent cf77bda commit 1dfad59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 136 deletions.
2 changes: 1 addition & 1 deletion content/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h5 class="card-title text-light section-head">Multi-framework</h5>
<a target='_blank' class='text-light' href="/docs/components/training/mxnet/"> MXNet</a>,
<a target='_blank' class='text-light' href="/docs/components/training/chainer/"> Chainer</a>, and more. We
also integrate with
<a target='_blank' class='text-light' href="/docs/components/serving/istio/">Istio</a> and
<a target='_blank' class='text-light' href="https://istio.io/">Istio</a> and
<a target='_blank' class='text-light' href="https://www.getambassador.io/">Ambassador</a> for ingress,
<a target='_blank' class='text-light' href="/docs/components/misc/nuclio/">Nuclio</a> as a
fast multi-purpose serverless framework, and <a target='_blank' class='text-light' href="https://www.pachyderm.io/">Pachyderm</a> for managing
Expand Down
1 change: 0 additions & 1 deletion content/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ docs/started/requirements/ /docs/started/getting-started/
# Created a new components layout
/docs/components/hyperparameter /docs/components/hyperparameter-tuning/hyperparameter
/docs/components/chainer /docs/components/training/chainer
/docs/components/istio /docs/components/serving/istio
/docs/components/modeldb /docs/components/misc/modeldb
/docs/components/mpi /docs/components/training/mpi
/docs/components/mxnet /docs/components/training/mxnet
Expand Down
129 changes: 0 additions & 129 deletions content/docs/components/serving/istio.md

This file was deleted.

8 changes: 3 additions & 5 deletions content/docs/components/serving/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ KFServing and Seldon Core. A check mark (**&check;**) indicates that the system
</tr>

<tr>
<td>istio</td>
<td>Istio</td>
<td></td>
<td><b>&check;</b></td>
<td><b>&check;</b></td>
Expand Down Expand Up @@ -191,10 +191,8 @@ Further information:

## TensorFlow Serving

For TensorFlow models you can use TensorFlow Serving for both
[real-time](/docs/components/serving/tfserving_new) and
[batch](/docs/components/serving/tfbatchpredict) prediction. Kubeflow also
supports [TensorFlow serving via Istio](/docs/components/serving/istio).
For TensorFlow models you can use TensorFlow Serving for
[real-time prediction](/docs/components/serving/tfserving_new).
However, if you plan to use multiple frameworks, you should consider KFServing
or Seldon Core as described above.

Expand Down

0 comments on commit 1dfad59

Please sign in to comment.