Join us

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

6 Design Principles for Edge Computing Systems

Edge systemseach have their eccentricities, needing solutions as unique as they are:Chick-fil-Aswears byKubernetesto herd its standard operations. TheAir Force, however, prizes nimbleness and ironclad security for deployments scattered across the globe. Smart edge management? It’s a mix ofInfrastruc.. read more  

6 Design Principles for Edge Computing Systems
Link
@faun shared a link, 9 months, 2 weeks ago
FAUN.dev()

Under the hood: Amazon EKS ultra scale clusters

Amazon EKScranked up its gear—you can now spin up clusters with a staggering100,000 nodesat your beck and call. That’s a cozy home for either1.6 million AWS Trainium chipsor800,000 NVIDIA GPUs. Welcome to the playground for ultra-scale AI/ML. Performance soars skyward by ditching old etcd consensus .. read more  

Under the hood: Amazon EKS ultra scale clusters
Link
@faun shared a link, 9 months, 2 weeks ago
FAUN.dev()

Rethinking Node Drains: A Webhook Based Approach to Graceful Pod Removal

Eviction Reschedule Hooksticks its nose in Kubernetes eviction requests, letting operator-managed stateful apps wriggle their way through node drains without breaking a sweat. 🎯.. read more  

Rethinking Node Drains: A Webhook Based Approach to Graceful Pod Removal
Link
@faun shared a link, 9 months, 2 weeks ago
FAUN.dev()

GitOps continuous delivery with ArgoCD and EKS using natural language

ArgoCD MCP Serverteams up withAmazon Q CLIto shake up Kubernetes with natural language controls. Finally, GitOps that even the non-tech crowd can handle. Kiss those roadblocks goodbye. No more brain strain from Kubernetes. Now, plain language syncs apps, reveals resource trees, and checks health sta.. read more  

GitOps continuous delivery with ArgoCD and EKS using natural language
Link
@faun shared a link, 9 months, 2 weeks ago
FAUN.dev()

Building scalable secrets management in hybrid cloud environments

GitGuardian's 2024 reportsounds the alarm:23 million secrets slipped through leaks in 2023. A whopping 70% hung around for months. Talk about a security nightmare! EnterHashiCorp VaultandAkeyless. These tools mastered the multi-cloud juggling act and automated secrets management. Result? A satisfyin.. read more  

Building scalable secrets management in hybrid cloud environments
Story
@laura_garcia shared a post, 9 months, 2 weeks ago
Software Developer, RELIANOID

🚨 Is Your Business Ready for a Cyber Crisis? 🚨

A cyberattack can strike at any time—causing operational disruption, financial loss, and reputational damage. Preparing for and effectively managing a cyber crisis is no longer optional—it's essential. At RELIANOID, we help businesses build robust cyber resilience through advanced solutions and expe..

Blog Preparing and Managing a Cyber Crisis RELIANOID
Link
@anjali shared a link, 9 months, 2 weeks ago
Customer Marketing Manager, Last9

Monitor Nginx with OpenTelemetry Tracing

Instrument NGINX with OpenTelemetry to capture traces, track latency, and connect upstream and downstream services in a single request flow.

Nginx_opentelemetry
Story
@laura_garcia shared a post, 9 months, 2 weeks ago
Software Developer, RELIANOID

🔐 Zero-Trust Micro-Segmentation in Industrial Environments

In today's connected industrial world, the convergence of IT & OT brings efficiency—but also new risks. That’s why Zero-Trust Micro-Segmentation is no longer optional. 📌 It divides your network into isolated zones, applies strict access rules, and assumes no user or device is inherently trusted. ✅ K..

Industrial Zero-Trust Micro-Segmentation
Link
@anjali shared a link, 9 months, 2 weeks ago
Customer Marketing Manager, Last9

Stream AWS Metrics to Grafana with Last9 in 10 minutes

Visualize AWS metrics like Lambda, API Gateway, and RDS in Grafana using Last9. No agents, no code, set it up in under 10 minutes.

cloudwatch_metrics
Story
@laura_garcia shared a post, 9 months, 2 weeks ago
Software Developer, RELIANOID

🌉 RELIANOID is heading to TECHSPO San Francisco 2025!

📅 July 21–22 | 📍 Grand Hyatt at SFO Where business, tech, and innovation collide. Join us to explore the future of: 🔹 Internet, Mobile, AdTech, MarTech, SaaS 🔹 Live demos & emerging technologies 🔹 Real conversations with real innovators Let’s talk secure, high-performance solutions — and how RELIANO..

techspo san francisco relianoid
Checkov, created by Bridgecrew (now part of Palo Alto Networks), is an open source policy-as-code scanner for infrastructure-as-code frameworks. It analyzes Terraform, Kubernetes manifests, CloudFormation, Serverless, ARM, Docker, and other IaC formats to detect security, compliance, and configuration issues. Checkov uses a large library of built-in policies mapped to standards like CIS, PCI, SOC2, and NIST, and supports custom policies written in Python or YAML. It integrates seamlessly with CI pipelines, Git repos, and developer workflows, helping teams enforce secure-by-default cloud configurations before deployment. Its coverage, speed, and extensibility make it a flagship tool in cloud DevSecOps.