Join us

ContentUpdates and recent posts about Snapper..
Link
@faun shared a link, 1 year ago
FAUN.dev()

What’s New in Networking for Kubernetes in the Isovalent Platform 1.17

The Isovalent Platform 1.17 release brings major upgrades to Kubernetes networking, including a new standalone Egress Gateway, dynamic BGP features, enhanced multi-tenant security policies, and smoother Calico-to-Cilium migrations. This version also introduces easier observability with integrated Ti.. read more  

Link
@faun shared a link, 1 year ago
FAUN.dev()

AI Runs Best On Cloud Native—Who's Managing the Kubernetes Platform?

AI workloads thrive on cloud-native platforms like Kubernetes because they offer the scalability, portability, and speed needed for modern machine learning—but building and running this infrastructure is highly complex and distracts from core AI work. The post argues that unless your business is inf.. read more  

Link
@faun shared a link, 1 year ago
FAUN.dev()

Announcing new Model Context Protocol (MCP) Servers for AWS Serverless and Containers - AWS

AWS's Model Context Protocol (MCP) servers arm AI code assistantsto deftly wrangle AWS Lambda, ECS, and EKS. They launch apps at warp speed.MCP servers cram in AWS best practices and operational secrets,freeing you from infrastructure drudgery. You get to dive straight into crafting the heart of you.. read more  

Announcing new Model Context Protocol (MCP) Servers for AWS Serverless and Containers - AWS
Link
@faun shared a link, 1 year ago
FAUN.dev()

Mastering Kubernetes Migrations From Planning to Execution

Managed K8slike Amazon EKS or GKE? A ticket to smoother ops, but at the expense of control. Enterautoscaling, service meshes, andGitOps—they shift the deployment game dramatically. But don’t fall into the trap of thinking every app belongs on K8s. High-latency, tightly bound apps flounder there. Tos.. read more  

Link
@faun shared a link, 1 year ago
FAUN.dev()

Building Kubernetes Controllers in Node.js

Kubenodeis the secret weapon forNode.jsdevelopers diving intoKubernetes. Forget about wrestling with Go—this tool empowers you to wield custom resources and automate like a boss... read more  

Link
@faun shared a link, 1 year ago
FAUN.dev()

Gateway API v1.3.0: Advancements in Request Mirroring, CORS, Gateway Merging, and Retry Budgets

Gateway API v1.3.0lands with a killer feature:percentage-based request mirroringthat makes traffic handling a whole lot savvier. Fancy a peek at the cutting-edge? Dive into theCORS filtersandretry budgets, all shiny and experimental. Just a heads-up: these feature names sport an "X" at the front—mea.. read more  

Gateway API v1.3.0: Advancements in Request Mirroring, CORS, Gateway Merging, and Retry Budgets
Link
@faun shared a link, 1 year ago
FAUN.dev()

ClusterAPI Provider for AWS and Cilium

Cluster APIis the aspirin for Kubernetes cluster migraines, especially when tangoing with AWS. With neat tricks likeEKS upgradesandself-managed nodes, it’s a godsend.KinDsteps up as the management cluster sidekick in this AWS adventure, while CAPA rolls up its sleeves, threading infrastructure provi.. read more  

ClusterAPI Provider for AWS and Cilium
Link
@faun shared a link, 1 year ago
FAUN.dev()

Improving Cost Efficiency with Karpenter 1.0: An Upgrade Guide

Karpenter 1.0is the speedy barista of Kubernetes. It whips up nodes on demand, slashing AWS EC2 costs by 30-50%. Why? Real-time scaling magic, Spot instance wizardry, and APIs that won't stab you in the back. Sure,Cluster Autoscalerhas an extensive resume of compatibility and control, but it's like .. read more  

Improving Cost Efficiency with Karpenter 1.0: An Upgrade Guide
Link
@faun shared a link, 1 year ago
FAUN.dev()

Deep Dive: Amazon EKS Dashboard for Visibility into Multi-Cluster Operations and Governance

Amazon EKS Dashboardtames the Kubernetes chaos with finesse. It brings all your clusters into one sharp, centralized view on AWS. Sprawl, security snags, ballooning support costs—gone in a flash. Assess upgrade needs, peek into cost forecasts, and manage add-ons without breaking a sweat. Wave farewe.. read more  

Deep Dive: Amazon EKS Dashboard for Visibility into Multi-Cluster Operations and Governance
Link
@faun shared a link, 1 year ago
FAUN.dev()

Securing Kubernetes: Integrating AKS with Tetragon for eBPF-Powered Observability

Tetragontaps into the kernel usingeBPF, giving containers an all-access pass without the agent baggage. When you pair Tetragon with AKS, you unlock crystal-clear views of process executions and system calls. Security teams revel in this treasure trove, primed for spotting and squashing threats swift.. read more  

Securing Kubernetes: Integrating AKS with Tetragon for eBPF-Powered Observability
Snapper is a command-line tool developed by SUSE for managing filesystem snapshots. It allows users to create, delete, compare, and restore snapshots of their system or data. A snapshot is a read-only point-in-time copy of a filesystem, useful for recovering from system changes or errors. Snapper integrates deeply with the SUSE ecosystem and works primarily with Btrfs, though it also supports LVM with thin provisioning. It can automatically take snapshots before and after software updates or system modifications, helping users track what changed and roll back if necessary. By using pre and post snapshots, Snapper provides a simple way to undo changes or restore files without requiring full system backups. It also supports automatic cleanup routines to manage disk space efficiently. In practice, Snapper serves as both a safety net and a diagnostic tool, making it easier to maintain system stability and recover quickly from mistakes or failed updates.