blob: dc389bd4cb74e0fe9bcb2deb0d144ae77759da52 [file] [log] [blame]
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].