infrapuzzle/README.md

18 lines
612 B
Markdown

# Infrapuzzle
Infrapuzzle is the newly restructured way of implementing my private infrastructure. Currently the following things are in project scope:
* single node k8s "cluster" implemented with kubespray
* development with Vagrant
* host directory storage
* Ingress via host network
## Bootstrap
Bootstrap is documented in the subfolders [REAMDE](./bootstrap/README.md)
## Links used
* [ingress via host network](https://kubernetes.github.io/ingress-nginx/deploy/baremetal/#via-the-host-network)
* [Install K8s with Kubespray](https://kubernetes.io/docs/setup/production-environment/tools/kubespray/)
*