Understanding How Envoy Sidecar Intercept and Route Traffic in Istio Service Mesh · Jimmy Song
https://jimmysong.io/en/blog/understanding-how-envoy-sidecar-intercept-and-route-traffic-in-istio-service-mesh/
#istio #routing #explained
https://jimmysong.io/en/blog/understanding-how-envoy-sidecar-intercept-and-route-traffic-in-istio-service-mesh/
#istio #routing #explained
jimmysong.io
Understanding How Envoy Sidecar Intercept and Route Traffic in Istio Service Mesh | Jimmy Song
Details about Envoy sidecar with iptables rules.
Forwarded from /usr/bin
Why you should keep using CPU limits on Kubernetes
Или почему держаться подальше от неиспользуемого CPU может быть полезно для контейнеров. Читать дальше.
Или почему держаться подальше от неиспользуемого CPU может быть полезно для контейнеров. Читать дальше.
Forwarded from linkmeup
И вновь в эфире ваша любимая рубрика "Бесполезная IT-археология".
Сегодня выясняем, почему выводы du и df иногда выдают разные результаты.
И нет, то, что это – разные команды, ответ не верный.
https://www.cyberciti.biz/tips/freebsd-why-command-df-and-du-reports-different-output.html
Сегодня выясняем, почему выводы du и df иногда выдают разные результаты.
И нет, то, что это – разные команды, ответ не верный.
https://www.cyberciti.biz/tips/freebsd-why-command-df-and-du-reports-different-output.html
nixCraft
Why command df and du reports different output?
Linux, BSD & Unix df and du command do not return matching results? So why do commands df and du report different outputs? Let us find it out
Cilium Kubernetes CNI Provider, Part 1: Overview of eBPF and Cilium and the Installation Process
https://www.youtube.com/watch?v=aLq3O3l2LF4
Cilium Kubernetes CNI Provider, Part 2: Security Policies and Observability Leveraging Hubble
https://www.youtube.com/watch?v=5EcVrm01rAU
Cilium Kubernetes CNI Provider, Part 3: Cluster Mesh
https://www.youtube.com/watch?v=gkrPt0ZcCfo
Cilium Kubernetes CNI Provider: Part 4, IP Routing Modes (Direct and Encapsulated)
https://www.youtube.com/watch?v=j2aox7K-7wU
https://github.com/gary-RR/myYouTube_cilium_part1
#cilium #github
https://www.youtube.com/watch?v=aLq3O3l2LF4
Cilium Kubernetes CNI Provider, Part 2: Security Policies and Observability Leveraging Hubble
https://www.youtube.com/watch?v=5EcVrm01rAU
Cilium Kubernetes CNI Provider, Part 3: Cluster Mesh
https://www.youtube.com/watch?v=gkrPt0ZcCfo
Cilium Kubernetes CNI Provider: Part 4, IP Routing Modes (Direct and Encapsulated)
https://www.youtube.com/watch?v=j2aox7K-7wU
https://github.com/gary-RR/myYouTube_cilium_part1
#cilium #github
YouTube
Cilium Kubernetes CNI Provider, Part 1: Overview of eBPF and Cilium and the Installation Process
In this multi-part series, we will take a look at Cilium. In part 1, we will learn what Cilium is and how it leverages a key technology called “eBPF” to provide load balancing, observability, and security. We will also take a look at what eBPF is and conceptually…
Пишем сложные операторы Kubernetes / Хабр
https://habr.com/ru/company/southbridge/blog/691878/
#k8s #kubernetes #operator
https://habr.com/ru/company/southbridge/blog/691878/
#k8s #kubernetes #operator
Хабр
Пишем сложные операторы Kubernetes
Советы по созданию операторов уровня продакшена с помощью Kubebuilder. В этой статье рассматривается простой пример оператора для сценария автоматического создания ServiceAccount и ClusterRoleBinding...