/eros

Kubernetes + GitOps + ClusterAPI

Primary LanguageGoGNU General Public License v3.0GPL-3.0

eros

requirements

  • Docker
  • KinD
  • Just

Get started

Start the API Backend:

eros server start

Start the Frontend Server:

eros frontend start

You can now either open up the frontend application via http://localhost:8080 or do direct queries against the api, like curl localhost:3000/kubernetes/local/create.

Documentation

Backend API

I am using the Swagger Tooling to generate the needed API documentations. You can access the documentation with:

http://localhost:3000/swagger/index.html

Star History

Star History Chart