Join us

ContentPosts tagged with kubernetes..
Story Palark Team Trending
@shurup shared a post, 4 days, 14 hours ago
@palark

New CNCF Sandbox projects in 2025: From Podman to CloudNativePG

Kubernetes

Each year, 25-30 new Open Source projects related to the Cloud Native ecosystem are accepted to the CNCF Sandbox. In January 2025, there were 13 additions, with four of them donated by Red Hat. Here's the list of these newly added CNCF projects: - Podman Container Tools (security-focused Docker alte..

CNCF Sandbox projects in January 2025
Dev Swag
@ByteVibe shared a product

The Protestor Tshirt

#developer  #merchandise  #swag 

Fight for your rights!This tee sits nicely, maintains sharp lines around the edges, and goes perfectly with layered streetwear outfits. ✅ 100% cotton ✅ Classic fit ✅ Tear-away label ✅ Runs true to siz...

Story FAUN.dev() Team
@eon01 shared a post, 5 days, 7 hours ago
Founder, FAUN.dev

Announcing FAUN.sensei() — Self-paced guides to grow fast — even when tech moves faster.

Docker GitLab CI/CD Helm Kubernetes GitHub Copilot

After months of hard work, FAUN.sensei() is finally alive!

FAUN.sensei()
Story FAUN.dev() Team Trending
@eon01 shared a post, 6 days, 6 hours ago
Founder, FAUN.dev

Helm Cheat Sheet: Everything You Need to Know to Start Using Helm

Helm Kubernetes

Helm is the package manager Kubernetes was missing. It lets you package applications and their dependencies into charts, deploy them as versioned releases, and manage installs, upgrades, and rollbacks in a consistent and repeatable way. This post walks through what Helm is, how to install it, and the core commands you will use day to day.

Ad
www.faun.dev shared an ad

#ad  #sponsored 
Story FAUN.dev() Team Trending
@eon01 shared a post, 1 week, 1 day ago
Founder, FAUN.dev

Microk8s vs K3s

Kubernetes k3s MicroK8s Rancher k3d

To truly master Kubernetes, you need a safe sandbox, and running a lightweight distribution is the perfect solution for your local development workflow. These smaller K8s flavors provide a full-featured, yet constrained, environment that is easy on system resources. Both MicroK8s (maintained by Canonical) and k3s (from Rancher) are popular, production-ready options that deliver the core K8s experience with minimal operational burden, low storage needs, and simple networking setups.

These two platforms are fantastic for learning, experimentation, rapid testing, and skill development. If you don't know which one to choose, this post will give you the quick overview you need to decide.

Story Trending
@shurup shared a post, 2 weeks, 1 day ago
@palark

Helm 4 or Nelm? What's the difference

Helm werf

Helm 4.0.0 brought several new features to its users, such as Server-Side Apply support and kstatus-based resource watching.Nelm, an alternative to Helm created in werf, a CNCF Sandbox project, has been offering these capabilities even before. Nelm has many more new features for Kubernetes deploymen..

Story Palark Team Trending
@shurup shared a post, 3 weeks, 1 day ago
@palark

Kubernetes 1.35 new alpha features

Kubernetes

The next Kubernetes release, v1.35, is scheduled for December 17th. It should bring 15 new Alpha features, including the following ones: - Gang scheduling support - Mutable PersistentVolume node affinity - Restart all containers on container exits - Consider terminating Pods in Deployments - CSI vol..

Kubernetes v1.35 release
Story
@shurup shared a post, 1 month ago
@palark

Helm v4 new features and changes

Helm

Helm v4 has been released a week ago. Its highlights are: - Server-Side Apply instead of 3-Way Merge - WASM plugins - Using kstatus for resource tracking - Content-based chart caching This articleprovides a detailed overview of why these changes were made in Helm v4 and what they bring for Helm user..

Story Palark Team
@shurup shared a post, 2 months, 1 week ago
@palark

New features introduced in Kubernetes 1.34

Kubernetes

Recently, the latest Kubernetes version, v1.34, was released with 13 new alpha features on board. They include: - KYAML, a new dialect of YAML for Kubernetes manifests, which is still compatible with all existing tooling; - asynchronous API calls to kube-apiserver during scheduling; - various enhanc..

kubernetes 1.34 release
Story FAUN.dev() Team
@eon01 shared a post, 4 months, 4 weeks ago
Founder, FAUN.dev

Most Kubernetes Autoscaling Setups Are Silently Broken: 10 Gotchas to Watch Out For

Docker Kubernetes Keda

Kubernetes autoscaling is a powerful tool, but many setups fail silently due to misleading metrics, poor configurations, and other details. Here are 10 common pitfalls that can break your autoscaling—and how to avoid them.

kubernetes Autoscaling
Story
@shurup shared a post, 5 months, 3 weeks ago
@palark

Looking for a Kaniko alternative to build containers? Give werf a try

werf

Since Kaniko is no longer maintained, you might be looking for another tool to build your containers in a Kubernetes-based environment. werf is a CNCF Sandbox project that might be helpful in your case.

werf in CI/CD pipelines