DevOps&SRE Library
18.3K subscribers
457 photos
4 videos
2 files
4.94K links
Библиотека статей по теме DevOps и SRE.

Реклама: @ostinostin
Контент: @mxssl

РКН: https://www.gosuslugi.ru/snet/67704b536aa9672b963777b3
Download Telegram
cf2tf

cf2tf is a CLI tool that attempts to convert Cloudformation to Terraform. We say attempt because it's not really possible to make the conversion with 100% accuracy (currently) because of several reasons mostly around converting a Map value in Cloudformation to the correct value in HCL.

https://github.com/DontShaveTheYak/cf2tf
terradozer

Terradozer takes a Terraform state file as input and destroys all resources it finds in it - without needing any *.tf files. This works currently only for resources of the Terraform AWS Provider.

https://github.com/jckuester/terradozer
A Practical Guide to Capturing Production Traffic with eBPF

https://www.seekret.io/blog/a-practical-guide-to-capturing-production-traffic-with-ebpf
What Is Log Aggregation: A Complete Guide to Best Practices & Tools You Need to Know

https://sematext.com/blog/log-aggregation
appbuilder

This is a tool to help operations teams wrap their myriad shell scripts, multi line kubectl invocations, jq commands and more all in one friendly CLI tool that's easy to use and share.

https://github.com/choria-io/appbuilder
“Keep calm and use the runbook” – Why runbooks are the key to handling any situation effectively

https://www.cortex.io/post/keep-calm-and-use-the-runbook
pike

Pike is a tool for determining the permissions or policy required for IAC code

https://github.com/jamesWoolfenden/pike
What have we learned from scanning over 10,000 Kubernetes clusters with Kubescape?

https://www.armosec.io/blog/what-we-learned-from-scanning-over-10k-kubernetes-clusters
terrakube

Open source tool to handle remote terraform workspace in organizations and handle all the lifecycle (plan, apply, destroy).

https://github.com/AzBuilder/terrakube
Exposed Kubernetes Clusters - Organizations At Risk Of Data Breaches Via Misconfigured Kubernetes

https://blog.cyble.com/2022/06/27/exposed-kubernetes-clusters
restic

restic is a backup program that is fast, efficient and secure. It supports the three major operating systems (Linux, macOS, Windows) and a few smaller ones (FreeBSD, OpenBSD).

https://github.com/restic/restic
code-server, Caddy, Tailscale, and Hugo = My ultimate dev environment

I think I've discovered my development environment equivalent to nirvana: code-server, Caddy, Tailscale, and Hugo

https://chrisshort.net/code-server-caddy-tailscale-and-hugo-my-ultimate-dev-environment
devbox

Devbox is a command-line tool that lets you easily create isolated shells and containers. You start by defining the list of packages required by your development environment, and devbox uses that definition to create an isolated environment just for your application.

https://github.com/jetpack-io/devbox
Fast Feedback Loop for Kubernetes Product Development in a Production Environment

https://doordash.engineering/2022/06/23/fast-feedback-loop-for-kubernetes-product-development-in-a-production-environment
terralist

Terralist is a private Terraform registry for providers and modules following the published HashiCorp protocols.

https://github.com/valentindeaconu/terralist
Remote Development at Slack

In this article, “remote development environments” refer to AWS EC2 instances where engineers make code changes and can see a running Slack application with those changes.

https://slack.engineering/remote-development-at-slack
Deploying Terraform at scale with GitHub Actions

Using a pull-request workflow

https://gaunacode.com/deploying-terraform-at-scale-with-github-actions
Best Linux Commands For Advanced Hardware and System Info

Sometimes you need info about hardware, and you probably lost your invoice, spec list or a password to a store website. Maybe you did an upgrade and this info isn't accurate anymore. It's an easy case for home users, but what to do is you have many machines in a corporate environment? The commands below will also be useful for hardware debug.

https://nixsanctuary.com/best-linux-hardware-system-info-commands