- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Kubernetes Pods: How to Set Requests & Limits Correctly
#kubernetes #namespace #kubernetesdeployment #kubernetesservices #container #cloudcomputing #containerorchestration #sre
Course content can be find here:
https://github.com/path4cloud2024/CKA.git
To set a Kubernetes Metrics Server:
1) kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
2) check the pods is running in kube-system namespaces
3) if not, then you can edit and set the below two parameters:
# kubectl -n kube-system edit deployment metrics-server
########under container args section ############
- --kubelet-insecure-tls
- --kubelet-preferred-address-types=InternalIP
save and exit. Pods will get redeploy automatically and now you can run
# kubelet top pod ( to check the current consuption)
Видео Kubernetes Pods: How to Set Requests & Limits Correctly канала Path4Cloud
Course content can be find here:
https://github.com/path4cloud2024/CKA.git
To set a Kubernetes Metrics Server:
1) kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
2) check the pods is running in kube-system namespaces
3) if not, then you can edit and set the below two parameters:
# kubectl -n kube-system edit deployment metrics-server
########under container args section ############
- --kubelet-insecure-tls
- --kubelet-preferred-address-types=InternalIP
save and exit. Pods will get redeploy automatically and now you can run
# kubelet top pod ( to check the current consuption)
Видео Kubernetes Pods: How to Set Requests & Limits Correctly канала Path4Cloud
Комментарии отсутствуют
Информация о видео
11 сентября 2025 г. 19:30:13
00:37:05
Другие видео канала




















