Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Devops Exercises | 41,661 | 4 days ago | 20 | other | Python | |||||
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions | ||||||||||
Pulumi | 15,444 | 132 | 347 | 19 hours ago | 3,838 | September 19, 2022 | 1,698 | apache-2.0 | Go | |
Pulumi - Universal Infrastructure as Code. Your Cloud, Your Language, Your Way 🚀 | ||||||||||
Awesome Kubernetes | 13,710 | 3 days ago | 1 | other | Shell | |||||
A curated list for awesome kubernetes sources :ship::tada: | ||||||||||
Sops | 12,448 | 65 | 2 days ago | 13 | May 09, 2022 | 365 | mpl-2.0 | Go | ||
Simple and flexible tool for managing secrets | ||||||||||
Caprover | 10,121 | 8 days ago | 100 | other | TypeScript | |||||
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids | ||||||||||
Go Cloud | 8,914 | 499 | 18 days ago | 91 | August 03, 2022 | 20 | apache-2.0 | Go | ||
The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go. | ||||||||||
Infracost | 8,820 | 20 hours ago | 129 | August 30, 2022 | 138 | apache-2.0 | Go | |||
Cloud cost estimates for Terraform in pull requests💰📉 Love your cloud bill! | ||||||||||
Prowler | 7,911 | a day ago | 15 | apache-2.0 | Python | |||||
Prowler is an Open Source Security tool for AWS, Azure and GCP to perform Cloud Security best practices assessments, audits, incident response, compliance, continuous monitoring, hardening and forensics readiness. It contains hundreds of controls covering CIS, PCI-DSS, ISO27001, GDPR, HIPAA, FFIEC, SOC2, AWS FTR, ENS and custom security frameworks. | ||||||||||
Metaflow | 6,510 | a day ago | 57 | September 17, 2022 | 276 | apache-2.0 | Python | |||
:rocket: Build and manage real-life data science projects with ease! | ||||||||||
Midway | 6,507 | 3 | 147 | a day ago | 204 | August 16, 2022 | 128 | mit | TypeScript | |
🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈 |
bentoctl helps deploy any machine learning models as production-ready API endpoints on the cloud, supporting AWS SageMaker, AWS Lambda, EC2, Google Compute Engine, Azure, Heroku and more.
Join our Slack community today!
Looking deploy your ML service quickly? You can checkout BentoML Cloud for the easiest and fastest way to deploy your bento. It's a full featured, serverless environment with a model repository and built in monitoring and logging.
Users can built custom bentoctl plugin from the deployment operator template to deploy to cloud platforms not yet supported or to internal infrastructure.
If you are looking for deploying with Kubernetes, check out Yatai: Model deployment at scale on Kubernetes.
pip install bentoctl
| bentoctl designed to work with BentoML version 1.0.0 and above. For BentoML 0.13 or below, you can use the pre-v1.0
branch in the operator repositories and follow the instruction in the README. You can also check out the quickstart guide for 0.13 here.
There are many ways to contribute to the project:
BentoML and bentoctl collects usage data that helps our team to
improve the product. Only bentoctl's CLI commands calls are being reported. We
strip out as much potentially sensitive information as possible, and we will
never collect user code, model data, model names, or stack traces. Here's the
code for usage tracking. You can opt-out of
usage tracking by setting environment variable BENTOML_DO_NOT_TRACK=True
:
export BENTOML_DO_NOT_TRACK=True