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...
https://piotrminkowski.com/2021/10/25/kubernetes-multicluster-with-kind-and-cilium/
#cilium #clustermesh #kind #lab
#cilium #clustermesh #kind #lab
Piotr's TechBlog
Kubernetes Multicluster with Kind and Cilium - Piotr's TechBlog
In this article, you will learn how to run local Kubernetes multicluster with Kind with direct communication based on Cilium Cluster Mesh.
Forwarded from k8s (in)security (Дмитрий Евдокимов)
Статья "Understanding container images - The fundamentals" - очень хороший материал об устройстве образов контейнеров.
Тут нет ничего про безопасность, но чтобы обеспечивать безопасность - нужно понимать саму технологию (
Это позволит и с умом подходить к поиску секретов в образах и правильно приоритеты расставлять для уязвимостей в разных слоях и осознано прийти к distroless образам ;)
P.S. А и да это может быть полезно при разборе инцидентов в контейнерах.
Тут нет ничего про безопасность, но чтобы обеспечивать безопасность - нужно понимать саму технологию (
UnionFS
, OverlayFS
, CoW
, OCI
).Это позволит и с умом подходить к поиску секретов в образах и правильно приоритеты расставлять для уязвимостей в разных слоях и осознано прийти к distroless образам ;)
P.S. А и да это может быть полезно при разборе инцидентов в контейнерах.
https://sadservers.com/
Troubleshoot and make a sad server happy!
"Like LeetCode for Linux"
Capture The Flag challenges. Train and prove your debugging skills.
Practice for your next SRE/DevOps interview.
Get a full remote Linux server with a problem and fix it.
Troubleshoot and make a sad server happy!
"Like LeetCode for Linux"
Capture The Flag challenges. Train and prove your debugging skills.
Practice for your next SRE/DevOps interview.
Get a full remote Linux server with a problem and fix it.
https://developers.redhat.com/articles/2022/10/13/advanced-regex-capture-groups-lookaheads-and-lookbehinds
#regex
#regex
Red Hat Developer
Advanced regex: Capture groups, lookaheads, and lookbehinds | Red Hat Developer
Capture groups, lookaheads, and lookbehinds provide a powerful way to filter and retrieve data according to advanced regular expression matching logic. This article explains capture groups,