Creating a kubernetes cluster with kubeadm on Ubuntu 22.04 LTS
https://balaskas.gr/blog/2022/08/31/creating-a-kubernetes-cluster-with-kubeadm-on-ubuntu-2204-lts
https://balaskas.gr/blog/2022/08/31/creating-a-kubernetes-cluster-with-kubeadm-on-ubuntu-2204-lts
21 Basic Linux Networking Commands You Should Know
https://itsfoss.com/basic-linux-networking-commands
https://itsfoss.com/basic-linux-networking-commands
k8s-pod-restart-info-collector
Automated troubleshooting of Kubernetes Pods issues. Collect K8s pod restart reasons, logs, and events automatically.https://github.com/airwallex/k8s-pod-restart-info-collector
buildg
Interactive debugger for Dockerfile, with support for IDEs (VS Code, Emacs, Neovim, etc.)https://github.com/ktock/buildg
q
A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH.https://github.com/natesales/q
actions-runner-controller
Kubernetes controller for GitHub Actions self-hosted runnershttps://github.com/actions-runner-controller/actions-runner-controller
cloudnative-pg
CloudNativePG is a Kubernetes operator that covers the full lifecycle of a PostgreSQL database cluster with a primary/standby architecture, using native streaming replicationhttps://github.com/cloudnative-pg/cloudnative-pg
Myth: service mesh can do distributed tracing of your application
https://medium.com/@YuriShkuro/myth-service-mesh-can-do-distributed-tracing-of-your-application-7a5cb5e3b617
https://medium.com/@YuriShkuro/myth-service-mesh-can-do-distributed-tracing-of-your-application-7a5cb5e3b617
HOW DISCORD SUPERCHARGES NETWORK DISKS FOR EXTREME LOW LATENCY
https://discord.com/blog/how-discord-supercharges-network-disks-for-extreme-low-latency
https://discord.com/blog/how-discord-supercharges-network-disks-for-extreme-low-latency
Operating system upgrades at LinkedIn’s scale
https://engineering.linkedin.com/blog/2022/operating-system-upgrades-at-linkedin-s-scale
https://engineering.linkedin.com/blog/2022/operating-system-upgrades-at-linkedin-s-scale
vault-plugin-database-cloudsql
Hashicorp Vault plugin to connect to CloudSQL instances with github.com/GoogleCloudPlatform/cloud-sql-go-connectorhttps://github.com/expel-io/vault-plugin-database-cloudsql
Grafana Faro
A project for frontend application observability, Grafana Faro includes a highly configurable web SDK for real user monitoring (RUM) that instruments browser frontend applications to capture observability signals. The frontend telemetry can then be correlated with backend and infrastructure data for seamless, full-stack observability.https://grafana.com/oss/faro
Google Go Style
Style Guide - https://google.github.io/styleguide/go/guide
Style Decisions - https://google.github.io/styleguide/go/decisions
Best Practices - https://google.github.io/styleguide/go/best-practices
Style Guide - https://google.github.io/styleguide/go/guide
Style Decisions - https://google.github.io/styleguide/go/decisions
Best Practices - https://google.github.io/styleguide/go/best-practices
How We Use Terraform At Slack
At Slack, we use Terraform for managing our Infrastructure, which runs on AWS, DigitalOcean, NS1, and GCP. Even though most of our infrastructure is running on AWS, we have chosen to use Terraform as opposed to using an AWS-native service such as CloudFormation so that we can use a single tool across all of our infrastructure service providers. This keeps the infrastructure-as-code syntax and deployment mechanism universal. In this post, we’ll have a look at how we deploy our infrastructure using Terraform at Slack.https://slack.engineering/how-we-use-terraform-at-slack
Designing Google Cloud infrastructure with Terraform’s module structure
https://medium.com/@chillcaley/designing-google-cloud-infrastructure-with-terraforms-module-structure-119d7bee67ea
https://medium.com/@chillcaley/designing-google-cloud-infrastructure-with-terraforms-module-structure-119d7bee67ea
tfquery
tfquery: Run SQL queries on your Terraform infrastructure. Query resources and analyze its configuration using a SQL-powered framework.https://github.com/mazen160/tfquery