인프런 영문 브랜드 로고
인프런 영문 브랜드 로고
BEST
Programming

/

Devops & Infra

Kubernetes by Illustration (v1.30) - {{ x86-64, arm64 }}

It's designed so you can learn many aspects of Kubernetes (☸) through diagrams. 🧭 In particular, it expands on the proven content from the bestseller 'Kubernetes/Docker for Building Container Infrastructure Environments' to help you learn Kubernetes itself more deeply. 💯 In addition, practical content is regularly added to 'Supplementary Lessons'. 👉 Be sure to compare it with other lectures :)

(4.9) 136 reviews

2,260 students

Kubernetes
Docker
Thumbnail

[Released] Ubuntu-k8s v0.8.6

hello

We have released v0.8.6 with the following changes from v0.8.5 :

- optimizing storage (rmv unused kernel, kernel header, perl pkgs)

- remove libx11.* libqt.* libgtk.

- install git manually

- Fix Fragmentation

- Remove history

The reason for applying the above major changes is that I thought that reducing the capacity as much as possible would be effective for practice. Although the VM Box image is downloaded locally, the structure is to unpack the image to create each VM and load some of it into memory, so reducing the final size can improve performance and save resources even a little.

 

 

image.png

[Figure] AS-IS (v0.8.5)

 

image.png

[Image] TO-BE (v0.8.6)

 

Reduced by approximately 156MB .

And the current kernel image is 5.19 , and we tried to upgrade the image to 6.8 , but the capacity increased to 1.3 GB, so we decided to maintain 5.19, the last of the current 5-point kernels.

image.png

[Image] Size for each version

 

If necessary functions like eBPF are added in the future, I will upload the kernel.

It seems likely that the version for Kubernetes practice will remain current for a while.

 

image.png

[Image] Kubernetes v1.30.1 version uploaded to 6.8.0 kernel in the morning

 

It's the changing of seasons, so everyone take care of your health.

In addition to weekly updates, we will be back to greet everyone again around the end of October.

 

thank you

Cho Hoon Dream.

Comment