kubebuilder
I initially built kubebuilder for the developers at BeameryHQ
It is a deployment for kubernetes that lets developers have minimal interaction but have their own subdomains
and namespaces for creating applications.
It requires a few pieces to get it all working, but is designed to be simple for the end user.
Development Requirements
- protobuf-compiler
- kepler for CLI interaction
go get https://github.com/AlexsJones/kepler
Deployment Requirements
Place google cloud service account in k8s/required/files/auth.json
By Default will use current ssh key at ~/.ssh/id_rsa
Run ./scripts/deployment_kubernetes.sh
Usage