ContentPosts from @kakesnyc..
Link
@faun shared a link, 8 months, 1 week ago

How I reduced $10000 Monthly AWS Glue Bill to $400 using Airflow

Vance axed AWS Glue costs by a staggering 96% through the deft use of Apache Airflow on EC2 and ECS, using Terraform to orchestrate the process. This transformation shrunk expenses from $10,000 to a mere $400 each month.The migration harnessed ECS to manage Airflow components, deftly arranging load .. read more  

How I reduced $10000 Monthly AWS Glue Bill to $400 using Airflow
Link
@faun shared a link, 8 months, 1 week ago

What's involved in getting a "modern" terminal setup?

Venturing into the world of amodern terminal experience, users grapple with pivotal challenges such as configuringshellsfor multiline support, managing memory, and craftinguseful prompts. Celebrated shell enhancements likeoh-my-zshandtheme integrationwith editors often captivate attention. Meanwhile.. read more  

Link
@faun shared a link, 8 months, 1 week ago

We switched from Java to Go and don't regret it

Glasskube's Distr platform, sculpted in Go, bolts deployment into action while sipping barely a drop of resources, quite a departure from the lumbering Java stack. Go sparks swift startups, sipping resources lightly, and embracing speed and simplicity rather than getting tangled in the complex webs .. read more  

Link
@faun shared a link, 8 months, 1 week ago

Zero-Downtime Kubernetes Deployments on AWS with EKS

Glasskubeassists firms in deploying applications to customer environments utilizingDistr, an Open Source Software platform onAWS EKS. Seamlessly achieving zero-downtime deployments entails employingPod Readiness Gatesand orchestratinggraceful shutdownswith termination delays on theAWS Load Balancer .. read more  

Zero-Downtime Kubernetes Deployments on AWS with EKS
Link
@faun shared a link, 8 months, 1 week ago

Nvidia GPU on bare metal NixOS Kubernetes cluster explained

Incorporating an NVIDIA GeForce RTX 2080 Ti into a triad of bare-metal Kubernetes nodes running NixOS posed intricate challenges. Through the strategic deployment ofnvidia-container-toolkitandKubernetes' k8s-device-plugin, along with the wizardry ofAnsible, they accomplished the dynamic orchestratio.. read more  

Nvidia GPU on bare metal NixOS Kubernetes cluster explained
Link
@faun shared a link, 8 months, 1 week ago

Unlocking Kubernetes Observability with the OpenTelemetry Operator

Kubernetes has transformed the way we deploy and manage applications, but it has also introduced a new level of operational complexity. Traditional monitoring tools often fall short, providing fragmented views of logs, metrics, and traces that don’t tell the full story. OpenTelemetry comes in to sta.. read more  

Unlocking Kubernetes Observability with the OpenTelemetry Operator
Link
@faun shared a link, 8 months, 1 week ago

How to Setup Preview Environments with FluxCD in Kubernetes

FluxCDorchestrates the deployment ofpreview environmentsaboardKubernetes, bringing pull request transformations into view with exclusive URLs crafted for each environment. Installation calls forFluxCD v2.5.1, celebrated for itsGitOpsprowess. It excels in nurturingGolangapplications while relying onR.. read more  

How to Setup Preview Environments with FluxCD in Kubernetes
Link
@faun shared a link, 8 months, 1 week ago

Kubernetes@Home – what do you do if your ISP changes your IP addresses?

The author described how they extended the external-DNS concept in Kubernetes to handle changes in their external IP addresses, which are controlled by their ISP. They programmed a solution using the Unifi API and implemented it as a Kubernetes deployment to automate the process of updating firewall.. read more  

Link
@faun shared a link, 8 months, 1 week ago

Engine v28: Hardening Container Networking by Default

Docker Engine v28 bolsters securitybyshutting down unsolicited traffictounexposed container ports.Defaults keep containers snug and privateuntil ports are explicitly shared.Linux aficionados running older Docker versionsmay notice a shift from access towards robust protection against local network e.. read more  

Link
@faun shared a link, 8 months, 1 week ago

Scaling Faire’s CI horizontally with Buildkite, Kubernetes, and multiple pipelines

The speed and reliability of the CI system significantly affect engineering delivery at Faire.Confronted with scaling hurdles in Jenkins CI, the team pivoted toBuildkite, Kubernetes, and apoly-CI architecture.The oncemonolithicJenkins pipeline fragmented into smaller, moreefficient pipelines.This mi.. read more  

Scaling Faire’s CI horizontally with Buildkite, Kubernetes, and multiple pipelines