Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Releases: sgibson91/binderhub-deploy

v1.3.1

20 Dec 15:37
4926922
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

Upgrade project to be compatible with Helm 3

09 Nov 13:10
2c7c67c
Compare
Choose a tag to compare

The project now assumes Helm 3 by default to deploy the BinderHub.

Add Networking Policies

09 Nov 12:59
48b1bf8
Compare
Choose a tag to compare
Deploy a Virtual Network so `networkpolicy` resources are obeyed

This release modifies `deploy.sh` to create a virtual network and
subnet to deploy the k8s cluster into. This ensures that
`networkpolicy` resources created by the binderhub helm chart are
obeyed and traffic to the pods is restricted.

Choose a Container Registry

08 Sep 16:09
7206a4d
Compare
Choose a tag to compare

This release modifies deploy.sh and the "Deploy to Azure" button such that a user can make a choice between Docker Hub and Azure Container Registry for the deployed BinderHub to store images in. The choice is made by setting the container_registry (in config.json; CONTAINER_REGISTRY for container mode) variable to either dockerhub or azurecr.

Use "Deploy to Azure" button to build a BinderHub with one click

11 Jun 09:16
3cebac2
Compare
Choose a tag to compare

This is version 1 of a project to automatically deploy a BinderHub to Azure cloud through a set of shell scripts or a "Deploy to Azure" button feature. The scripts ensure all the required command line interfaces are installed, then deploys a Kubernetes cluster and the BinderHub Helm Chart on Azure from a configuration defined in the config.json file. Some extra scripts are provided to easily access information and logs from the BinderHub, deploy upgrades or tear down the BinderHub. When the "Deploy to Azure" button is used, a container is spun up which executes the deployment process and pushes logs and relevant files to blob storage.