Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 520 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 520 Bytes

Kubeflow Training

Prerequisite

  • kind
    kind version
    kind v0.11.1 go1.16.4 darwin/amd64
    

Create Kubernetes Cluster

Create local cluster

kind create cluster --config=kind-config.yaml

If ingress is necessary:

kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml

Contents

  1. Kubeflow Pipelines
  2. KServe
  3. Training Operator