Join us

heart Updates and posts about Kubernetes..
 Activity
@siddhant-khisty started using tool Kubernetes , 4 days, 12 hours ago.
 Activity
@swapnil2188 started using tool Kubernetes , 1 week, 2 days ago.
 Activity
@xingyunnanhai started using tool Kubernetes , 1 week, 2 days ago.
 Activity
@ritish134 started using tool Kubernetes , 2 weeks, 5 days ago.
 Activity
@alexeivaldes started using tool Kubernetes , 3 weeks, 6 days ago.
 Activity
@charlesbobbit started using tool Kubernetes , 1 month ago.
Story
@squadcast shared a post, 1 month, 1 week ago

Spring Alternatives for Cloud-Native Microservices with Kubernetes

This blog post discusses Spring, a popular Java framework, and its limitations for cloud-native microservices development. It introduces Kubernetes as a strong alternative for some functionalities in Spring, particularly those related to configuration management and deployment.

Here are the key takeaways:

Spring's tight coupling of configuration and business logic can create challenges for cloud-native deployments.

Kubernetes offers features like service discovery, load balancing, and configuration management that can replace or complement Spring functionalities.

Spring excels in core application logic development, while Kubernetes focuses on container orchestration and infrastructure management.

Combining Spring's strengths with Kubernetes capabilities allows developers to build efficient and scalable cloud-native microservices.

 Activity
@prajwal-bhaskar started using tool Kubernetes , 1 month, 1 week ago.
Story
@shurup shared a post, 1 month, 2 weeks ago
@palark

werf v2: how this CI/CD tool evolved and why it came up with Nelm instead of Helm

werf is a CLI tool for CI/CD created in 2016 and a CNCF Sandbox project since 2022. It implements opinionated CI/CD in Kubernetes with your favourite CI system. Starting from werf v2, it uses Nelm instead of Helm to deploy container images.

werf v2 release and evolution with Helm
 Activity
@amberliu started using tool Kubernetes , 1 month, 2 weeks ago.
 Activity
@huizhou92 started using tool Kubernetes , 1 month, 2 weeks ago.
 Activity
@simon8888 started using tool Kubernetes , 1 month, 3 weeks ago.
 Activity
@samir-lakhdari started using tool Kubernetes , 2 months ago.
 Activity
@mrfzy00 started using tool Kubernetes , 2 months ago.
 Activity
@aamir-bakhtiar started using tool Kubernetes , 2 months, 1 week ago.
 Activity
@hackei started using tool Kubernetes , 2 months, 1 week ago.
 Activity
@kowshik-diamond started using tool Kubernetes , 2 months, 1 week ago.
 Activity
@thekodeking started using tool Kubernetes , 2 months, 1 week ago.
 Activity
@jjones0293 started using tool Kubernetes , 2 months, 2 weeks ago.
Story
@squadcast shared a post, 2 months, 2 weeks ago

How to Use Observability Tools to Set SLOs for Kubernetes Applications

This blog post explores how to use observability tools to set and maintain Service Level Objectives (SLOs) for Kubernetes applications. Understanding the difference between SLOs, SLIs, and SLAs is crucial. The best observability tools for Kubernetes include Prometheus, Grafana, and Jaeger. These tools help you collect metrics, visualize data, and trace requests to set SLOs and troubleshoot performance issues. The key steps to using observability tools effectively involve observing your service's behavior, setting thresholds and error budgets for SLOs, and updating SLOs as your system evolves. By following these steps, you can ensure your Kubernetes applications meet performance and availability targets.