Forwarded from Патчкорд
Просто потому что могут или ради чего мы так много говорим за
IPv6
.Twitter
Maël
- "The traceroute hand is stealing your data" traceroute -6 -m 40 hand.bb0.nl
A collection of modern/faster/saner alternatives or complements to common unix commands.
https://github.com/ibraheemdev/modern-unix
#github #cli
https://github.com/ibraheemdev/modern-unix
#github #cli
GitHub
GitHub - ibraheemdev/modern-unix: A collection of modern/faster/saner alternatives to common unix commands.
A collection of modern/faster/saner alternatives to common unix commands. - ibraheemdev/modern-unix
Prometheus TSDB
- Part 1: The Head Block
- Part 2: WAL and Checkpoint
- Part 3: Memory Mapping of Head Chunks from Disk
- Part 4: Persistent Block and its Index
- Part 5: Queries
#TSDB #prometheus
- Part 1: The Head Block
- Part 2: WAL and Checkpoint
- Part 3: Memory Mapping of Head Chunks from Disk
- Part 4: Persistent Block and its Index
- Part 5: Queries
#TSDB #prometheus
Ganeshvernekar
Prometheus TSDB (Part 1): The Head Block | Ganesh Vernekar
Walk-through on how the in-memory part of Prometheus TSDB works
Kubernetes Single Sign On - A detailed guide
In this series of posts we cover how to setup a comprehensive group based single sign on system for Kubernetes including the kubectl cli, any web application with ingress, a docker registry and gitea. We'll cover most of the common SSO models so adapting what's here to other applications such as Gitlab, Kibana, Grafana etc is simple.
http://www.talkingquickly.co.uk/kubernetes-sso-a-detailed-guide
#SSO #k8s #kubernetes
In this series of posts we cover how to setup a comprehensive group based single sign on system for Kubernetes including the kubectl cli, any web application with ingress, a docker registry and gitea. We'll cover most of the common SSO models so adapting what's here to other applications such as Gitlab, Kibana, Grafana etc is simple.
http://www.talkingquickly.co.uk/kubernetes-sso-a-detailed-guide
#SSO #k8s #kubernetes
www.talkingquickly.co.uk
Kubernetes Single Sign On - A detailed guide
Blog by Ben Dixon, Ruby on Rails Developer, about rails, kubernetes, docker, climbing and startups
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