1
0
Fork 0
 
 
 
 
 
 
Go to file
q3k 0607abae1d bgpwtf/cccampix/peeringdb: allow multiple routers per peer
Change-Id: I84200cc0056d569e962c104cf082ce10f9c4025f
2019-08-02 13:39:41 +02:00
app app/factorio -> personal/q3k/factorio 2019-07-21 15:07:07 +00:00
bgpwtf bgpwtf/cccampix/peeringdb: allow multiple routers per peer 2019-08-02 13:39:41 +02:00
bzl go/{mirko,statusz}: better status, kubernetes client 2019-07-21 23:54:41 +02:00
cluster cluster/tools/install.sh: fix nixops graceful degradation 2019-07-23 01:37:11 +02:00
dc proto/infra -> dc/proto 2019-07-21 16:07:49 +02:00
devtools devtools/prodimage: create 2019-07-30 13:09:26 +02:00
gcp secretstore: add implr 2019-05-18 00:15:25 +02:00
go go/{mirko,statusz}: better status, kubernetes client 2019-07-21 23:54:41 +02:00
hswaw go/svc/leasifier, proto/hswaw -> hswaw/ 2019-07-21 15:36:27 +02:00
kube make cockroachdb into a cluster service 2019-06-20 16:43:01 +02:00
personal/q3k Merge "cursed django example" 2019-07-30 11:08:53 +00:00
pip personal/q3k: add django-admin 2019-07-21 15:11:18 +02:00
tools tools: move cluster-specific stuff to cluster/tools 2019-07-21 14:26:51 +00:00
.bazelrc app/{gerrit,bazel-cache} -> devtools/ 2019-07-21 16:40:33 +02:00
.gitignore devtools/bazel-cache: build from source, use docker_push 2019-07-22 00:01:20 +02:00
BUILD *: move away from python_rules 2019-07-16 22:22:05 +00:00
COPYING isc license 2018-10-25 14:25:36 +02:00
README tools/: add nixops 2019-05-15 19:08:25 +02:00
WORKSPACE bgpwtf/cccampix: add and deploy octorpki 2019-07-30 13:09:26 +02:00
env.sh tools: move cluster-specific stuff to cluster/tools 2019-07-21 14:26:51 +00:00

README

HSCloud
=======

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

You'll also need Nix installed globally in your system until [rules_nixpkgs/75](https://github.com/tweag/rules_nixpkgs/issues/75) is resolved. Or run on NixOS.

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.