Skip to content
/ home Public

personal infrastructure for cloud native nerds

Notifications You must be signed in to change notification settings

5pi-home/home

Repository files navigation

home

personal infrastructure for cloud native nerds

  • Kubernetes based personal infrastucture

Bootstrapping

Create secret to allow build-site-job to clone pass repo:

ssh-keyscan github.com > /tmp/github-keyscan 2>&1
pass home/5pi-home-deploy-key | \
  kubectl create secret generic 5pi-home-deploy-key \
    --from-file=id_rsa=/dev/stdin \
    --from-file=known_hosts=/tmp/github-keyscan

TODO

  • Fix whatever is deleting the flannel routes from openwrt
  • Fix coredns forwarding statement (default config with resolv.conf doesn't seem to work)

About

personal infrastructure for cloud native nerds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published