Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavesoftware/faerun-k8s
K8s Cluster running in premises of WaveSoftware servers
https://github.com/wavesoftware/faerun-k8s
Last synced: about 12 hours ago
JSON representation
K8s Cluster running in premises of WaveSoftware servers
- Host: GitHub
- URL: https://github.com/wavesoftware/faerun-k8s
- Owner: wavesoftware
- Created: 2020-12-05T02:23:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T21:36:39.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T03:19:05.881Z (about 1 month ago)
- Language: Jinja
- Size: 341 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Faerun Kubernetes cluster
Cluster is running in premises of WaveSoftware servers as a libvirt
virtual machines. DNS service is handled outside.## TODO
### Required
* [x] Running masters
* [x] apiserver
* [x] sheduler
* [x] controller
* [x] etcd
* [x] Certs & Kubeconfigs
* [ ] Common k8s things
* [x] container engine
* [x] kubelet
* [ ] kube-proxy & cni
* [ ] dns addon - coredns
* [ ] Running workers
* [ ] Storage - Rook & Ceph?!?### Good to have
* [ ] Ingress?!?
* [ ] Migrate project to Terraform
* [ ] Replace kube-proxy with Cilium## Resources:
* https://github.com/kelseyhightower/kubernetes-the-hard-way
* https://medium.com/containerum/4-ways-to-bootstrap-a-kubernetes-cluster-de0d5150a1e4
* https://github.com/poseidon/typhoon