The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version. Edit This Page. This page shows you how to install Minikube , a tool that runs a single-node Kubernetes cluster in a virtual machine on your personal computer.
To check if virtualization is supported on Linux, run the following command and verify that the output is non-empty:. To check if virtualization is supported on Windows 8 and above, run the following command on your Windows terminal or command prompt. If you see the following output, your system already has a Hypervisor installed and you can skip the next step. Make sure you have kubectl installed. You can install kubectl according to the instructions in Install and Set Up kubectl.
Using this driver requires Docker and a Linux environment but not a hypervisor. If you're using the none driver in Debian or a derivative, use the. You can download. The following commands should help establish that the Kubernetes cluster that was started by Minikube is running properly.
Now that our cluster node is UP and running, we can create our first Pod which is basically a container , but before that verify if there is already any pod available on the minikube cluster:. Since the cluster is freshly installed, we did not had any pods. I will create a new pod " hello-minikube ". We are done with this demonstration so I will delete the deployment. Although I would be using kubeadm to setup multi-node Kubernetes Cluster in my next article which I will use to demonstrate the entire Kubernetes Tutorial.
In this article, you learned the steps to deploy a cluster using minikube on your WIndows host machine, similarly you can deploy cluster on any other host environment such as Ubuntu, CentOS etc.
If my articles on GoLinuxCloud has helped you, kindly consider buying me a coffee as a token of appreciation. For any other feedbacks or questions you can either use the comments section or contact me form. Save my name and email in this browser for the next time I comment.
Notify me via e-mail if anyone answers my comment. Table of Contents. Moving forward after you shutdown your VM, you should again use minikube start to start the cluster services before you can access it. To install the latest minikube stable release on ppc64 Linux using RPM package :. To install the latest minikube beta release on ppc64 Linux using RPM package :. To install the latest minikube stable release on Sx Linux using binary download :. To install the latest minikube beta release on Sx Linux using binary download :.
To install the latest minikube stable release on Sx Linux using Debian package :. To install the latest minikube beta release on Sx Linux using Debian package :. To install the latest minikube stable release on ARMv7 Linux using binary download :. To install the latest minikube beta release on ARMv7 Linux using binary download :. To install the latest minikube stable release on x macOS using Homebrew :. If which minikube fails after installation via brew, you may have to remove the old minikube links and link the newly installed binary:.
To install the latest minikube stable release on x macOS using binary download :. To install the latest minikube beta release on x macOS using binary download :. To install the latest minikube stable release on x Windows using Windows Package Manager :.
If the Windows Package Manager is installed, use the following command to install minikube:. To install the latest minikube stable release on x Windows using Chocolatey :. If the Chocolatey Package Manager is installed, use the following command:. To install the latest minikube stable release on x Windows using. Download the latest release.
0コメント