Join us

ContentUpdates and recent posts about npm..
Link
@faun shared a link, 9 months ago
FAUN.dev()

The State of FinOps

The 5th Annual State of FinOps survey conducted from within the FinOps Foundation community of large cloud spenders is now available. Here you'll find the takeaways from the survey which surveyed large companies responsible for over $69bn of cloud spend... read more  

Link
@faun shared a link, 9 months ago
FAUN.dev()

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, 9 months ago
FAUN.dev()

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, 9 months ago
FAUN.dev()

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, 9 months ago
FAUN.dev()

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, 9 months ago
FAUN.dev()

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, 9 months ago
FAUN.dev()

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, 9 months ago
FAUN.dev()

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, 9 months ago
FAUN.dev()

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, 9 months ago
FAUN.dev()

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
npm (Node Package Manager) is the primary package manager for JavaScript and the default package distribution platform for Node.js. It hosts the world’s largest software registry, containing millions of open-source packages used across web development, backend services, CLIs, build tools, and modern JavaScript frameworks.

Developers use npm to install libraries, manage project dependencies, and publish their own packages. It supports semantic versioning, dependency resolution, scoped packages, and audit features for identifying vulnerabilities. npm also provides organizational tools, including workspaces for monorepos, private package hosting, and automation through `npm scripts`.

As a central pillar of the JavaScript ecosystem, npm plays a critical role in the software supply chain, enabling rapid innovation but also introducing security challenges such as dependency confusion, malicious package uploads, and large-scale supply chain attacks. Its integration with Node.js and widespread adoption make it a foundational component of modern JavaScript development.