Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Kubernetes Autoscaling | How to Scale Containers in the K8S Cluster. в хорошем качестве

Kubernetes Autoscaling | How to Scale Containers in the K8S Cluster. 3 года назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Kubernetes Autoscaling | How to Scale Containers in the K8S Cluster.

This is a module about scaling one of our pods. We wanted the web service to be responsive to lots of users so we scaled up the number of pods. Each pod ran a copy of the Python/Flask web service, as well as the REDIS cache. The goal is to leverage the ReplicationController object that is provided by Kubernetes. It comes down to providing a YAML file. The YAML file has a template section. The template section specifies which containers make up the scale unit. The scale unit is a pod. We already talked about the web service container and the REDIS cache container. This replication control can just be run from the command line and a simple kubectl command.

Comments