Join us

heart Curated links by FAUN
Link
@faun shared a link, 2 months 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..

Nvidia GPU on bare metal NixOS Kubernetes cluster explained
Link
@faun shared a link, 2 months 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..

Unlocking Kubernetes Observability with the OpenTelemetry Operator
Link
@faun shared a link, 2 months 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..

How to Setup Preview Environments with FluxCD in Kubernetes
Link
@faun shared a link, 2 months 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..

Link
@faun shared a link, 2 months 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..

Link
@faun shared a link, 2 months 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..

Scaling Faire’s CI horizontally with Buildkite, Kubernetes, and multiple pipelines
Link
@faun shared a link, 2 months ago

Distributed Systems without Raft

The projectFlowGis a low-code log management software that utilizes the Vector Remap Language and React Flow for scripting and pipeline editing. The team behind FlowG needed a solution for parsing, categorizing, refining, and routing logs to different storages, as well as triggering API calls based ..

Link
@faun shared a link, 2 months ago

Kubernetes Exit Codes Explained: How to Diagnose and Fix Failing Containers

Kubernetes exit codesshed light on container demises, revealing potential culprits such as application glitches or resource bottlenecks—crucial clues for sleuthing the root of the problem...

Kubernetes Exit Codes Explained: How to Diagnose and Fix Failing Containers
Link
@faun shared a link, 2 months ago

WebAssembly on Kubernetes

WebAssemblysparks a revolution by empowering secure, nimble workloads on Kubernetes through the languages ofRustandGo.WasmEdgeshines particularly bright in Cloud applications. Its image size contracts remarkably, though it demands a specialized runtime alongside inventive setups with tools likeMinik..

WebAssembly on Kubernetes
Link
@faun shared a link, 2 months ago

Kubernetes End-to-End Testing Using Testcontainers and Python

Testcontainers, a craftyopen-sourcelibrary, harnesseslightweight, disposable containersto simplifyKubernetes end-to-end testing. It neatly choreographs setup and teardown. With it, you can swiftly spin upKubernetes clusters, shapingadaptive configurationsfor specific testing scenarios. This subtle t..

loading...