We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Please read the full documentation here: https://docs.kubero.dev
git clone git@github.com:kubero-dev/kubero.git copy .env.template .env
kind get kubeconfig --name kubero-001 > ./kubeconfig
Make sure the context in your kubeconfig the same as in the .env file KUBERO_CONTEXT
yarn dev
cd client yarn dev