1
0
Fork 0
 
 
 
 
 
 
Go to file
q3k 73cef11c85 *: rejigger tls certs and more
This pretty large change does the following:

 - moves nix from bootstrap.hswaw.net to nix/
 - changes clustercfg to use cfssl and moves it to cluster/clustercfg
 - changes clustercfg to source information about target location of
   certs from nix
 - changes clustercfg to push nix config
 - changes tls certs to have more than one CA
 - recalculates all TLS certs
   (it keeps the old serviceaccoutns key, otherwise we end up with
   invalid serviceaccounts - the cert doesn't match, but who cares,
   it's not used anyway)
2019-04-07 00:06:23 +02:00
app app/toot: start implementing redis 2019-04-04 16:54:00 +02:00
bzl *: bazelify 2019-01-13 17:51:34 +01:00
cluster *: rejigger tls certs and more 2019-04-07 00:06:23 +02:00
go go/svc/leasifier: sort returned leases 2019-04-06 01:28:04 +02:00
kube app/toot: start implementing redis 2019-04-04 16:54:00 +02:00
nix *: rejigger tls certs and more 2019-04-07 00:06:23 +02:00
proto go: add bazel buildfiles, implement leasifier 2019-04-05 23:53:25 +02:00
tools *: rejigger tls certs and more 2019-04-07 00:06:23 +02:00
.gitignore *: bazelify 2019-01-13 17:51:34 +01:00
BUILD *: bazelify 2019-01-13 17:51:34 +01:00
COPYING isc license 2018-10-25 14:25:36 +02:00
README README: mention purpose of k0 2019-01-18 00:28:28 +01:00
WORKSPACE WORKSPACE: bump go 2019-04-06 01:20:19 +02:00
env.sh *: k0.hswaw.net somewhat working 2019-01-13 21:14:02 +01:00
requirements.txt tools: add python future module 2019-01-18 00:22:50 +01:00

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
    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.