ContentPosts from @nayansc568..
Link
@faun shared a link, 8 months ago
FAUN.dev()

GitHub targeted in supply chain attack

The'tj-actions/changed-files'GitHub Action recently suffered a supply chain breach, baring sensitive secrets from CI/CD logs. Crafty attackers crept in using a GitHub personal access token tied to a bot account, enabling them to smuggle out data. Their cunning involved embedding harmful code to extr.. read more  

GitHub targeted in supply chain attack
Link
@faun shared a link, 8 months ago
FAUN.dev()

Court Orders Google to Poison Public DNS to Prevent IPTV Piracy

In an unexpected twist, the Court of Milan has tasked Google with adjusting its Public DNS to curb access to pirate sites, spotlighting the widening influence of the Piracy Shield. AGCOM cheered this move, as Serie A's claims of piracy against Google went unchallenged, marking a critical juncture in.. read more  

Link
@faun shared a link, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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