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

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

РКН: https://www.gosuslugi.ru/snet/67704b536aa9672b963777b3
Download Telegram
Kubeconfig File Explained With Practical Examples

https://devopscube.com/kubernetes-kubeconfig-file
terraform-docs

Generate documentation from Terraform modules in various output formats

https://github.com/terraform-docs/terraform-docs
How Cloudflare uses Terraform to manage Cloudflare

Configuration management is far from a solved problem. As organizations scale beyond a handful of administrators, having a secure, auditable, and self-service way of updating system settings becomes invaluable. Managing a Cloudflare account is no different. With dozens of products and hundreds of API endpoints, keeping track of current configuration and making bulk updates across multiple zones can be a challenge. While the Cloudflare Dashboard is great for analytics and feature exploration, any changes that could potentially impact users really should get a code review before being applied!

This is where Cloudflare's Terraform provider can come in handy. Built as a layer on top of the cloudflare-go library, the provider allows users to interface with the Cloudflare API using stateful Terraform resource declarations. Not only do we actively support this provider for customers, we make extensive use of it internally! In this post, we hope to provide some best practices we've learned about managing complex Cloudflare configurations in Terraform.

https://blog.cloudflare.com/terraforming-cloudflare-at-cloudflare
Kubernetes: ImagePullBackOff!

How to keep your calm and fix this like a pro!

https://blog.ediri.io/kubernetes-imagepullbackoff
Containers vs. Pods - Taking a Deeper Look

https://iximiuz.com/en/posts/containers-vs-pods
Continuous Deployments of Kubernetes Applications using Argo CD GitOps & Helm Charts

https://faun.pub/continuous-deployments-of-kubernetes-applications-using-argo-cd-gitops-helm-charts-9df917caa2e4
kube-exec-controller

kube-exec-controller is an admission controller for handling container drift (caused by kubectl exec, attach, cp, or other interactive requests) inside a Kubernetes cluster.

https://github.com/box/kube-exec-controller
linux-insides

A book-in-progress about the linux kernel and its insides.

https://0xax.gitbooks.io/linux-insides/content
volsync

Asynchronous data replication for Kubernetes volumes

https://github.com/backube/volsync
Become a Hashicorp Certified Terraform Associate - Preparation Guide

https://blog.kubesimplify.com/become-a-hashicorp-certified-terraform-associate-preparation-guide
kubectl-count

kubectl-count uses the dynamic library to find server preferred resources and then leverages the informer mechanism to list and count resources by kind. You can show any kinds counts in kubernetes and group by namespaces.

https://github.com/chenjiandongx/kubectl-count
security-profiles-operator

This project is the starting point for the Security Profiles Operator (SPO), an out-of-tree Kubernetes enhancement which aims to make it easier for users to use SELinux, seccomp and AppArmor in Kubernetes clusters.

https://github.com/kubernetes-sigs/security-profiles-operator
Comprehensive IaC comparison: Terraform vs Pulumi vs CloudFormation

https://argonaut.hashnode.dev/comprehensive-iac-comparison-terraform-vs-pulumi-vs-cloudformation