cluster-proportional-autoscaler
https://github.com/kubernetes-sigs/cluster-proportional-autoscaler
This container image watches over the number of schedulable nodes and cores of the cluster and resizes the number of replicas for the required resource. This functionality may be desirable for applications that need to be autoscaled with the size of the cluster, such as DNS and other services that scale with the number of nodes/pods in the cluster.
https://github.com/kubernetes-sigs/cluster-proportional-autoscaler
Configure Kernel Modules like a Pro
https://www.naut.ca/blog/2024/11/30/configure-kernel-modules-like-a-pro
https://www.naut.ca/blog/2024/11/30/configure-kernel-modules-like-a-pro
scooter
https://github.com/thomasschafer/scooter
Scooter is an interactive find-and-replace terminal UI app.
https://github.com/thomasschafer/scooter
Creating Terraflow, a CI/CD orchestrator to scale Terraform
https://medium.com/@dotdc/creating-terraflow-a-ci-cd-orchestrator-to-scale-terraform-3965b3f8931f
Managing Terraform and Terragrunt at scale can be challenging! My team was spending much time identifying affected stacks and dealing with plan and apply processes, leading to increased drift risks. Existing solutions like Atlantis, Digger, and Spacelift didn’t fully meet our needs, so we decided to build our own! This article details why and how we developed Terraflow to have stack detection, manage dependencies, and simplify our deployment workflows.
Some refer to tools like Terraflow as TACOS, which stands for Terraform Automation and Collaboration Software. TACOS frameworks are designed specifically to tackle the challenges of operating IaC at scale by streamlining automation, collaboration, and control across infrastructure deployments.
https://medium.com/@dotdc/creating-terraflow-a-ci-cd-orchestrator-to-scale-terraform-3965b3f8931f
Deploy Vaultwarden to Amazon EKS using Terraform, Terragrunt, and Helm
https://medium.com/@sreafterhours/deploy-vaultwarden-to-amazon-eks-using-terraform-terragrunt-and-helm-69a0a7396625
https://medium.com/@sreafterhours/deploy-vaultwarden-to-amazon-eks-using-terraform-terragrunt-and-helm-69a0a7396625
atlantis-drift-detection
https://github.com/cresta/atlantis-drift-detection
Detect terraform drift in atlantis
https://github.com/cresta/atlantis-drift-detection
NVMe & Kubernetes: Future-Proof Infrastructure
https://www.simplyblock.io/blog/nvme-kubernetes-future-proof-infrastructure
https://www.simplyblock.io/blog/nvme-kubernetes-future-proof-infrastructure
How we seamlessly transitioned our node services to k8s
https://medium.com/@Games24x7Tech/how-we-seamlessly-transitioned-our-node-services-to-k8s-7e2e6067daa0
https://medium.com/@Games24x7Tech/how-we-seamlessly-transitioned-our-node-services-to-k8s-7e2e6067daa0
How I over-engineered my Home Kubernetes Cluster
P1: https://bunetz.dev/blog/posts/how-i-over-engineered-my-cluster-part-1
P2: https://bunetz.dev/blog/posts/how-i-over-engineered-my-cluster-part-2
P1: https://bunetz.dev/blog/posts/how-i-over-engineered-my-cluster-part-1
P2: https://bunetz.dev/blog/posts/how-i-over-engineered-my-cluster-part-2
dRPC is looking for a backend developer with experience in Go and Kotlin
https://knowing-lift-507.notion.site/Backend-developer-Golang-Kotlin-14d03cb34a4d8007b00ced454ec06bb8
https://knowing-lift-507.notion.site/Backend-developer-Golang-Kotlin-14d03cb34a4d8007b00ced454ec06bb8
I advise against changing the kubelet root directory
https://cep.dev/posts/adventure-trying-change-kubelet-rootdir
https://cep.dev/posts/adventure-trying-change-kubelet-rootdir
The Containerization Tech Stack
https://medium.com/@noah_h/the-containerization-tech-stack-3ac4390d47bf
The lifecycle of containers — from their high-level orchestration through to their low-level execution in the kernel — requires the interaction of many components, each abstracting away different levels of functionality. In this article we’ll explore the different technologies in this hierarchy which make containers possible. We’ll also touch on virtualization and sandboxing technologies.
https://medium.com/@noah_h/the-containerization-tech-stack-3ac4390d47bf
Server-Side Apply instead of 3-Way Merge: How werf 2.0 solves Helm 3 challenges
https://blog.werf.io/ssa-vs-3wm-in-helm-werf-nelm-4d7996354ebe
https://blog.werf.io/ssa-vs-3wm-in-helm-werf-nelm-4d7996354ebe
1
Vault Integration Mechanisms in Kubernetes: Comparative Analysis
https://blog.devops.dev/vault-integration-mechanisms-in-kubernetes-comparative-analysis-61e3f582e2f4
https://blog.devops.dev/vault-integration-mechanisms-in-kubernetes-comparative-analysis-61e3f582e2f4
Kubernetes Storage Performance Comparison Rook Ceph and Piraeus Datastore (LINSTOR)
https://medium.com/@gjanders03/kubernetes-storage-performance-comparison-rook-ceph-and-piraeus-datastore-linstor-e9bc2859a8f0
Understanding Kubernetes storage is crucial for deployments that rely on persistent volumes within K8s. In this article, we’ll explore various software options for K8s storage based on online research. Additionally, we’ll delve into two specific choices that offer replicated block storage: Piraeus Datastore (LINSTOR) and Rook Ceph.
https://medium.com/@gjanders03/kubernetes-storage-performance-comparison-rook-ceph-and-piraeus-datastore-linstor-e9bc2859a8f0
Kube-Proxy and How it works!
https://devops5.hashnode.dev/kube-proxy-and-how-it-works
Behind every Kubernetes network, there’s a crucial component that operates behind the scenes, converting your Services into functional networking rules. This component is known as Kube-Proxy.
In this article, we’ll delve into what Kube-Proxy is, how it functions, and its various modes. We’ll also show you how to inspect IPtables rules for a ClusterIP Service.
https://devops5.hashnode.dev/kube-proxy-and-how-it-works
What is Gateway API in Kubernetes and How does it differ from Ingress API?
https://medium.com/@kedarnath93/what-is-gateway-api-in-kubernetes-and-how-does-it-differ-from-ingress-api-aa0404d7fc09
https://medium.com/@kedarnath93/what-is-gateway-api-in-kubernetes-and-how-does-it-differ-from-ingress-api-aa0404d7fc09
A hands-on lab: Why running as root in Kubernetes containers is dangerous?
https://dev.to/wasiucionekm/kubernetes-security-in-practice-implications-of-running-containers-as-root-474n
https://dev.to/wasiucionekm/kubernetes-security-in-practice-implications-of-running-containers-as-root-474n
Why would you run PostgreSQL in Kubernetes, and how?
https://www.simplyblock.io/blog/why-would-you-run-postgresql-in-kubernetes-and-how
https://www.simplyblock.io/blog/why-would-you-run-postgresql-in-kubernetes-and-how
GitOps at scale — Clusters bootstrapping
https://medium.com/@jp-gouin/gitops-at-scale-clusters-bootstrapping-f36695d4340d
https://medium.com/@jp-gouin/gitops-at-scale-clusters-bootstrapping-f36695d4340d