강의

멘토링

커뮤니티

BEST
Programming

/

Devops & Infra

Learning Kubernetes with Pictures (v1.30) - {{ x86-64, arm64 }}

Much of Kubernetes (☸) can be learned through illustrations. 🧭 It expands on the verified content of the bestseller 'Kubernetes/Docker for Building Container Infrastructure Environments' for deeper Kubernetes learning. 💯 Practical content is also regularly added to 'Supplemental Lessons'. 👉 Be sure to compare it with other courses! :)

(4.9) 179 reviews

2,426 learners

  • kubernetes
Kubernetes
Docker

[Practice Issue] Issue where host-only network setup via Vagrant is not performed properly in VirtualBox 6.1.28 and later versions (MAC, Linux users)

hello

 

If you are using MAC or Linux as a host and trying to change the host-only network setting with Vagrant in VirtualBox 6.1.28 or later, the following error will occur and the process will not proceed .

Windows systems are not affected .

 

Figure 1 Host-only network configuration error

 

This is because VirtualBox version 6.1.28 has the following updates :

On Linux, Mac OS For IPv6 only link-local addresses are allowed

 

If you meet the conditions above, please refer to the following document and try to resolve the issue.

(However, the Host-only Network issue is not the only one in that case.)

https://github.com/sysnet4admin/_Book_k8sInfra/blob/main/docs/%EC%8B%A4%EC%8A%B5%20%EC%9D%B4%EC%8A%88%231%20-% 20VritualBox%20host-only%20Network(MAC%2CLinux).pdf

thank you

Cho Hoon Dream.

Comment