강의

멘토링

커뮤니티

BEST
Programming

/

Devops & Infra

Learning Prometheus through Practice - {{ x86-64, arm64 }}

This course is structured with hands-on labs for the easiest and quickest understanding of Prometheus (🔥). 🧭 It expands on content from the validated bestseller 'Kubernetes/Docker for Container Infrastructure Environment Setup' to help you learn Prometheus itself in greater depth. 💯 Practical content is also regularly added to 'supplementary lessons'. I am confident no other lecture covers Prometheus with such depth and breadth!

(4.9) 40 reviews

787 learners

Level Intermediate

Course period Unlimited

  • k8s
  • kubernetes
프로메테우스
프로메테우스
데브옵스
데브옵스
devops
devops
클라우드
클라우드
Prometheus
Prometheus
Kubernetes
Kubernetes
프로메테우스
프로메테우스
데브옵스
데브옵스
devops
devops
클라우드
클라우드
Prometheus
Prometheus
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