Integrating Existing Helm Charts with Terraform for Kubernetes Management
https://rafaelmedeiros94.medium.com/integrating-existing-helm-charts-with-terraform-for-kubernetes-management-fdc1e6340cee
In this blog post, we’re going to explore how to add existing Helm charts to your Terraform setup. Whether you’re looking to streamline your deployments or just curious about how to integrate these tools effectively. Let’s get started!
https://rafaelmedeiros94.medium.com/integrating-existing-helm-charts-with-terraform-for-kubernetes-management-fdc1e6340cee
How we handled pod kills (Crash Loop Backoff) due to memory spikes while running heavy noscripts in K8s pods
https://shahnilay.medium.com/how-we-handled-pod-kills-crash-loop-backoff-due-to-memory-spikes-while-running-heavy-noscripts-in-e4b691d8cf5e
https://shahnilay.medium.com/how-we-handled-pod-kills-crash-loop-backoff-due-to-memory-spikes-while-running-heavy-noscripts-in-e4b691d8cf5e
Feature-branches: Vanilla Kubernetes + Bitbucket pipelines
https://medium.com/@dedicatted/feature-branches-vanilla-kubernetes-bitbucket-pipelines-2ff3e45161cc
https://medium.com/@dedicatted/feature-branches-vanilla-kubernetes-bitbucket-pipelines-2ff3e45161cc
1
pgsync
https://github.com/toluaina/pgsync
PGSync is a middleware for syncing data from Postgres to Elasticsearch/OpenSearch effortlessly. It allows you to keep Postgres as your source of truth and expose structured denormalized documents in Elasticsearch/OpenSearch.
https://github.com/toluaina/pgsync
pev2
https://github.com/dalibo/pev2
PEV2: A VueJS component to show a graphical vizualization of a PostgreSQL execution plan.
https://github.com/dalibo/pev2
UpSnap
https://github.com/seriousm4x/UpSnap
A simple wake on lan web app written with SvelteKit, Go and PocketBase.
https://github.com/seriousm4x/UpSnap
docs
https://github.com/suitenumerique/docs
A collaborative note taking, wiki and documentation platform that scales. Built with Django and React. Opensource alternative to Notion or Outline.
https://github.com/suitenumerique/docs
GoMFT
https://github.com/StarFleetCPTN/GoMFT
GoMFT is a web-based managed file transfer application built with Go, leveraging rclone for robust file transfer capabilities. It provides a user-friendly interface for configuring, scheduling, and monitoring file transfers across various storage providers.
https://github.com/StarFleetCPTN/GoMFT
openbao
https://github.com/openbao/openbao
OpenBao exists to provide a software solution to manage, store, and distribute sensitive data including secrets, certificates, and keys.
https://github.com/openbao/openbao
Teaching a new way to prevent outages at Google
https://sre.google/stpa/teaching
In this article, I'll discuss Google's development of custom, in-house STPA training, as well as what we've learned about STPA education in a pure software environment.
https://sre.google/stpa/teaching
The Real Failure Rate of EBS
https://planetscale.com/blog/the-real-fail-rate-of-ebs
PlanetScale has deployed millions of Amazon Elastic Block Store (EBS) volumes across the world. We create and destroy tens of thousands of them every day as we stand up databases for customers, take backups, and test our systems end-to-end. Through this experience, we have an unique viewpoint into the failure rate and mechanisms of EBS, and have spent a lot of time working on how to mitigate them.
https://planetscale.com/blog/the-real-fail-rate-of-ebs
ttyd
https://github.com/tsl0922/ttyd
ttyd is a simple command-line tool for sharing terminal over the web.
https://github.com/tsl0922/ttyd
Kubernetes at Mercado Libre
https://medium.com/mercadolibre-tech/kubernetes-at-mercado-libre-ec331bea1866
At Mercado Libre, managing over 30,000 microservices and supporting 16,000 developers requires a robust and scalable solution. To address these challenges, we adopted Kubernetes (K8s) as the core engine of our internal platform, Fury. This article explores how Kubernetes streamlined our infrastructure management, accelerated software delivery, and improved cost efficiency, enabling our developers to focus on innovation and product creation.
https://medium.com/mercadolibre-tech/kubernetes-at-mercado-libre-ec331bea1866
From Autopilot to Standard GKE: The Key to 15x Cheaper Istio
https://medium.com/google-cloud/from-autopilot-to-standard-gke-the-key-to-15x-cheaper-istio-d755c1d3866d
TL;DR Istio proxy costs for 10-nodes GKE cluster reduced from $3065 to $185 per month.
https://medium.com/google-cloud/from-autopilot-to-standard-gke-the-key-to-15x-cheaper-istio-d755c1d3866d
All My DevOps Pipelines from GitLab Commit to ArgoCD got beaten by FTP
https://medium.com/@davidpech_39825/all-my-devops-pipelines-from-gitlab-commit-to-argocd-got-beaten-by-ftp-205b34f61441
https://medium.com/@davidpech_39825/all-my-devops-pipelines-from-gitlab-commit-to-argocd-got-beaten-by-ftp-205b34f61441
When is read-only not read-only?
https://raesene.github.io/blog/2024/11/11/When-Is-Read-Only-Not-Read-Only
Kubernetes RBAC has some tricky areas where the behaviour you get might not be exactly what you expect, and sometimes as in this case, those unexpected behaviours are not very apparent!
https://raesene.github.io/blog/2024/11/11/When-Is-Read-Only-Not-Read-Only
Managing Kubernetes CEPH cluster monitor: easier than it looks
https://blog.devgenius.io/managing-kubernetes-ceph-cluster-monitor-easier-than-it-looks-56ee000e68ff
In this article I will explain how you can safely fail over a rook-ceph Monitor to a new Kubernetes node.
I hope I will save you some time and if you find the content useful please leave a clap.Also let me know in the comments of the article if you need professional help with a common topic.
https://blog.devgenius.io/managing-kubernetes-ceph-cluster-monitor-easier-than-it-looks-56ee000e68ff
How to Troubleshoot OOM Issues in Go Applications Running on Kubernetes
https://medium.com/@csepulvedab/how-to-troubleshoot-oom-issues-in-go-applications-running-on-kubernetes-149e8bb104ac
https://medium.com/@csepulvedab/how-to-troubleshoot-oom-issues-in-go-applications-running-on-kubernetes-149e8bb104ac
Securing Argo CD in a Multi-Tenant Environment with Application Projects
https://medium.com/containers-101/securing-argo-cd-in-a-multi-tenant-environment-with-application-projects-39ad30893fd5
https://medium.com/containers-101/securing-argo-cd-in-a-multi-tenant-environment-with-application-projects-39ad30893fd5
How to mount secrets as files or environment variables in Kubernetes
https://itnext.io/how-to-mount-secrets-as-files-or-environment-variables-in-kubernetes-f03d545dcd89
https://itnext.io/how-to-mount-secrets-as-files-or-environment-variables-in-kubernetes-f03d545dcd89
Connecting K8S/Cilium cluster and K8S/Calico cluster using Submariner
https://medium.com/@yboaron/connecting-k8s-cilium-cluster-and-k8s-calico-cluster-using-submariner-d56d7c39f0cb
https://medium.com/@yboaron/connecting-k8s-cilium-cluster-and-k8s-calico-cluster-using-submariner-d56d7c39f0cb