https://github.com/bentoml/yatai-deployment

🚀 Launching Bento in a Kubernetes cluster

https://github.com/bentoml/yatai-deployment

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • â—‹
    CITATION.cff file
  • ✓
    codemeta.json file
    Found codemeta.json file
  • ✓
    .zenodo.json file
    Found .zenodo.json file
  • â—‹
    DOI references
  • â—‹
    Academic publication links
  • â—‹
    Academic email domains
  • â—‹
    Institutional organization owner
  • â—‹
    JOSS paper metadata
  • â—‹
    Scientific vocabulary similarity
    Low similarity (13.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

🚀 Launching Bento in a Kubernetes cluster

Basic Info
  • Host: GitHub
  • Owner: bentoml
  • Language: Go
  • Default Branch: main
  • Homepage:
  • Size: 976 KB
Statistics
  • Stars: 17
  • Watchers: 10
  • Forks: 15
  • Open Issues: 11
  • Releases: 42
Created over 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

yatai-deployment

yatai-deployment is a yatai component dedicated to deploying Bento to Kubernetes

Description

yatai-deployment runs in k8s, it is the operator of BentoDeployment CRD, it is responsible for reconcile BentoDeployment CR and then create workloads and services for Bento. It relies on Bento CR to get the image and runners information, so it should install after the yatai-image-builder component installation.

Installation

You should read the installation guide to install yatai-deployment in a production environment.

Contributing

Contributing code or documentation to the project by submitting a Github pull request. Check out the Development Guide.

How it works

This project aims to follow the Kubernetes Operator pattern

It uses Controllers which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster

Test It Out

  1. Install the CRDs into the cluster:

sh make install

  1. Run your controller (this will run in the foreground, so switch to a new terminal if you want to leave it running):

sh make start-dev

NOTE: The more information you should check the Development Guide.

Modifying the API definitions

If you are editing the API definitions, generate the manifests such as CRs or CRDs using:

sh make manifests generate

NOTE: Run make --help for more information on all potential make targets

More information can be found via the Kubebuilder Documentation

License

Copyright 2022.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Owner

  • Name: BentoML
  • Login: bentoml
  • Kind: organization
  • Location: San Francisco

The most flexible way to serve AI models in production

GitHub Events

Total
  • Watch event: 1
  • Delete event: 1
  • Pull request event: 2
Last Year
  • Watch event: 1
  • Delete event: 1
  • Pull request event: 2

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 13
  • Total pull requests: 108
  • Average time to close issues: 11 days
  • Average time to close pull requests: 21 days
  • Total issue authors: 10
  • Total pull request authors: 12
  • Average comments per issue: 1.92
  • Average comments per pull request: 0.9
  • Merged pull requests: 100
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mqk (2)
  • tmyhu (2)
  • aditya624 (2)
  • Vaibhav-Ahuja1 (1)
  • AlexH-BoxFish (1)
  • michaelwang1994-olo (1)
  • zifeo (1)
  • rrigal-lo (1)
  • wellshs (1)
  • maroshmka (1)
Pull Request Authors
  • yetone (89)
  • FogDong (5)
  • jjmachan (3)
  • bojiang (2)
  • aarnphm (2)
  • davidspek (1)
  • hjilke (1)
  • dependabot[bot] (1)
  • robin-ede (1)
  • sauyon (1)
  • nickolasrm (1)
  • KimSoungRyoul (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (1)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 4
  • Total dependent repositories: 1
  • Total versions: 107
proxy.golang.org: github.com/bentoml/yatai-deployment
  • Versions: 107
  • Dependent Packages: 4
  • Dependent Repositories: 1
Rankings
Dependent packages count: 2.8%
Dependent repos count: 4.7%
Average: 6.1%
Forks count: 6.4%
Stargazers count: 10.2%
Last synced: 10 months ago