Kubernetes Overview Diagrams
https://brennerm.github.io/posts/kubernetes-overview-diagrams.html
#k8s #kubernetes
https://brennerm.github.io/posts/kubernetes-overview-diagrams.html
#k8s #kubernetes
Kubernetes operators with Python
#k8s #kubernetes #operator #python
#1: Creating CRDs
#2: Implementing Controller
https://github.com/brennerm/exchangerates-operator
#k8s #kubernetes #operator #python
#1: Creating CRDs
#2: Implementing Controller
https://github.com/brennerm/exchangerates-operator
Max Brenner
Kubernetes operators with Python #1: Creating CRDs
Developing Kubernetes/K8s operators with Python Part 1: Creating CRDs using manifests and the Kubernetes API
Forwarded from oleg_log (Oleg Kovalov)
Лол это круто https://twitter.com/electroboomguy/status/1409218712633167872?s=28
(чуть громко может быть, спасибо @bortlog)
(чуть громко может быть, спасибо @bortlog)
Twitter
Mehdi Sadaghdar
How Network Nodes Communicate
Forwarded from k8s (in)security (D1g1)
Есть легендарный пост на
Некоторое время назад на канале мы публиковали похожий материал "What happens when ... Kubernetes edition!", где описывается что происходит при создании
- "How It Works — kubectl exec" (Docker shim)
- "How does 'kubectl exec' work?" (CRI-O)
Если вы как и наша команда хотите не просто использовать
GitHub
: "What happens when you type google.com into your browser's address box and press enter?" (и подобные), объясняющий что же там за магия творится .Некоторое время назад на канале мы публиковали похожий материал "What happens when ... Kubernetes edition!", где описывается что происходит при создании
Pods
, через команду:kubectl run nginx --image=nginx --replicas=3
В продолжении данной темы мы рекомендуем обратить свое внимание на статьи про то, что происходит, когда используется kubectl exec
(не малозначимая команда для ИБ):- "How It Works — kubectl exec" (Docker shim)
- "How does 'kubectl exec' work?" (CRI-O)
Если вы как и наша команда хотите не просто использовать
k8s
, но и понимать его, понимать как он работает, то это определенно MUST READ
!GitHub
GitHub - alex/what-happens-when: An attempt to answer the age old interview question "What happens when you type google.com into…
An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?" - alex/what-happens-when
Forwarded from oleg_log (Oleg Kovalov)
Нравится. Буквально неделю назад подобное потребовалось, надо было усерднее гуглить.
https://mitelman.engineering/blog/python-best-practice/automating-python-best-practices-for-a-new-project/
https://mitelman.engineering/blog/python-best-practice/automating-python-best-practices-for-a-new-project/
mitelman.engineering
Python Best Practices for a New Project in 2021
Intro The goal of this tutorial is to describe Python development ecosystem. It can be helpful for someone coming to Python from another programming language.
They say that you should stick to algorithms and data structures, that you can learn a new language…
They say that you should stick to algorithms and data structures, that you can learn a new language…