ContentPosts from @kaptain..
Link
@kaptain shared a link, 5 days, 6 hours ago
FAUN.dev()

Kubernetes Configuration Good Practices

Stripped down and sharp, the blog lays out Kubernetes config best practices: keep YAML manifests in version control, use Deployments (not raw Pods), and label like you mean it - semantically, not just alphabet soup. It digs into sneaky pain points too, like how YAML mangles booleans (yes≠true), and .. read more  

News FAUN.dev() Team Trending
@kaptain shared an update, 5 days, 19 hours ago
FAUN.dev()

Docker Desktop 4.50 Supercharges Daily Development With AI, Security, and Faster Workflows

Docker Docker Compose Kubernetes Docker Desktop

Docker Desktop 4.50 enhances software development with improved debugging, AI integration, and enterprise security features, streamlining workflows and boosting productivity.

Docker Desktop 4.50 Supercharges Daily Development With AI, Security, and Faster Workflows
News FAUN.dev() Team Trending
@kaptain shared an update, 6 days ago
FAUN.dev()

Kubernetes v1.35: A Deep Dive Into the Biggest Changes Before the December 17 Release

Kubernetes containerd

Kubernetes v1.35 release removes cgroup v1 and containerd v1.X support, urging admins to migrate to newer versions and adopt enhancements like in-place Pod updates and OCI image volume support.

Kubernetes v1.35: A Deep Dive Into the Biggest Changes Before the December 17 Release
 Activity
@kaptain added a new tool Rancher Kubernetes Engine (RKE2) , 1 week, 2 days ago.
Link
@kaptain shared a link, 1 week, 6 days ago
FAUN.dev()

How Kubernetes Became the New Linux

AWS just handed overKarpenterandKubernetes Resource Orchestrator (Kro)to Kubernetes SIGs. Big move. It's less about AWS-first, more about playing nice across the ecosystem. Kroauto-spins CRDs and microcontrollers for resource orchestration.Karpenterhandles just-in-time node provisioning - leaner, fa.. read more  

How Kubernetes Became the New Linux
Link
@kaptain shared a link, 1 week, 6 days ago
FAUN.dev()

Docker Workbook - Your Guide to Containerization

This guide cuts through modern Docker workflows. It coversBuildKitfor faster, smarter builds. Shows howmulti-stage Dockerfilesmake images slimmer. Breaks down howENTRYPOINTandCMDactually work. Walks through usingsupervisordto wrangle multi-process containers. Then zooms out toDocker Compose, where l.. read more  

Docker Workbook - Your Guide to Containerization
Link
@kaptain shared a link, 1 week, 6 days ago
FAUN.dev()

How I Cut Kubernetes Debugging Time by 80% With One Bash Script

The reality of Kubernetes troubleshooting: 80% of the time is spent locating the issue, while only 20% is used for the fix. Managing eight Kubernetes clusters highlighted this pattern. A tool was developed to provide a complete cluster health report in under a minute, streamlining the process and sa.. read more  

Link
@kaptain shared a link, 1 week, 6 days ago
FAUN.dev()

Kubernetes Tutorial For Beginners [72 Comprehensive Guides]

The series dives deep into real-world Kubernetes - starting with hands-on setup viaKubeadmandeksctl, then moving throughmonitoring,logging,CI/CD, andMLOps. It tracks key release changes up tov1.30, including the confirmed death ofDockershimsince v1.24... read more  

Kubernetes Tutorial For Beginners [72 Comprehensive Guides]
Link
@kaptain shared a link, 1 week, 6 days ago
FAUN.dev()

The guide to kubectl I never had.

Glasskube dropped a thorough guide tokubectl- the commands, the flags (--dry-run, etc.), how to chain stuff together, and how to keep your config sane. Bonus: a solid roundup ofkubectl plugins. Think observability (like K9s), policy checks, audit trails, and Glasskube’s take on declarative package m.. read more  

The guide to kubectl I never had.
Link
@kaptain shared a link, 1 week, 6 days ago
FAUN.dev()

Top 5 hard-earned lessons from the experts on managing Kubernetes

Running Kubernetes in production isn’t just clicking “Create Cluster.” It means locking down RBAC, tightening up network policy, tracking autoscaling metrics, and making sure your images don’t ship with surprises. Managed clusters help get you started. But real workloads need more: hardened configs,.. read more  

Top 5 hard-earned lessons from the experts on managing Kubernetes