Join us

ContentPosts tagged with kubernetes..
Story
@shurup shared a post, 16 hours 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..

Dev Swag
@ByteVibe shared a product

Desk Mat - Electric Circuitry

#developer  #merchandise  #swag 

Apart from looking cool, these desk mats keep surfaces free from scratches and stains. Great for making spaces more organized with minimal effort. These mats have a smooth surface and a non-slip base....

Story Palark Team Trending
@shurup shared a post, 1 week 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
Ad
www.faun.dev shared an ad

#ad  #sponsored 
Story
@shurup shared a post, 2 weeks, 5 days 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, 1 month, 3 weeks 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, 2 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, 1 week 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
Story
@shurup shared a post, 7 months, 3 weeks ago
@palark

Nelm, a new alternative to Helm, is GA

werf

werf, a CNCF Sandbox project, announced Nelm as a new tool for deploying Helm charts.

Nelm project
Story
@squadcast shared a post, 8 months, 3 weeks ago

Kubernetes Monitoring Best Practices: Health Checks Using Probes

Kubernetes health checks using probes (readiness, liveness, and startup) are essential for ensuring application reliability and high availability. Readiness probes determine if a pod is ready to serve traffic, while liveness probes check if the application is running correctly. Probes can be configured via HTTP, TCP, or command-based methods, with options like initialDelaySeconds and periodSeconds for fine-tuning. Implementing these probes is a key Kubernetes monitoring best practice, enabling automated issue detection, fault tolerance, and improved user experiences.

Story
@squadcast shared a post, 9 months, 2 weeks ago

Ultimate Guide to Kubernetes Capacity Planning: Best Practices for 2025

Kubernetes capacity planning is evolving from traditional resource-based approaches to intent-based planning that focuses on service-level objectives. Key strategies include implementing horizontal pod autoscaling, setting appropriate resource requests/limits, using namespace quotas, and monitoring cluster utilization. Success requires balancing automated scaling with cost optimization while maintaining performance requirements. Essential tools include cluster autoscaling, resource quotas, and comprehensive monitoring.

Story
@squadcast shared a post, 10 months, 2 weeks ago

How to Write Effective Prometheus Alert Rules

This blog post provides a comprehensive guide to writing effective Prometheus alert rules. It covers key concepts like alert template fields, PromQL syntax, and best practices for creating and managing alerts. The article also discusses the limitations of Prometheus alerts and provides practical examples of common alert rules. Finally, it emphasizes the importance of incident response handling and the use of tools like Squadcast to streamline alert management and improve overall system reliability.