ContentPosts from @dawnalvarez494..
Link
@faun shared a link, 3 years ago
FAUN.dev()

Unlocking Real-time Predictions with Shopify's Machine Learning Platform

Shopify has enhanced its machine learning platform, Merlin, to include an end-to-end machine learning workflow. Merlin Online Inference is a flexible, robust, and low-latency solution that enables Shopify to deploy machine learning models in real-time at scale. With the growing importance of close .. read more  

Unlocking Real-time Predictions with Shopify's Machine Learning Platform
Link
@faun shared a link, 3 years ago
FAUN.dev()

Speed up your model training with Vertex AI

Learn how to speed up training of PyTorch and Hugging Face models using a reduction server through Vertex AI feature, optimizing bandwidth and latency to distribute training across multiple Nvidia GPUs. The all-reduce based algorithm synchronously averages gradients across multiple devices, reducin.. read more  

Speed up your model training with Vertex AI
Link
@faun shared a link, 3 years ago
FAUN.dev()

Enforcing Kubernetes Best Practices using Kyverno and Argo CD

This article is about usingKyverno, a Kubernetes-native policy engine, to enforce best practices in Kubernetes deployments. Kyverno can provide immediate feedback to application developers if they are deviating from best practices, reducing the feedback loop between deployment attempts and identifyi.. read more  

Enforcing Kubernetes Best Practices using Kyverno and Argo CD
Link
@faun shared a link, 3 years ago
FAUN.dev()

How to Monitor your Application using Prometheus

The blog post is about deploying an application in an EKS cluster and monitoring it with Prometheus. It covers the use ofServiceMonitors, which specify how Prometheus should monitor a set of targets that belong to a Kubernetes service. The blog also explains Exporters, which are software component.. read more  

How to Monitor your Application using Prometheus
Story
@squadcast shared a post, 3 years ago

Anti-patterns in Incident Response that you should unlearn | Squadcast

Ignoring anti-patterns can be far worse than settling for safe and rigid processes. This blog will explore anti-patterns in incident response and tell you why you need to unlearn those.

62e913a7e3970364d0a6b873_Aniti_Pattern-570x330.png
Link
@faun shared a link, 3 years ago
FAUN.dev()

Cloud Pub/Sub schema evolution is now Generally Available

With the GA launch of Cloud Pub/Sub’s schema evolution feature, Pub/Sub now supports safe and convenient modifications to Pub/Sub schemas... read more  

Cloud Pub/Sub schema evolution is now Generally Available
Link
@faun shared a link, 3 years ago
FAUN.dev()

Google Cloud Spanner Introduces Configurable Read-Only Replicas and Zero-Downtime Move Service

Google has introduced regional and multiregional configurations for Cloud Spanner, along with configurable readonly replicas, and zerodowntime instance moves. Cloud Spanner offers three types of replicas: readwrite, readonly, and witness. The move to a new configuration is now possible without down.. read more  

Google Cloud Spanner Introduces Configurable Read-Only Replicas and Zero-Downtime Move Service
Link
@faun shared a link, 3 years ago
FAUN.dev()

Introducing G2 VMs with NVIDIA L4 GPUs

Google Cloud introduces the Compute Engine GPU family with industry's first cloud VM powered by Nvidia Tensor Core GPU for AI workloads like generative AI. These VMs offer cutting-edge performance-per-dollar for AI inference workloads and significant performance improvement in HPC, graphic and vide.. read more  

Introducing G2 VMs with NVIDIA L4 GPUs
Link
@faun shared a link, 3 years ago
FAUN.dev()

Moving and measuring services as part of a mesh

This article explains how to use Anthos Service Mesh (ASM) for managing communication and integration between services inside and outside a mesh. The goals include obtaining traces and metrics for traffic from the mesh to external services, redeploying legacy services in a cloud GKE cluster, and pro.. read more  

Moving and measuring services as part of a mesh
Link
@faun shared a link, 3 years ago
FAUN.dev()

Deploy a Python flask server using Google Cloud Run

The article walks through the process of deploying a minimal Python Flask app on Cloud Run, the steps involved include creating a minimal Flask server, designing an efficient directory structure and a Dockerfile, configuring .env variables, creating and deploying Docker containers, handling API call.. read more  

Deploy a Python flask server using Google Cloud Run