ContentPosts from @meghalchhabria3..
Link
@faun shared a link, 8 months ago

Public Preview: Windows Support for Virtual Machines Node Pools in AKS

Windows support for Virtual Machines Node Pools now available in Azure Kubernetes Services. Azure Kubernetes Services directly manages provisioning and bootstrapping of each node. Virtual Machines node pools support adding multiple VM SKUs of the same family to a single node pool. Public preview fea.. read more  

Link
@faun shared a link, 8 months ago

Scaling Prometheus: From Single Node to Enterprise-Grade Observability

Prometheusoperates as a solitary,pull-drivenmonitoring system, archiving data in a refined format with PromQL for queries.Memory and local diskplay the role of custodians for data, yet they facescalability hurdlesamidcardinality explosion. Linking multiple servers can somewhat amelioratevisibility, .. read more  

Scaling Prometheus: From Single Node to Enterprise-Grade Observability
Link
@faun shared a link, 8 months ago

CNCF announces graduation of CubeFS

TheCNCF awarded CubeFS graduation, a standoutdistributed storage systemcompatible with POSIX, HDFS, and S3, boasting a staggering1,900% surge in userssince its inception into the community. Initially conceived in 2017 by JD.com, it shows vigorous momentum, and the CNCF presented an ambitious roadmap.. read more  

CNCF announces graduation of CubeFS
Link
@faun shared a link, 8 months ago

Five Learnings From Seven Years of Building Gloo and kgateway

Gloo Gateway, now named'kgateway'and generously gifted to CNCF at KubeCon NA 2024, holds the crown as a premierEnvoy-based gatewaywith impressive deployment. The project wrestled withserialization bottlenecksbecause of bloated Proxy resources. With finesse, the team conquered dependency management c.. read more  

Five Learnings From Seven Years of Building Gloo and kgateway
Link
@faun shared a link, 8 months ago

Kustomize vs Helm

Helmwields a templating engine to reign over Kubernetes applications, letting users dive into version control and rollbacks. Meanwhile,Kustomizerevels in its overlay-based method for YAML file customization, embedding itself seamlessly withkubectl. When they join forces, Helm orchestrates releases, .. read more  

Link
@faun shared a link, 8 months ago

Orchestrating thousands of Speedtests, using Kubernetes

Implemented a distributed speed test solution across all store systems to monitor network usability and speed. Created a speedtest-api-service in Golang with client and server components to schedule and perform speed tests. Utilized Grafana dashboards to display metrics for speed, latency, packetlos.. read more  

Link
@faun shared a link, 8 months ago

How to Efficiently Use GPUs for Distributed Machine Learning in MLOps

This post explores the use of efficient GPU orchestration for distributed training in MLOps, highlighting how GPUs can significantly boost performance at scale. It delves into key technical considerations such as system setup, orchestration strategies, and performance optimization for scaling modern.. read more  

How to Efficiently Use GPUs for Distributed Machine Learning in MLOps
Link
@faun shared a link, 8 months ago

Announcing Dapr AI Agents

Dapr Agentssimplifies AI agent creation, utilizing LLMs to craftsecure multi-agent systemswithstateful workflowsandtool integrationstailored for enterprise environments. It harnessesvendor-neutralframeworks, scales adeptly, and melds effortlessly withover 50 data sources, fosteringresiliencyandcost-.. read more  

Announcing Dapr AI Agents
Link
@faun shared a link, 8 months ago

GKE Custom Compute Class API

GKE's Compute Class feature in Google Kubernetes Engine (GKE) defines node profiles for specific workloads, allowing users to prioritize configurations for performance, cost, and efficiency. Custom compute classes provide granular control over infrastructure choices, improving cost efficiency and re.. read more  

GKE Custom Compute Class API
Link
@faun shared a link, 8 months ago

3 Ways to Time Kubernetes Job Duration for Better DevOps

Grasping Kubernetes job durations sharpens performance by pinpointing bottlenecks. This can be achieved by tweaking source code, employing command timers, or utilizing Kube State Metrics. Each approach calls for file locker integration withPrometheus or VictoriaMetricsto lodge and retrieve execution.. read more  

3 Ways to Time Kubernetes Job Duration for Better DevOps