Installing Camel K on Minikube
You can run Camel K integrations on plain Kubernetes using the Minikube cluster creation tool. Follow the instructions in the official doc for the installation.
Start a new instance of Minikube using the command:
minikube start
After the startup process is completed, you need to enable the registry
addon:
minikube addons enable registry
Alternatively, you can also start an instance with the registry
addon in one command:
minikube start --addons registry
You can now proceed with the standard Camel K installation procedure.