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…
Forwarded from Полезняшки от "Разбора Полетов"
Cheat Sheet on Curl Latency Metrics: how to benchmark server latency with curl
https://speedtestdemon.com/a-guide-to-curls-performance-metrics-how-to-analyze-a-speed-test-result/
https://speedtestdemon.com/a-guide-to-curls-performance-metrics-how-to-analyze-a-speed-test-result/
Speed Test Demon
Cheat Sheet on Curl Performance Metrics: how to benchmark server latency with curl
The ultimate guide and cheat sheet on what each curl latency metric means. Especially time_pretransfer which is extremely unclear.
Mitogen for Ansible is a completely redesigned UNIX connection layer and module runtime for Ansible. Requiring minimal configuration changes, it updates Ansible’s slow and wasteful shell-centric implementation with pure-Python equivalents, invoked via highly efficient remote procedure calls to persistent interpreters tunnelled over SSH. No changes are required to target hosts.
The extension is considered stable and real-world use is encouraged.
https://vimeo.com/283272293
https://mitogen.networkgenomics.com/ansible_detailed.html
#ansible #mitogen
The extension is considered stable and real-world use is encouraged.
https://vimeo.com/283272293
https://mitogen.networkgenomics.com/ansible_detailed.html
#ansible #mitogen
Vimeo
Mitogen for Ansible demonstration
This demonstrates Ansible running a subset of the Mitogen integration tests via SSH to the local machine concurrent to an equivalent run using Mitogen for Ansible. https://mitogen.readthedocs.io/en/stable/ansible.html