Install On Minikube
The cloud is just someone else's computer.
How to install KintoHub on Minikube.
#
Install and start MinikubeVisit the minikube documentation and install minikube
on your laptop.
Then run minikube start
in order to start your cluster locally.
#
Install KintoHubFollow our installation guide to install Argo Workflow.
Change the values inside the curly braces and run
Variable | Description |
---|---|
builder.env.IMAGE_REGISTRY_HOST | The registry host for pushing/pulling the container images. |
builder.workflow.docker.registry | The FQDN for your docker registry. Check here for more information. (For dockerhub please use https://index.docker.io/v1/ instead. |
builder.workflow.docker.email | Your Docker email. |
builder.workflow.docker.username | Your Docker username. |
builder.workflow.docker.password | Your Docker password. |
common.domainName | Your domain name used for dashboard, core and the services you are gonna deployed. |
#
Access KintoHubPort forward kinto core and kinto dashboard
Open localhost:5000.