{"id":28480348,"url":"https://github.com/seldonio/seldon-core-aws","last_synced_at":"2026-01-29T12:34:41.638Z","repository":{"id":89961856,"uuid":"160504879","full_name":"SeldonIO/seldon-core-aws","owner":"SeldonIO","description":"Seldon Core AWS Marketplace Helm Charts","archived":false,"fork":false,"pushed_at":"2019-12-03T08:47:29.000Z","size":13,"stargazers_count":1,"open_issues_count":1,"forks_count":3,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-07-03T19:46:31.504Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SeldonIO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-12-05T10:59:04.000Z","updated_at":"2022-05-02T18:23:01.000Z","dependencies_parsed_at":"2023-03-02T22:45:52.752Z","dependency_job_id":null,"html_url":"https://github.com/SeldonIO/seldon-core-aws","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SeldonIO/seldon-core-aws","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeldonIO%2Fseldon-core-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeldonIO%2Fseldon-core-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeldonIO%2Fseldon-core-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeldonIO%2Fseldon-core-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeldonIO","download_url":"https://codeload.github.com/SeldonIO/seldon-core-aws/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeldonIO%2Fseldon-core-aws/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28877875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-07T19:06:13.997Z","updated_at":"2026-01-29T12:34:41.629Z","avatar_url":"https://github.com/SeldonIO.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install Seldon Core on EKS via AWS MarketPlace\n\n * Subscribe to Seldon Core on [AWS MarketPlace](https://aws.amazon.com/marketplace/seller-profile?id=cec67450-7a7e-43d5-8e5f-61e94e7c9e03\u0026ref=dtl_B07KCNBCHV)\n * [Create your EKS cluster and authenticate kubectl](https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html).\n * Install [helm](https://docs.helm.sh/) on your cluster if it is not there already.\n ```\n kubectl -n kube-system create sa tiller\n kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller\n helm init --service-account tiller\n ```\n * Install Seldon Custom Resource Definition. Set:\n    * ```usage_metrics.enabled``` as appropriate.\n    \n```\nhelm install seldon-core-crd --name seldon-core-crd --repo https://storage.googleapis.com/seldon-charts \\\n     --set usage_metrics.enabled=true\n```\n \n * Install Seldon Core for the release you subscribed to on Amazon MarketPlace:\n\nFor **Seldon 0.2.6**\n\n ```\n   helm install seldon-core-aws --name seldon-core --repo https://storage.googleapis.com/seldon-aws-charts --version 0.2.6\n ```\n\nFor **Seldon 0.2.4**\n\n ```\n   helm install seldon-core-aws --name seldon-core --repo https://storage.googleapis.com/seldon-aws-charts --version 0.2.4\n ```\n\n\nFor **Seldon 0.2.3**\n\n ```\n   helm install seldon-core-aws --name seldon-core --repo https://storage.googleapis.com/seldon-aws-charts --version 0.2.3\n ```\n\n# Next Steps\n\nFor next steps on using Seldon Core and deploying your first ML models visit the [Seldon Core project page](https://github.com/SeldonIO/seldon-core).\n\n**Note at present you will need to use Ambassador as ingress for the APIs exposed**\n\n# FAQs\n\n## Install a particular version\n\nUse the helm ```--version``` tag to install a particular version, e.g.:\n\n ```\n   helm install seldon-core-aws --name seldon-core --repo https://storage.googleapis.com/seldon-aws-charts \\\n        --version 0.2.3\n ```\n\n## Install in a particular namespace\n\nUse the helm ```--namespace``` argument to install in a particular namespace\n\n\n ```\n   helm install seldon-core-aws --name seldon-core --repo https://storage.googleapis.com/seldon-aws-charts \\\n        --namespace my-namespace\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseldonio%2Fseldon-core-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseldonio%2Fseldon-core-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseldonio%2Fseldon-core-aws/lists"}