HSCloud ======= This is a monorepo. You'll need bash and Bazel 1.0.0+ to use it. If you have Nix installed you will also be able to manage bare metal nodes. If you don't want that, you can skip it. Getting started --------------- cd hscloud . env.sh # setup PATH and hscloud_root tools/install.sh # build tools Then, to get Kubernetes access to k0.hswaw.net (current nearly-production cluster): prodaccess kubectl version You will automatically get a `personal-$USERNAME` namespace created in which you have full admin rights. For mor information about the cluster, see [cluster/README].