- Kubernetes for Serverless Applications
- Russ McKendrick
- 214字
- 2021-07-02 19:16:50
Virtual machine access and logs
You are able to SSH into the Minikube virtual machine. As part of the installation, an SSH key was generated and shared with the virtual machine when it launched. You can check the location of this key by running minikube ssh-key. This returns the path of the private part of the key. You can use this in combination with other commands to SSH into your virtual machine by running the following on macOS or Ubuntu:
$ ssh docker@$(minikube ip) -i $(minikube ssh-key)
This generates the IP address of the virtual machine and path to the private key on-the-fly:

However, Minikube also has a command that will run this for you and it is also supported on all platforms. Running minikube ssh will log you straight in to the virtual machine as the Docker user, as is shown by the following Terminal output:

The final command we are going to quickly look at is minikube logs. This displays all of the logs being generated by the localkube instance:

These logs are used to help debug problems with your Minikube installation. They do not contain any user data, meaning that you cannot use them to help track down any problems with the services or pods you have launched.
- AutoCAD繪圖實用速查通典
- Cloud Analytics with Microsoft Azure
- INSTANT Varnish Cache How-to
- Multimedia Programming with Pure Data
- 21天學通Java Web開發(fā)
- 21天學通Visual C++
- INSTANT Munin Plugin Starter
- 學練一本通:51單片機應用技術
- 簡明學中文版Photoshop
- 未來學徒:讀懂人工智能飛馳時代
- MongoDB 4 Quick Start Guide
- Flash CS3動畫制作
- SQL Server 2019 Administrator's Guide
- 特征工程入門與實踐
- 數據結構與實訓