|
| 1 | +# Table of contents |
| 2 | + |
| 3 | +* [Home](README.md) |
| 4 | +* [Getting Started](getting-started/README.md) |
| 5 | + * [Docker Installation](getting-started/docker-installation.md) |
| 6 | + * [Kubernetes Installation](getting-started/kubernetes-installation/README.md) |
| 7 | + * [Ansible](getting-started/kubernetes-installation/ansible.md) |
| 8 | + * [Helm](getting-started/kubernetes-installation/helm.md) |
| 9 | + * [Security](getting-started/kubernetes-installation/security/README.md) |
| 10 | + * [AWS MSK mTLS](getting-started/kubernetes-installation/security/aws-msk-mtls.md) |
| 11 | + * [AWS MSK SASL](getting-started/kubernetes-installation/security/aws-msk-sasl.md) |
| 12 | + * [Azure Event Hub SASL Example](getting-started/kubernetes-installation/security/azure-event-hub-sasl.md) |
| 13 | + * [Confluent Cloud Oauth 2.0 Example](getting-started/kubernetes-installation/security/confluent-oauth.md) |
| 14 | + * [Confluent Cloud SASL Example](getting-started/kubernetes-installation/security/confluent-sasl.md) |
| 15 | + * [Strimzi mTLS Example](getting-started/kubernetes-installation/security/strimzi-mtls.md) |
| 16 | + * [Strimzi SASL Example](getting-started/kubernetes-installation/security/strimzi-sasl.md) |
| 17 | + * [Reference](getting-started/kubernetes-installation/security/reference.md) |
| 18 | + * [Configuration](getting-started/configuration.md) |
| 19 | + * [Seldon CLI](getting-started/cli.md) |
| 20 | +* [APIs](apis/README.md) |
| 21 | + * [Internal](apis/internal/README.md) |
| 22 | + * [Chainer](apis/internal/chainer.md) |
| 23 | + * [Agent](apis/internal/agent.md) |
| 24 | + * [Inference](apis/inference/README.md) |
| 25 | + * [Open Inference Protocol](apis/inference/v2.md) |
| 26 | + * [Scheduler](apis/scheduler.md) |
| 27 | +* [Architecture](architecture/README.md) |
| 28 | + * [DataFlow](architecture/dataflow.md) |
| 29 | +* [Examples](examples/README.md) |
| 30 | + * [Local examples](examples/local-examples.md) |
| 31 | + * [Kubernetes examples](examples/k8s-examples.md) |
| 32 | + * [Huggingface models](examples/huggingface.md) |
| 33 | + * [Model zoo](examples/model-zoo.md) |
| 34 | + * [Artifact versions](examples/multi-version.md) |
| 35 | + * [Pipeline examples](examples/pipeline-examples.md) |
| 36 | + * [Pipeline to pipeline examples](examples/pipeline-to-pipeline.md) |
| 37 | + * [Explainer examples](examples/explainer-examples.md) |
| 38 | + * [Custom Servers](examples/custom-servers.md) |
| 39 | + * [Local experiments](examples/local-experiments.md) |
| 40 | + * [Experiment version examples](examples/experiment-versions.md) |
| 41 | + * [Inference examples](examples/inference.md) |
| 42 | + * [Tritonclient examples](examples/tritonclient-examples.md) |
| 43 | + * [Batch Inference examples (kubernetes)](examples/batch-examples-k8s.md) |
| 44 | + * [Batch Inference examples (local)](examples/batch-examples-local.md) |
| 45 | + * [Checking Pipeline readiness](examples/pipeline-ready-and-metadata.md) |
| 46 | + * [Multi-Namespace Kubernetes](examples/k8s-clusterwide.md) |
| 47 | + * [Huggingface speech to sentiment with explanations pipeline](examples/speech-to-sentiment.md) |
| 48 | + * [Production image classifier with drift and outlier monitoring](examples/cifar10.md) |
| 49 | + * [Production income classifier with drift, outlier and explanations](examples/income.md) |
| 50 | + * [Conditional pipeline with pandas query model](examples/pandasquery.md) |
| 51 | + * [Kubernetes Server with PVC](examples/k8s-pvc.md) |
| 52 | + * [Local Overcommit](examples/k8s-pvc.md) |
| 53 | +* [Kubernetes](kubernetes/README.md) |
| 54 | + * [Scaling](kubernetes/scaling.md) |
| 55 | + * [Autoscaling](kubernetes/autoscaling.md) |
| 56 | + * [HPA Autoscaling in single-model serving](kubernetes/hpa-rps-autoscaling.md) |
| 57 | + * [Tracing](kubernetes/tracing.md) |
| 58 | + * [Storage Secrets](kubernetes/storage-secrets.md) |
| 59 | + * [Kafka](kubernetes/kafka.md) |
| 60 | + * [Metrics](kubernetes/metrics.md) |
| 61 | + * [Resources](kubernetes/resources/README.md) |
| 62 | + * [Model](kubernetes/resources/model.md) |
| 63 | + * [Experiment](kubernetes/resources/experiment.md) |
| 64 | + * [Pipeline](kubernetes/resources/pipeline.md) |
| 65 | + * [Server](kubernetes/resources/server.md) |
| 66 | + * [Server Config](kubernetes/resources/serverconfig.md) |
| 67 | + * [Server Runtime](kubernetes/resources/seldonruntime.md) |
| 68 | + * [Seldon Config](kubernetes/resources/seldonconfig.md) |
| 69 | + * [Service Meshes](kubernetes/service-meshes/README.md) |
| 70 | + * [Ambassador](kubernetes/service-meshes/ambassador.md) |
| 71 | + * [Istio](kubernetes/service-meshes/istio.md) |
| 72 | + * [Traefik](kubernetes/service-meshes/traefik.md) |
| 73 | +* [Resource allocation](resource-allocation/README.md) |
| 74 | + * [Example: Serving models on dedicated GPU nodes](resource-allocation/example-serving-models-on-dedicated-gpu-nodes.md) |
| 75 | +* [Models](models/README.md) |
| 76 | + * [Multi-Model Serving](models/mms.md) |
| 77 | + * [Inference Artifacts](models/inference-artifacts.md) |
| 78 | + * [rClone](models/rclone.md) |
| 79 | + * [Parameterized Models](models/parameterized-models/README.md) |
| 80 | + * [Pandas Query](models/parameterized-models/pandasquery.md) |
| 81 | +* [Metrics](metrics/README.md) |
| 82 | + * [Usage](metrics/usage.md) |
| 83 | + * [Operational](metrics/operational.md) |
| 84 | + * [Local Metrics](metrics/local-metrics-test.md) |
| 85 | +* [Development](development/README.md) |
| 86 | + * [License](development/licenses.md) |
| 87 | + * [Release](development/release.md) |
| 88 | +* [CLI](cli/README.md) |
| 89 | + * [Seldon](cli/seldon.md) |
| 90 | + * [Config](cli/seldon\_config.md) |
| 91 | + * [Config Activate](cli/seldon\_config\_activate.md) |
| 92 | + * [Config Deactivate](cli/seldon\_config\_deactivate.md) |
| 93 | + * [Config Add](cli/seldon\_config\_add.md) |
| 94 | + * [Config List](cli/seldon\_config\_list.md) |
| 95 | + * [Config Remove](cli/seldon\_config\_remove.md) |
| 96 | + * [Experiment](cli/seldon\_experiment.md) |
| 97 | + * [Experiment Start](cli/seldon\_experiment\_start.md) |
| 98 | + * [Experiment Status](cli/seldon\_experiment\_status.md) |
| 99 | + * [Experiment List](cli/seldon\_experiment\_list.md) |
| 100 | + * [Experiment Stop](cli/seldon\_experiment\_stop.md) |
| 101 | + * [Model](cli/seldon\_model.md) |
| 102 | + * [Model Status](cli/seldon\_model\_status.md) |
| 103 | + * [Model Load](cli/seldon\_model\_load.md) |
| 104 | + * [Model List](cli/seldon\_model\_list.md) |
| 105 | + * [Model Infer](cli/seldon\_model\_infer.md) |
| 106 | + * [Model Metadata](cli/seldon\_model\_metadata.md) |
| 107 | + * [Model Unload](cli/seldon\_model\_unload.md) |
| 108 | + * [Pipeline](cli/seldon\_pipeline.md) |
| 109 | + * [Pipeline Load](cli/seldon\_pipeline\_load.md) |
| 110 | + * [Pipeline Status](cli/seldon\_pipeline\_status.md) |
| 111 | + * [Pipeline List](cli/seldon\_pipeline\_list.md) |
| 112 | + * [Pipeline Inspect](cli/seldon\_pipeline\_inspect.md) |
| 113 | + * [Pipeline Infer](cli/seldon\_pipeline\_infer.md) |
| 114 | + * [Pipeline Unload](cli/seldon\_pipeline\_unload.md) |
| 115 | + * [Server](cli/seldon\_server.md) |
| 116 | + * [Server List](cli/seldon\_server\_list.md) |
| 117 | + * [Server Status](cli/seldon\_server\_status.md) |
| 118 | +* [Pipelines](pipelines.md) |
| 119 | +* [Experiments](experiments.md) |
| 120 | +* [Servers](servers.md) |
| 121 | +* [Inference](inference.md) |
| 122 | +* [Outlier Detection](outlier.md) |
| 123 | +* [Drift Detection](drift.md) |
| 124 | +* [Explainers](explainers.md) |
| 125 | +* [Performance Tests](performance-tests.md) |
| 126 | +* [Upgrading](upgrading.md) |
| 127 | +* [FAQ](faqs.md) |
0 commit comments