Data Engineering

[Kuberflow] Kuberflow 설치하기

snoony 2024. 6. 13. 17:32
git clone https://github.com/kubeflow/manifests.git
cd manifests
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
sudo install -o root -g root -m 0755 kustomize /usr/local/bin/kustomize
while ! kustomize build example | kubectl apply -f -; do echo "Retrying to apply resources"; sleep 10; done
설치후 접속 테스트
kubectl get service -n istio-system istio-ingressgateway