Skip to content

RafalSkolasinski/seldon-experiments

Repository files navigation

Seldon Experiments

This repository contains various experiments and is considered to be my playground. You're free to take the inspiration from codes you find here but for official examples please refer to Seldon documentation.

All comments are welcomed! ;-)

Requirements

This section need to be expended. Rough list of requirements is as follows:

  • helm v3
  • kind
  • kubectl
  • s2i

Playground environment

If not specified otherwise, I use Kubernetes cluster v1.15.6.

An easy way to get it up and running is Kind:

kind create cluster --image kindest/node:v1.15.6 --name experiments

This will automatically set your kubectl context to work with kind cluster. You can now provision cluster with help of provided Makefile

make provision

or by following official documentation here.

To gain access to cluster execute in separate terminal

kubectl port-forward svc/ambassador 8003:80