ContentPosts from @bharathsbcr7..
Link
@faun shared a link, 7 months, 3 weeks ago
FAUN.dev()

The Production-Ready Kubernetes Service Checklist

Running Kubernetes in production isn’t just a button-click. Start with3 master nodesto dodge disasters. Dish outload balancingto smash single points of failure. Skew yournode sizingfor peak workload muscle. Automate scaling withCluster Autoscaler—your new best friend. Keep your setup a fortress with.. read more  

The Production-Ready Kubernetes Service Checklist
Link
@faun shared a link, 7 months, 3 weeks ago
FAUN.dev()

Uber’s Journey to Ray on Kubernetes: Ray Setup

Uber enhanced its machine learning platform by migrating workloads to Kubernetes in early 2024. The migration aimed to solve pain points such as manual resource management, inefficient resource utilization, and inflexible capacity planning. The architecture designed included federated resource manag.. read more  

Link
@faun shared a link, 7 months, 3 weeks ago
FAUN.dev()

This Open Source Tool Lets You Build Your Own LMS on Kubernetes

Canvas LMS + Kubernetes:DeployKomposeto morph Docker configs into sleekKubernetesresources. Dive deep into LTI 1.3's superior integration.Instructure's hosted instances miss out on this magic trick. Self-host to unlock the full experience... read more  

Link
@faun shared a link, 7 months, 3 weeks ago
FAUN.dev()

Introducing kro: Kube Resource Orchestrator

TheKube Resource Orchestrator (kro)dreams big by letting you turn complex Kubernetes APIs into elegant, singleResourceGroupCRDs. Think of it as Kubernetes without the migraines—dependencies and configurations quietly managed in the background. An AWS experiment still cooking, it's not quite ready fo.. read more  

Introducing kro: Kube Resource Orchestrator
Link
@faun shared a link, 7 months, 3 weeks ago
FAUN.dev()

CNPG Recipe 17 - PostgreSQL In-Place Major Upgrades

CloudNativePG 1.26storms the scene, making PostgreSQL upgrades a breeze inside Kubernetes. It slashes the usual chaos. Minimal downtime threatens, but what's life without a little thrill?.. read more  

CNPG Recipe 17 - PostgreSQL In-Place Major Upgrades
Link
@faun shared a link, 7 months, 3 weeks ago
FAUN.dev()

KubeCon Europe: How Google Will Evolve Kubernetes in the AI Era

Googlehas hatched a cunning plan: turnKubernetesinto the go-to choice for AI/ML workloads. It’s outgrowing its “just for containers” phase. In the AI explosion, everyone suddenly wants Kubernetes—who knew? To stay ahead, Google’s jazzing up its cloud offerings with slicker performance, scalability t.. read more  

KubeCon Europe: How Google Will Evolve Kubernetes in the AI Era
Link
@faun shared a link, 7 months, 3 weeks ago
FAUN.dev()

My Unifi Gateway just learned to do BGP!

BGP setup needs an autonomous system.For iBGP, keep the AS consistent across peers. Go wild with private numbers like64512for your internal playground.Unifi runs FRR for routing,but don’t expect shiny graphics. You're stuck with config uploads. Old-school control freaks might secretly rejoice... read more  

Link
@faun shared a link, 7 months, 3 weeks ago
FAUN.dev()

Recyling a OnePlus 6T into a Kubernetes Node

Connected a 7-year-old OnePlus 6T as a Kubernetes node in my homelab—tagged on "8" cores, 6GB RAM—but postmarketOS kernel didn’t have nftables' numgen!Wrestled with manual kernel compilation and untangled DNS snafus, but now the project's chugging along mighty fine... read more  

Recyling a OnePlus 6T into a Kubernetes Node
Link
@faun shared a link, 7 months, 3 weeks ago
FAUN.dev()

Headlamp Project to Provide Graphical User Interface for Kubernetes

Microsoft'sHeadlamp—now part of theCNCF family—wants to shred Kubernetes' intimidating reputation. Think Windows, but for clusters. Their plan? Hook 10 million fresh recruits with their slickGUI. Here's the kicker: 61% of workloads already bow to Kubernetes, andAI/MLworkloads rule 56% of them. Who k.. read more  

Headlamp Project to Provide Graphical User Interface for Kubernetes
Link
@faun shared a link, 7 months, 3 weeks ago
FAUN.dev()

How autoscaling took down my application..!!

A glitch in the autoscaling settings skewed the NEGs, cramming them into a single AZ. Boom. Next thing you know, pods flounder and the app goes belly-up... read more  

How autoscaling took down my application..!!