Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
kubernetes_repo_config [2020/03/30 14:30] – andonovj | kubernetes_repo_config [2020/05/01 15:53] (current) – andonovj | ||
---|---|---|---|
Line 8: | Line 8: | ||
- Update the local Repo | - Update the local Repo | ||
- Install the kubectl | - Install the kubectl | ||
- | - Install the minikube | ||
Line 47: | Line 46: | ||
</ | </ | ||
- | ====Install Kubectl & Minikube==== | + | ====Install Kubectl, Kubelete |
We can check, if the installation has been correct as follows: | We can check, if the installation has been correct as follows: | ||
Eventhough, we need only the kubectl, let's install the whole stack, since we will use it later, for the whole manual implementation: | Eventhough, we need only the kubectl, let's install the whole stack, since we will use it later, for the whole manual implementation: | ||
Line 66: | Line 65: | ||
</ | </ | ||
- | ====Install | + | ====Install |
To install Minikube, we have to install a driver, so either: docker or rockat. I will go with a docker here: | To install Minikube, we have to install a driver, so either: docker or rockat. I will go with a docker here: | ||
Line 133: | Line 132: | ||
root@k8s-master:/ | root@k8s-master:/ | ||
</ | </ | ||
- |