website icon indicating copy to clipboard operation
website copied to clipboard

Add sample which explain how to deploy model on EKS cluster

Open goswamig opened this issue 4 years ago • 2 comments

/kind bug

What steps did you take and what happened: I have installed Kubeflow-1.3. I could not figure out which version of kfserving it has installed by default. Following were namespace created which I believe for KFServing

knative-eventing            Active   151m
knative-serving             Active   152m

What did you expect to happen: I tried to run XGBoost sample. Everything worked fine except that my SERVICE_HOSTNAME=$(kubectl get inferenceservice xgboost-iris -o jsonpath='{.status.url}' | cut -d "/" -f 3) became xgboost-iris.default.example.com. Which I believe is expected but I did not create any domain for this service.

Can we add a sample which can run vanila EKS cluster without worrying about domain or am I missing something?

Environment: EKS cluster K8s version-1.9

  • Istio Version:
  • Knative Version:
  • KFServing Version:
  • Kubeflow version: 1.3
  • Kfdef:[k8s_istio/istio_dex/gcp_basic_auth/gcp_iap/aws/aws_cognito/ibm]
  • Minikube version:
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):

goswamig avatar Jun 04 '21 01:06 goswamig

@goswamig: The label(s) kind/bug cannot be applied, because the repository doesn't have them.

In response to this:

/kind bug

What steps did you take and what happened: I have installed Kubeflow-1.3. I could not figure out which version of kfserving it has installed by default. Following were namespace created which I believe for KFServing

knative-eventing            Active   151m
knative-serving             Active   152m

What did you expect to happen: I tried to run XGBoost sample. Everything worked fine except that my SERVICE_HOSTNAME=$(kubectl get inferenceservice xgboost-iris -o jsonpath='{.status.url}' | cut -d "/" -f 3) became xgboost-iris.default.example.com. Which I believe is expected but I did not create any domain for this service.

Can we add a sample which can run vanila EKS cluster without worrying about domain or am I missing something?

Environment: EKS cluster K8s version-1.9

  • Istio Version:
  • Knative Version:
  • KFServing Version:
  • Kubeflow version: 1.3
  • Kfdef:[k8s_istio/istio_dex/gcp_basic_auth/gcp_iap/aws/aws_cognito/ibm]
  • Minikube version:
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

kserve-oss-bot avatar Oct 08 '21 06:10 kserve-oss-bot

@goswamig Which node group did you use for AWS EKS Cluster?

bhavana3 avatar Oct 20 '22 04:10 bhavana3