1
0
Fork 0
 
 
 
 
 
 
Go to file
q3k 4232c8b733 nix: bump to new k8s 2019-04-28 17:12:54 +02:00
app app/registry: allow anonymous pull access and temporary vms/ push access 2019-04-19 14:41:10 +02:00
bzl
cluster cluster/kube/rook: lower debug 2019-04-19 14:14:36 +02:00
go
kube
nix nix: bump to new k8s 2019-04-28 17:12:54 +02:00
proto
tools tools/rook-s3cmd-config: tool to generate s3cmd config from rook.io secrets 2019-04-09 23:30:38 +02:00
.gitignore
BUILD
COPYING
README README: update according to new bazel paradigm(tm) 2019-04-09 13:30:28 +02:00
WORKSPACE WORKSPACE: add bazel docker rules 2019-04-19 14:40:47 +02:00
env.sh
requirements.txt

README

HSCloud
=======

This is a monorepo. You'll need bash and Bazel 0.20.0+ to use it.

Getting started
---------------

    cd hscloud
    . env.sh # setup PATH and hscloud_root
    tools/install.sh # build tools


Then, to get Kubernets:

    echo "185.236.240.36 k0.hswaw.net" >> /etc/hosts # temporary hack until we get loadbalancers working
    bazel run //cluster/clustercfg:clustercfg admincreds $(whoami)-admin # get administrative creds (valid for 5 days)
    kubectl version

Clusters
========

The following kubernetes clusters are available:

k0.hswaw.net
------------

3 nodes (bc01n{01,02,03}.hswaw.net), mixed worker/master.

No persistent storage (yet).

Temporary development cluster. Will become base production cluster once configuration is done, but will *likely be fully cleared*.

Feel free to use for tests, but your pods might disappear at any time.