Forwarded from Sysadmin Tools 🇺🇦
Monitoring as Code на базе VictoriaMetrics и Grafana
https://habr.com/ru/post/568090/
#grafana #victoriametrics #prometehus #iaac #monitoring
https://habr.com/ru/post/568090/
#grafana #victoriametrics #prometehus #iaac #monitoring
Хабр
Monitoring as Code на базе VictoriaMetrics и Grafana
Приветствую всех любителей Infrastructure as Code. Как я уже писал в предыдущей статье , я люблю заниматься автоматизацией инфраструктуры. Сегодня представляю вашему вниманию вариант построения...
Old but good
#systemd
systemd for Administrators
- I. Verifying Bootup
- II. Which Service Owns Which Processes?
- III. How Do I Convert A SysV Init Script Into A systemd Service File?
- IV. Killing Services
- V. The Three Levels of "Off"
- VI. Changing Roots
- VII. The Blame Game
- VIII. The New Configuration Files
- IX. On /etc/sysconfig and /etc/default
- X. Instantiated Services
- XI. Converting inetd Services
- XII. Securing Your Services
- XIII. Log and Service Status
- XIV. The Self-Explanatory Boot
- XV. Watchdogs
- XVI. Gettys on Serial Consoles (and Elsewhere)
- XVII. Using the Journal
- XVIII. Managing Resources
- XIX. Detecting Virtualization
- XX. Socket Activated Internet Services and OS Containers
#systemd
systemd for Administrators
- I. Verifying Bootup
- II. Which Service Owns Which Processes?
- III. How Do I Convert A SysV Init Script Into A systemd Service File?
- IV. Killing Services
- V. The Three Levels of "Off"
- VI. Changing Roots
- VII. The Blame Game
- VIII. The New Configuration Files
- IX. On /etc/sysconfig and /etc/default
- X. Instantiated Services
- XI. Converting inetd Services
- XII. Securing Your Services
- XIII. Log and Service Status
- XIV. The Self-Explanatory Boot
- XV. Watchdogs
- XVI. Gettys on Serial Consoles (and Elsewhere)
- XVII. Using the Journal
- XVIII. Managing Resources
- XIX. Detecting Virtualization
- XX. Socket Activated Internet Services and OS Containers
0pointer.de
systemd for Administrators, Part 1
Posts and writings by Lennart Poettering
Ресурсы в Kubernetes
#k8s #kubernetes #resources #memory #cpu
- Часть 1: Память (Memory)
- Часть 2: Процессор (CPU)
#k8s #kubernetes #resources #memory #cpu
- Часть 1: Память (Memory)
- Часть 2: Процессор (CPU)
ealebed.github.io
Ресурсы в Kubernetes. Часть 1: Память (Memory)
Чтобы Kubernetes смог максимально эффективно использовать доступную инфраструктуру и корректно выделить ресурсы, необходимые для работы вашего приложения, вам следует указать требования в ресурсам каждого контейнера. В данный момент есть возможность задавать…
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.
The full solution uses Keycloak backed by OpenLDAP. OpenLDAP is required for the Gitea component, but can be skipped for the other components, including OIDC based SSO for kubectl.
https://www.talkingquickly.co.uk/kubernetes-sso-a-detailed-guide
#k8s #kubernetes #SSO
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.
The full solution uses Keycloak backed by OpenLDAP. OpenLDAP is required for the Gitea component, but can be skipped for the other components, including OIDC based SSO for kubectl.
https://www.talkingquickly.co.uk/kubernetes-sso-a-detailed-guide
#k8s #kubernetes #SSO
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
Forwarded from ITTales :(){ :|:& };:
Хабр
Устранение неполадок в Kubernetes: в каком направлении двигаться, если что-то идет не так
Источник Команда Kubernetes as a Service в Mail.ru Cloud Solutions перевела статью, в которой автор помогает найти причины ошибок в Kubernetes, если вы совсем не понимаете, куда нужно смотреть....
Forwarded from Sysadmin Tools 🇺🇦
Comparing SSH Keys - RSA, DSA, ECDSA, or EdDSA?
https://goteleport.com/blog/comparing-ssh-keys/
#ssh #rsa #dsa
https://goteleport.com/blog/comparing-ssh-keys/
#ssh #rsa #dsa
Goteleport
Comparing SSH Keys - RSA, DSA, ECDSA, or EdDSA?
This article compares asymmetric crypto algorithms. In the PKI world they are RSA, DSA, ECDSA, and EdDSA. Which SSH crypto algorithm is the best?
Forwarded from DevOps&SRE Library
13 Best Practices for using Helm
Helm is an indispensable tool for deploying applications to Kubernetes clusters. But it is only by following best practices that you’ll truly reap the benefits of Helm. Here are 13 best practices to help you create, operate, and upgrade applications using Helm.https://codersociety.com/blog/articles/helm-best-practices
Forwarded from Sysadmin Tools 🇺🇦
K8S - Creating a kube-scheduler plugin
https://medium.com/@juliorenner123/k8s-creating-a-kube-scheduler-plugin-8a826c486a1
#k8s #kubernetes #cron
https://medium.com/@juliorenner123/k8s-creating-a-kube-scheduler-plugin-8a826c486a1
#k8s #kubernetes #cron
Medium
K8S- Creating a kube-scheduler plugin
Saying it in a few words, the K8S scheduler is responsible for assigning Pods to Nodes. Once a new pod is created it gets in the…
Who murdered my lovely Prometheus container in Kubernetes cluster?
This blog post is about an interesting experience I had while investigating and resolving a problem that happened in the Prometheus container which was still in the CrashLoopBackoff state. The phenomenon itself and the solution are obvious and simple; so simple that you may feel that it is not worth it to spend time on this issue. However, I think there must be a lot of people like me who want to understand the details of each step in the investigation process.
https://engineering.linecorp.com/en/blog/prometheus-container-kubernetes-cluster/
#k8s #kubernetes #OOM
This blog post is about an interesting experience I had while investigating and resolving a problem that happened in the Prometheus container which was still in the CrashLoopBackoff state. The phenomenon itself and the solution are obvious and simple; so simple that you may feel that it is not worth it to spend time on this issue. However, I think there must be a lot of people like me who want to understand the details of each step in the investigation process.
https://engineering.linecorp.com/en/blog/prometheus-container-kubernetes-cluster/
#k8s #kubernetes #OOM
Forwarded from oleg_log (Oleg Kovalov)
HTTP3 для самых маленьких, пока 1я часть, если не пропущу - еще допощу. Смотрится доходчиво.
https://www.smashingmagazine.com/2021/08/http3-core-concepts-part1/
https://www.smashingmagazine.com/2021/08/http3-core-concepts-part1/
Smashing Magazine
HTTP/3 From A To Z: Core Concepts — Smashing Magazine
What exactly is HTTP/3? Why was it needed so soon after HTTP/2 (which was only finalized in 2015)? How can or should you use it? And especially, how does this improve web performance? Let’s find out.
Forwarded from Mops DevOps
Prometheus Cheat Sheet - How to Join Multiple Metrics (Vector Matching)
👉 https://bit.ly/3yOzaAl
#prometheus #monitoring
👉 https://bit.ly/3yOzaAl
#prometheus #monitoring