This is a demo repo to deploy KubeRay on Azure Kubernetes Service cluster.
- Private Cluster
- Kubenet
- Calico
- User Defined Routes
- Hub-Spoke Topology
- Jumpbox
- Azure Firewall
To install the full solution:
- Run:
cd default
./run.sh -x install
To remove the entire deployment:
- Run:
./run.sh -x delete
Usage:
$ ./run.sh
usage: run.sh [options]
Available Commands:
[-x action] action to be executed.
Possible verbs are:
install creates all of the resources in Azure and in Kubernetes
destroy deletes all of the components in Azure plus any KUBECONFIG and Terraform files
show shows information about the demo environment (e.g.: connection strings)