All contributions are welcome. For simple typos, just open a PR. For bigger ideas it might be better to open a issue first before you put a lot of work into it.
Want to contribute, but dont know where to start? Have a look into the Roadmap.
- docker
- kubectl
- kubero-cli
run a kubero install
with the CLI and select kind. This will install a local cluster with a single node and all required components.
kind export kubeconfig --name kubero-XXX --kubeconfig ./kubeconfig
kubectl create namespace kubero-dev
mv .env.template .env
yarn install
yarn dev
cd client
npm install
npm run dev
If you need any additional services (Gitea, Github ...), just run docker-compose up -d
, or add it to the docker-compose.yml
file, if it is missing.
Nope. No extra database is required. All data is stored in the Kubernetes cluster.
- Fork the repository
- Create a new branch
- Make your changes
- Open a PR