๊ฐ•์˜

๋ฉ˜ํ† ๋ง

๋กœ๋“œ๋งต

BEST
Programming

/

Devops & Infra

Learning Kubernetes with Diagrams (v1.35)

This course is designed so that you can learn many parts of Kubernetes (โ˜ธ) through illustrations. ๐Ÿงญ In particular, it expands upon the proven content of the bestseller 'Kubernetes/Docker for Building Container Infrastructure Environments' to help you study Kubernetes itself in greater depth. ๐Ÿ’ฏ Additionally, practical content is periodically added to the 'Supplementary Lessons.' ๐Ÿ‘‰ Please be sure to compare this with other courses :)

(4.9) 203 reviews

2,570 learners

Level Intermediate

Course period Unlimited

  • kubernetes
Docker
Docker
Kubernetes
Kubernetes
Docker
Docker
Kubernetes
Kubernetes

[Released] v0.8.0 of CentOS-k8s

hello

I updated the version of CentOS-k8s, which I have been using for a long time, from 0.7.4 to 0.8.0 .

You don't need to change the Box image unless you have a special purpose, but it might be a good idea to change it if it meets the following purposes.

  1. Change to the latest kernel image for CentOS version

  2. For those who want to increase ssh connection speed

Here's how to change it:

After navigating to where the Vagrantfile using the CentOS-k8s box image is located, apply it using the following commands.

<~ ์œ„์น˜> $ cd Vagrantfile ์œ„์น˜ $ vagrant destroy -f $ vagrant box update $ vagrant box prune # ๊ตฌ ๋ฒ„์ „์„ ์‚ญ์ œํ•˜๋Š” ๋ช…๋ น $ vagrant up <~ ์œ„์น˜> $ cd Vagrantfile ์œ„์น˜ $ vagrant destroy -f $ vagrant box update $ vagrant box prune # ๊ตฌ ๋ฒ„์ „์„ ์‚ญ์ œํ•˜๋Š” ๋ช…๋ น $ vagrant up <~ ์œ„์น˜> $ cd Vagrantfile ์œ„์น˜ $ vagrant destroy -f $ vagrant box update $ vagrant box prune # ๊ตฌ ๋ฒ„์ „์„ ์‚ญ์ œํ•˜๋Š” ๋ช…๋ น $ vagrant up <~ ์œ„์น˜> $ cd Vagrantfile ์œ„์น˜ $ vagrant destroy -f $ vagrant box update $ vagrant box prune # ๊ตฌ ๋ฒ„์ „์„ ์‚ญ์ œํ•˜๋Š” ๋ช…๋ น $ vagrant up <~ ์œ„์น˜> $ cd Vagrantfile ์œ„์น˜ $ vagrant destroy -f $ vagrant box update $ vagrant box prune # ๊ตฌ ๋ฒ„์ „์„ ์‚ญ์ œํ•˜๋Š” ๋ช…๋ น $ vagrant up

ย 

This is where the actual Box image is and the Change history is written.

https://app.vagrantup.com/sysnet4admin/boxes/CentOS-k8s

ย 

thank you

Cho Hoon Dream.

Comment