- Kubernetes for Serverless Applications
- Russ McKendrick
- 265字
- 2021-07-02 19:16:50
Stop and delete
As we are running our single-node Kubernetes cluster as a virtual machine on your host, you may not want it running all of the time, using resources.
There are two options to achieve this, the first of which is minikube stop. This command will stop your node and keep the virtual machine intact. You should use this command if you plan on picking up where you left off when you next start your node by running minikube start.
While the minikube stop command stops your virtual machine from using CPU and RAM resources on the host machine, the hard disk image used to host the virtual machine will still be present on your machine. While a freshly launched cluster does not take much space on the host hard drive, on my macOS installation it is around 650 MB; as soon as you start to use the cluster, you may find that this space will at least double.
This is where our next command comes in. The minikube delete command will remove the cluster completely, including all of the virtual machine files, freeing the space used on the host machine.
At the time of writing, running minikube delete will immediately remove your machine, running or not. There is no prompt asking if you are sure, or any way back from the command (unless you have backups), so please ensure that you use this command with caution.
When you run minikube start again, your cluster will be started from scratch again, as we first experienced in the previous section.
- Splunk 7 Essentials(Third Edition)
- Mastering Spark for Data Science
- 會聲會影X5視頻剪輯高手速成
- TestStand工業自動化測試管理(典藏版)
- 并行數據挖掘及性能優化:關聯規則與數據相關性分析
- 精通Windows Vista必讀
- Apache Hive Essentials
- 最后一個人類
- OpenStack Cloud Computing Cookbook(Second Edition)
- Kubernetes for Developers
- Windows安全指南
- Cloudera Hadoop大數據平臺實戰指南
- WPF專業編程指南
- 數據清洗
- 項目實踐精解:C#核心技術應用開發