This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
стратегии_деплоя_в_kubernetes [2025/03/03 13:09] val |
стратегии_деплоя_в_kubernetes [2025/03/24 18:06] (current) val [Шаг 6. canary deployment with Istio VirtualService] |
||
---|---|---|---|
Line 18: | Line 18: | ||
* Тэги: deployment rollout, canary deployment, ingress annotations, Kubernetes Gateway API, Istio Service Mesh, kiali, nginx proxy header | * Тэги: deployment rollout, canary deployment, ingress annotations, Kubernetes Gateway API, Istio Service Mesh, kiali, nginx proxy header | ||
+ | * https://rutube.ru/video/private/45160ea603c4f541cd11ebcc3fdf5109/ | ||
+ | * https://youtu.be/uEpEDk8EWSg | ||
===== Методическая подготовка ===== | ===== Методическая подготовка ===== | ||
Line 613: | Line 615: | ||
kube1# while true; do curl 192.168.13.65 -H "Host: gowebd.corp13.un"; sleep 0.1; done | kube1# while true; do curl 192.168.13.65 -H "Host: gowebd.corp13.un"; sleep 0.1; done | ||
</code> | </code> | ||
+ | |||
+ | ==== Добавление журналов ==== | ||
* [[https://istio.io/latest/docs/tasks/observability/logs/access-log/|Envoy Access Logs ... Default access log format]] | * [[https://istio.io/latest/docs/tasks/observability/logs/access-log/|Envoy Access Logs ... Default access log format]] |