Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/musicdin/kubitect
Kubitect provides a simple way to set up a highly available Kubernetes cluster across multiple hosts.
https://github.com/musicdin/kubitect
ansible kubernetes kubernetes-cluster kubespray kubitect kvm terraform
Last synced: 2 days ago
JSON representation
Kubitect provides a simple way to set up a highly available Kubernetes cluster across multiple hosts.
- Host: GitHub
- URL: https://github.com/musicdin/kubitect
- Owner: MusicDin
- License: apache-2.0
- Created: 2020-08-06T14:48:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T16:50:33.000Z (12 days ago)
- Last Synced: 2024-12-10T18:18:56.625Z (12 days ago)
- Topics: ansible, kubernetes, kubernetes-cluster, kubespray, kubitect, kvm, terraform
- Language: Go
- Homepage: https://kubitect.io
- Size: 8.73 MB
- Stars: 148
- Watchers: 5
- Forks: 36
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kubitect
# What is Kubitect?
Kubitect is an open source project that aims to simplify the **deployment** and subsequent **management of Kubernetes clusters**.
It provides a CLI tool written in Golang that lets you **set up**, **upgrade**, **scale**, and **destroy** Kubernetes clusters.
Under the hood, it uses [Terraform](https://www.terraform.io/) along with [terraform-libvirt-provider](https://github.com/dmacvicar/terraform-provider-libvirt)
to deploy virtual machines on target hosts running libvirt.
Kubernetes is configured on the deployed virtual machines using [Kubespray](https://kubespray.io), the popular open source project.### Documentation
Kubitect documentation is accessible at **[:book: kubitect.io](https://kubitect.io/latest/getting-started/installation/)**.
### Releases
All Kubitect releases are available on the [release page](https://github.com/MusicDin/kubitect/releases).
It is recommended to use official releases, as unreleased versions from the main branch may be unstable.
### Authors
[Din Mušić](https://github.com/MusicDin) and [all contributors](https://github.com/MusicDin/kubitect/graphs/contributors).
### License
[Apache License 2.0](./LICENSE)