Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 80 additions & 1 deletion docs-gb/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,86 @@

## Tutorials
* [Notebooks](notebooks/README.md)

* [Install Seldon Core](notebooks/seldon-core-setup.md)
* [Install MinIO](notebooks/minio_setup.md)
* [Deploy a Scikit-learn Model Binary](servers/sklearn.md)
* [Deploy a Tensorflow Exported Model](servers/tensorflow.md)
* [MLflow Pre-packaged Model Server A/B Test](notebooks/mlflow_server_ab_test_ambassador.md)
* [MLflow Open Inference Protocol End to End Workflow](notebooks/mlflow_v2_protocol_end_to_end.md)
* [Deploy a XGBoost Model Binary](servers/xgboost.md)
* [Deploy Pre-packaged Model Server with Cluster's MinIO](notebooks/minio-sklearn.md)
* [Custom Pre-packaged LightGBM Server](notebooks/custom_server.md)
* [SKLearn Spacy NLP](notebooks/sklearn_spacy_text_classifier_example.md)
* [SKLearn Iris Classifier](notebooks/iris.md)
* [Sagemaker SKLearn Example](notebooks/sagemaker_sklearn.md)
* [TFserving MNIST](notebooks/tfserving_mnist.md)
* [Statsmodels Holt-Winter's time-series model](notebooks/statsmodels.md)
* [Runtime Metrics & Tags](notebooks/runtime_metrics_tags.md)
* [Triton GPT2 Example](notebooks/triton_gpt2_example.md)
* [NVIDIA TensorRT MNIST](notebooks/tensorrt.md)
* [OpenVINO ImageNet](notebooks/openvino.md)
* [OpenVINO ImageNet Ensemble](notebooks/openvino_ensemble.md)
* [Triton Examples](notebooks/triton_examples.md)
* [Kubeflow Seldon E2E Pipeline](notebooks/kubeflow_seldon_e2e_pipeline.md)
* [H2O Java MoJo](notebooks/cifar10_kafka.mdh2o_mojo.md)
* [Outlier Detection with Combiner](notebooks/outlier_combiner.md)
* [Stream Processing with KNative Eventing](notebooks/knative_eventing_streaming.md)
* [Kafka CIFAR10](notebooks/cifar10_kafka.md)
* [Kafka SpaCy SKlearn NLP](notebooks/kafka_spacy_sklearn.md)
* [Kafka KEDA Autoscaling](notebooks/kafka_keda.md)
* [CPP Wrapper Simple Single File](notebooks/cpp_simple.md)
* [Advanced CPP Buildsystem Override](notebooks/cpp_advanced.md)
* [Environment Variables](notebooks/cpp_advanced.md/#environment-variables)
* [AWS EKS Tensorflow Deep MNIST](notebooks/aws_eks_deep_mnist.md)
* [Azure AKS Tensorflow Deep MNIST](notebooks/azure_aks_deep_mnist.md)
* [GKE with GPU Tensorflow Deep MNIST](notebooks/gpu_tensorflow_deep_mnist.md)
* [Alibaba Cloud Tensorflow Deep MNIST](notebooks/alibaba_ack_deep_mnist.md)
* [Triton GPT2 Example Azure](notebooks/triton_gpt2_example_azure.md)
* [Setup for Triton GPT2 Example Azure](notebooks/triton_gpt2_example_azure_setup.md)
* [Real Time Monitoring of Statistical Metrics](notebooks/feedback_reward_custom_metrics.md)
* [Model Explainer Example](notebooks/iris_explainer_poetry.md)
* [Model Explainer Open Inference Protocol Example](notebooks/iris_anchor_tabular_explainer_v2.md)
* [Outlier Detection on CIFAR10](notebooks/outlier_cifar10.md)
* [Training Outlier Detector for CIFAR10 with Poetry](notebooks/cifar10_od_poetry.md)
* [Batch Processing with Argo Workflows and S3 / Minio](notebooks/argo_workflows_batch.md)
* [Batch Processing with Argo Workflows and HDFS](notebooks/argo_workflows_hdfs_batch.md)
* [Batch Processing with Kubeflow Pipelines](notebooks/kubeflow_pipelines_batch.md)
* [Autoscaling Example](notebooks/autoscaling_example.md)
* [KEDA Autoscaling example](notebooks/keda.md)
* [Request Payload Logging with ELK](notebooks/payload_logging.md)
* [Custom Metrics with Grafana & Prometheus](notebooks/metrics.md)
* [Distributed Tracing with Jaeger](notebooks/tracing.md)
* [CI / CD with Jenkins Classic](notebooks/jenkins_classic.md)
* [CI / CD with Jenkins X](notebooks/jenkins_x.md)
* [Replica control](notebooks/scale.md)
* [Example Helm Deployments](notebooks/helm_examples.md)
* [Max gRPC Message Size](notebooks/max_grpc_msg_size.md)
* [Deploy Multiple Seldon Core Operators](notebooks/multiple_operators.md)
* [Protocol Examples](notebooks/protocol_examples.md)
* [Configurable timeouts](notebooks/timeouts.md)
* [Custom Protobuf Data Example](notebooks/customdata_example.md)
* [Disruption Budgets Example](notebooks/pdbs_example.md)
* [Istio AB Test](notebooks/istio_canary.md)
* [Ambassador AB Test](notebooks/ambassador_canary.md)
* [Seldon/Iter8 - Progressive AB Test with Single Seldon Deployment](notebooks/iter8-single.md)
* [Seldon/Iter8 - Progressive AB Test with Multiple Seldon Deployments](notebooks/iter8-separate.md)
* [Chainer MNIST](notebooks/chainer_mnist.md)
* [Custom pre-processors with the Open Inference Protocol](notebooks/transformers-v2-protocol.md)
* [Graph Examples](notebooks/graph-examples.md)
* [Ambassador Canary](notebooks/ambassador_canary.md)
* [Ambassador Shadow](notebooks/ambassador_shadow.md)
* [Ambassador Headers](notebooks/ambassador_headers.md)
* [Istio Examples](notebooks/istio_examples.md)
* [Istio Canary](notebooks/istio_canary.md)
* [Patch Volumes for Version 1.2.0 Upgrade](notebooks/patch_1_2.md)
* [Service Orchestrator Overhead](notebooks/bench_svcOrch.md)
* [Tensorflow Benchmark](notebooks/bench_tensorflow.md)
* [Argo Workflows Benchmarking](notebooks/vegeta_bench_argo_workflows.md)
* [Python Serialization Cost Benchmark](notebooks/python_serialization.md)
* [KMP_AFFINITY Benchmarking Example](notebooks/python_kmp_affinity.md)
* [Kafka Payload Logging](notebooks/kafka_logger.md)
* [RClone Storage Initializer - testing new secret format](notebooks/rclone-upgrade.md)
* [RClone Storage Initializer - upgrading your cluster (AWS S3 / MinIO)](notebooks/global-rclone-upgrade.md)

## Reference

Expand Down
10 changes: 5 additions & 5 deletions docs-gb/notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,20 @@
* [Deploy Multiple Seldon Core Operators](multiple_operators.md)
* [Protocol Examples](protocol_examples.md)
* [Configurable timeouts](timeouts.md)
* [Custom Protobuf Data Example](customdata_example.md)
* [Custom Protobuf Data Example](customdata_example.md)
* [Disruption Budgets Example](pdbs_example.md)

## AB Tests and Progressive Rollouts

* [Istio AB Test](istio_canary.md)
* [Ambassador AB Test](ambassador_canary.md)
* [Seldon/Iter8 - Progressive AB Test with Single Seldon Deployment](iter8-single.md)
* [Seldon/Iter8 - Progressive AB Test with Multiple Seldon Deployments](iter8-separate.md)
* [Seldon/Iter8 - Progressive AB Test with Single Seldon Deployment](iter8-single.md)
* [Seldon/Iter8 - Progressive AB Test with Multiple Seldon Deployments](iter8-separate.md)

## Complex Graph Examples

* [Chainer MNIST](chainer_mnist.md)
* [Custom pre-processors with the Open Inference Protocol](transformers-v2-protocol.md)
* [Custom pre-processors with the Open Inference Protocol](transformers-v2-protocol.md)
* [Graph Examples](graph-examples.md)

## Ingress
Expand All @@ -112,7 +112,7 @@

## Infrastructure

* [Patch Volumes for Version 1.2.0 Upgrade](patch_1_2.md)
* [Patch Volumes for Version 1.2.0 Upgrade](patch_1_2.md)

## Benchmarking and Load Tests

Expand Down
Loading
Loading