ContentPosts from @naren..
Link
@faun shared a link, 5ย months, 1ย week ago
FAUN.dev()

GitOps Done Right: 10 Best Practices That Make It Work

GitOps ditches hand-rolled deployment scripts for a cleaner, declarative model. Git becomes the truth. Agents likeArgo CDorFlux CDwatch for changes and sync your clusters on their own. Itโ€™s not just about pushing YAML. Good GitOps setups lean onKustomizefor modular config, wire inautomated image up.. read more ย 

GitOps Done Right: 10 Best Practices That Make It Work
Link
@faun shared a link, 5ย months, 1ย week ago
FAUN.dev()

When Process Becomes Latency: Optimizing Incident Response Cadence

In incident response, adaptability is key. Instead of endless playbooks, focus on flexible frameworks for faster, more effective responses. Brandon Chalk,16-year Google SRE, shares insights onbalancing structure and speedwhen every second counts... read more ย 

Link
@faun shared a link, 5ย months, 1ย week ago
FAUN.dev()

How I Scanned all of GitHubโ€™s โ€œOops Commitsโ€ for Leaked Secrets

Truffle Security dropped a sharp new open-source tool that digs through GitHubโ€™s public commit history looking forzero-commit force pushesโ€”a tactic devs use to erase mistakes, usually secrets. Problem is, they donโ€™t go quietly. By tapping into historical GitHub PushEvents via GH Archive, the tool h.. read more ย 

Link
@faun shared a link, 5ย months, 1ย week ago
FAUN.dev()

Writing a basic service for GNU Guix

A developer walks through building acustom GNU Guix system serviceforkmonadโ€”yes, the keyboard remapperโ€”by wiring up a newservice-typethat plugs intoShepherdandaccount-service-type. To get there, they lift patterns from services likewesnothd, usemake-forkexec-constructorto spin up the daemon, and de.. read more ย 

Link
@faun shared a link, 5ย months, 1ย week ago
FAUN.dev()

Automating infrastructure deployments in the Cloud with Terraform and Azure Pipelines

This Azure lab wires upTerraformwithAzure Pipelines CI/CDto spin up infrastructure and deploy a .NET Core app using IaC. It handles remote state with Azure Storage, automatesplanandapplyin pipelines, and swaps in config values via token replacement during deploy... read more ย 

Link
@faun shared a link, 5ย months, 1ย week ago
FAUN.dev()

You might not need tmux

A dev swapped outtmuxfor a slick combo:Zellij,SSH multiplexing, andsystemdsocket daemons. No more virtual splits. Just clean session persistence and tight remote control. This setup brings scrollback back where it belongsโ€”your terminalโ€™s native buffer. It plays nice with extras like theKitty graphi.. read more ย 

Link
@faun shared a link, 5ย months, 1ย week ago
FAUN.dev()

Beyond IAM access keys: Modern authentication approaches for AWS

AWS wants long-term IAM access keys gone. In their place:temporary creds via IAM roles,IAM Identity Center,CloudShell, andOIDC integrations. The push covers everythingโ€”CLI tools, local dev, compute, CI/CD, even old-school on-prem. The message is clear: rotate automatically, grant minimally, and sto.. read more ย 

Link
@faun shared a link, 5ย months, 1ย week ago
FAUN.dev()

Cloudflare and the infinite sadness of migrations

A recent Cloudflare DNS outage traced back to legacy gear tangled with global config changes. Turns out, incomplete migrations can still pack a punch. Their newer topology system does support progressive rolloutsโ€”but running it side-by-side with the old one just made the blast radius bigger. System.. read more ย 

Cloudflare and the infinite sadness of migrations
Link
@faun shared a link, 5ย months, 1ย week ago
FAUN.dev()

Creating a GitHub App based Azure DevOps Pipelines Service Connection

Azure DevOps made it easier to link up with GitHubโ€”no more re-installing the Azure Pipelines GitHub App to kick things off. Teams can spin up aGitHub Appโ€“based service connectiondirectly from a dummy pipeline setup. The service connection comes GitHub Appโ€“authenticated out of the gate. Super handy .. read more ย 

Creating a GitHub App based Azure DevOps Pipelines Service Connection
Link
@faun shared a link, 5ย months, 1ย week ago
FAUN.dev()

Amazon DocumentDB Serverless is now available

Amazon DocumentDB Serverless is out of preview and ready to roll. It auto-scales compute and memory usingDCUsfor MongoDB-compatible clusters. No migration neededโ€”just upgrade your existing instance and go. Available starting in version5.0, with per-second billing based on DCU burn. Whatโ€™s new:Fixed.. read more ย