- Users
- Managing Models and Releases
- Uploading Artifacts
- Using a Model
- Reviews
- Reviewing Releases and Access Requests
- Reviewed Releases and Access Requests
- Programmatically using Bailo
- Administration
- Getting Started
- Helm
- Schema
- Migrations
- Managing Bailo
Overview
Creating a Model
Completing the Model
Creating a Release
Uploading Files
Uploading Images
Requesting Access
Personal Access Tokens
Using a a Pushed Docker Image
Downloading files
Reviewing a Release
Reviewing an Access Request
Releases
Access Requests
Authentication
Open API
Python Client
Building The Bailo Image
App Configuration
Basic Usage
Configuration
Isolated Environments
Create a Schema
Upload a Schema
Bailo v0.4
Bailo v2.0
Helm Deployments
If you are deploying to a Kubernetes or OpenShift cluster, Helm is the only supported method of deployment. It is a package manager for Kubernetes and allows us to simplify installing and upgrading the project. It enables you to use the same base templates for deploying Bailo, configuring overrides to values as needed for your specific use case.
For more details, see the Helm project page.
Requirements
If you are deploying to OpenShift, you will also need OC:
Deployment
Setup
All commands assume they are run in the infrastructure/helm/bailo
directory. You should have already authenticated
kubectl
to their cluster and changed to the correct context:
kubectl config set-context --current --namespace=bailo
You can test out your connection by running:
kubectl cluster-info
When Deploying to OpenShift login to oc
instead:
oc login <openshift url>
Installation
helm dependency update
helm install bailo .
helm list # check the installation exists
Upgrade
helm upgrade bailo .
Remove
helm uninstall bailo
Copyright © Crown Copyright 2024.