ARCHIVED - Use Kuber instead.
This repository contains the first iteration for Kuber with Golang and Kubicorn
⛵️ ⚓️ Kuber is an open source tool to create, manage and share Kubernetes clusters.
The Kuber Server operates Kubernetes.
- Create (or enroll) K8S clusters.
- Backup and and disaster recovery for K8S clusters.
- Autoscale workers.
- Helm charts manager.
- Terraform manager.
- Cerberus manager.
- Conformance check and alerting.
Read more on the Kuber Website.
You need a running minikube instance and a running K8S proxy.
dla minikube-start && \
dla k8s-dashboardStart the local Kuber server.
make build && \
make startBuild and install Kuber.
make build && \
make install