batnoter
BatNoter is a web application that allows users to store notes in their git repository. This is a frontend project built using mainly react (typescript), redux-toolkit & mui components. BatNoter API is the backend implementation of REST APIs which are used by this react app.https://github.com/batnoter/batnoter
Kubernetes Liveness Probe | Practical Guide
It’s often helpful to check if your Kubernetes application responds to requests in a healthy manner. In this post, you’ll learn about liveness probes, including when and how to use them.https://www.containiq.com/post/kubernetes-liveness-probe
caddy-nats
A caddy module that adds support for nats.io pub/sub and request/replyhttps://github.com/codegangsta/caddy-nats
Starting an SRE team from scratch [Quick Guide]
https://www.srepath.com/starting-an-sre-team-from-scratch-quick-guide
https://www.srepath.com/starting-an-sre-team-from-scratch-quick-guide
pure-sh-bible
A collection of pure POSIX sh alternatives to external processes.https://github.com/dylanaraps/pure-sh-bible
dashy
Dashy helps you organize your self-hosted services by making them accessible from a single placehttps://github.com/Lissy93/dashy
The End of Localhost
All the Cloud's A Staging Env, and All the Laptops Merely Clientshttps://dx.tips/the-end-of-localhost
multi-gitter
multi-gitter allows you to make changes in multiple repositories simultaneously. This is achieved by running a script or program in the context of multiple repositories. If any changes are made, a pull request is created that can be merged manually by the set reviewers, or automatically by multi-gitter when CI pipelines has completed successfully.https://github.com/lindell/multi-gitter
Building Self-driving Kafka clusters using open source components
https://slack.engineering/building-self-driving-kafka-clusters-using-open-source-components
https://slack.engineering/building-self-driving-kafka-clusters-using-open-source-components
nodejs-rocks-in-docker
DockerCon "Docker for Node.js" exampleshttps://github.com/BretFisher/nodejs-rocks-in-docker
kilo
Kilo is a multi-cloud network overlay built on WireGuard and designed for Kubernetes.https://github.com/squat/kilo
Параметры в Jenkins
Представим, вы хотите сделать Job, который позволит разработке или L2 support устанавливать сервис определённой версии в нужное окружение. Кажется, всё должно быть автоматизировано, но на практике возникает ситуация, когда разработчику или QA-инженеры приходится проверять свою версию микросервиса на окружении. Это можно сделать с помощью обычных string-параметров, а можно упростить задачу и предоставить более дружественный интерфейс. Как? Рассказали в новой статье: https://slurm.club/3p9BpuL
Представим, вы хотите сделать Job, который позволит разработке или L2 support устанавливать сервис определённой версии в нужное окружение. Кажется, всё должно быть автоматизировано, но на практике возникает ситуация, когда разработчику или QA-инженеры приходится проверять свою версию микросервиса на окружении. Это можно сделать с помощью обычных string-параметров, а можно упростить задачу и предоставить более дружественный интерфейс. Как? Рассказали в новой статье: https://slurm.club/3p9BpuL
Kubernetes Network Policies: An Actionable Guide & Tutorial
In this guide, you’ll learn about Kubernetes Network Policies, including what they do, why they’re needed, and how to configure and work with them effectively.https://www.containiq.com/post/kubernetes-network-policies
logrecycler
Re-process logs from applications you cannot modify to convert them to json and add prometheus/stats metricshttps://github.com/grosser/logrecycler
What are Kubernetes Deployments? Tutorial & Guide
In this post, you’ll learn about Kubernetes Deployments, including everything you need to know to get started with deployments, and how to configure a sample deployment of your own.https://www.containiq.com/post/kubernetes-deployment