Telegram Web Link
Visual guide to incident metrics
Incident metrics are a set of standard, quantifiable measurements used to track the incident response process:
🔹 Product impact
🔹 Time to detection
🔹 Time to respond
🔹 Time to mitigate
🔹 Time to recovery

👉 https://about.gitlab.com/blog/2023/01/09/visualizing-incident-management-metrics

#gitlab
How to continuously test web apps and APIs with Hurl and GitLab CI/CD

Hurl is an open-source project developed and maintained by Orange, and uses libcurl from curl to provide HTTP test capabilities. It aims to tackle complex HTTP test challenges by providing a simple plain text configuration to describe HTTP requests. It can chain requests, capture values, and evaluate queries on headers and body responses. So far, so good: Hurl does not only support fetching data, it can be used to test HTTP sessions and XML (SOAP) and JSON (REST) APIs.

👉 https://about.gitlab.com/blog/2022/12/14/how-to-continously-test-web-apps-apis-with-hurl-and-gitlab-ci-cd

#gitlab
Братцы, у всех корректно открываются ссылки сокращенные VK?
Anonymous Poll
58%
Ага!
42%
К сожалению нет :(
Что выбрать для очередного API: HTTP или gRPC

Подробное техническое сравнение двух типов API: HTTP и gRPC - нюансы, преимущества и недостатки каждой технологии.

👉 https://habr.com/ru/company/vk/blog/713184/

#arch
Kured (KUbernetes REboot Daemon) is a Kubernetes daemonset that performs safe automatic node reboots when the need to do so is indicated by the package management system of the underlying OS.

👉 https://github.com/kubereboot/kured

#kubernetes
Best Practices for Understanding Kubernetes Costs

Kubernetes does not directly expose the cost of the infrastructure it utilizes but instead exposes the various resources it allocates and uses. Gathering and tracking the costs mapped to these resources is a time-consuming extra step.

In this article, we’ll lay out the relationship in Kubernetes between costs and resource usage. We’ll look at the main areas of Kubernetes that incur costs, examining where those costs come from. Then, we’ll tie it all together with a list of best practices to put in place for ensuring cost visibility.

👉 https://medium.com/application-driven-infrastructure/best-practices-for-understanding-kubernetes-costs-f3c58a5e1ebf

#kubernetes
Миграция приложения из OpenShift в «ванильный» Kubernetes

Отличная статья которая поможет не только подготовиться к миграции, но и в целом понять чем "ванильный" кубер отличается от шифта и аналогичных Kubernetes-платформ.

В конце статьи приведена таблица соответствия ресурсов OpenShift и Kubernetes — с информацией о том, какие из этих них требуют замены, а какие нет.

👉 https://habr.com/ru/company/flant/blog/715908/

#kubernetes #openshift
The Future of Observability
How is observability changing in recent years, and what next?

👉 https://laduram.medium.com/the-future-of-observability-c33cd7ff644a

#observability
Что такое GitOps и почему он (почти) бесполезен

Цикл статей о тех неочевидных проблемах, которые могут вас ждать при внедрении парадигмы GitOps. Если коротко, то GitOps не является «Серебряной пулей». Вполне вероятно, что спустя какое-то время вы закончите реорганизацию с ворохом велосипедов и костылей, которыми очень сложно управлять.

Часть 1
Часть 2

#gitops #patterns
Правда жизни... Или нет?
Братцы, а как вы относитесь к сертификациям?
Anonymous Poll
34%
Маст хэв!
21%
Я выше этого...
45%
Истина где-то рядом (подробности в комментарии)
Иерархические пространства имен в Kubernetes: наглядно
 
Пространства имен — критически важный ресурс, которым трудно управлять при некоторых условиях. Команда VK Cloud перевела статью о том, как можно упростить процесс, добавив функцию иерархических пространств имен. 

Материал может быть полезен всем, кто работает с Kubernetes и имеет представление о пространствах имен, кластерах, контейнерах и подах.

👉 https://habr.com/ru/company/vk/blog/717938/ 

#kubernetes
Top Ten Technology Trends for 2023

#1 — Artificial Intelligence Platforms & AI Services
#2 — Cloud-Native Platforms & Ecosystem
#3 — Event-driven Architecture
and that's not all 😉

👉 https://medium.com/vedcraft/top-ten-technology-trends-for-2023-3a169b21ebac

#guess
Continuous Integration and Continuous Deployment: Best Practices for DevOps

DevOps is a philosophy that emphasizes collaboration, communication, and integration between software developers and IT operations. Continuous Integration (CI) and Continuous Deployment (CD) are key components of the DevOps approach, and they help organizations to deliver high-quality software quickly and efficiently.

👉 https://medium.com/@rifkikarimr/continuous-integration-and-continuous-deployment-best-practices-for-devops-b99eac071a5c

#devops #productivity
Как оценить эффективность команды

Классный стартап в начале своего пути похож на Сапсан. Маленькая команда стремительно набирает обороты и несётся в будущее, везя в продакшн кучу задач. Если проект получился перспективный, то уже через несколько лет команд будет существенно больше, и не исключено, что среди них появятся паровозы, в которых нужно непрерывно подкидывать дрова в топку, чтобы хоть что-то докатилось до пользователей.

👉 https://habr.com/ru/company/oleg-bunin/blog/430666/

#management #productivity
Forwarded from k8s (in)security (Дмитрий Евдокимов)
Один из постоянных читателей данного канала написал и поделился своей заметкой под названием "Certified Kubernetes Security Specialist — мой опыт сдачи экзамена". Не сложно догадаться что там он делиться своим свежим опытом (февраль этого года) получения сертификата CKS.

Думаю для тех кто думал о таком это полезно + есть возможность какие-то моменты если что уточнить у автора в комментариях =)

P.S. Если вы пишите, создаете что-то по теме безопасности контейнеров, безопасности Kubernetes - присылайте!
Are your Helm charts D.R.Y?
In software development, there is a Dry (“Don’t Repeat Yourself”) principle which follows the idea of every logic duplication being eliminated by abstraction.

👉 https://yonahdissen.medium.com/are-your-helm-charts-d-r-y-d2d440b1a06

#helm #kubernetes
Working with the Kubernetes API

Kubernetes exposes a robust API that lets you control every aspect of the cluster.

Most of the time, it's hidden behind kubectl. 

But, you can also use the Kubernetes API directly. Find out how in this post.

👉 https://community.ops.io/danielepolencic/working-with-the-kubernetes-api-1igo

#kubernetes
Extending the Kubernetes API using Operators

The extensible Kubernetes API enables administrators to add new facilities to a cluster, simplifying the deployment and management of complex applications

This article will give you a starting point to explore building your own operators

👉 https://paul-the-kelly.medium.com/extending-the-kubernetes-api-using-operators-9ffc8364ae5c

#kubernetes
2025/07/07 15:10:48
Back to Top
HTML Embed Code: