Install - Part 3
In this section we will deploy KubeDirector to minikube.
Deploy KubeDirector
In the Lab Browser UI terminal, enter the command:
deploy errors
If you receive an error with make deploy such as:
After a few minutes you should see KubeDirector running:
Advanced debugging (optional)
In this section we do more debugging to verify that the kubedirector pod is running:
You can see that mine is still creating, so I run kubectl describe to inspect its status:
Deploy failed for me because the image pull was talking a long time.
I checked a few more times with kubectl describe until I saw:
At which point I could run the following which completed successfully:
When make deploy is successful, you should see something like this:
At this point, you can run kubectl get pods which should show output something like this:
You can run kubectl get all to view all objects created when KubeDirector was deployed: