Engineering Blog

Insights on Kubernetes, platform engineering, DevOps tooling, and how teams are using Skyhook to move faster.

How We Automated Our Way to 5-Minute Onboarding (Hint: It's Not Just AI)
March 20269 min read
Platform EngineeringRoy Libman, CPO

How We Automated Our Way to 5-Minute Onboarding (Hint: It's Not Just AI)

How we cut developer onboarding from hours to 5 minutes by automating codebase detection, Dockerfile fixes, and build pipeline setup - not just with AI, but with deterministic analysis.

developer-experienceonboardingplatform-engineering
Read more
How to Set Up ArgoCD on Kubernetes: Step-by-Step Guide
March 20268 min read
GitOpsEyal Dulberg, CTO

How to Set Up ArgoCD on Kubernetes: Step-by-Step Guide

A practical guide to installing ArgoCD on Kubernetes, connecting a Git repo, and deploying your first app. Zero to a working GitOps pipeline in 30 minutes.

argocdgitopskubernetes
Read more
ArgoCD Multi-Cluster Architecture: Centralized vs Per-Cluster
March 202610 min read
GitOpsEyal Dulberg, CTO

ArgoCD Multi-Cluster Architecture: Centralized vs Per-Cluster

One ArgoCD instance for all clusters, or one per cluster? We break down centralized, per-cluster, and agent-based architectures and when each makes sense.

argocdgitopskubernetes
Read more
ArgoCD in Production: Patterns That Actually Matter
March 202612 min read
GitOpsEyal Dulberg, CTO

ArgoCD in Production: Patterns That Actually Matter

Installing ArgoCD takes 10 minutes. Making it work for a real team takes months. Here are the production patterns that bridge the gap.

argocdgitopskubernetes
Read more
50-100x Faster: Building an In-Memory Kubernetes Resource Cache with SharedInformers
February 202610 min read
KubernetesEyal Dulberg, CTO

50-100x Faster: Building an In-Memory Kubernetes Resource Cache with SharedInformers

How we went from per-request Kubernetes API calls to in-memory lookups using client-go's SharedInformer pattern - and the memory optimizations that made it practical.

kubernetesgoperformance
Read more
Reverse ML: Using AI to Write Rules, Not Run Them
February 202610 min read
Platform EngineeringNadav Erell, CEO

Reverse ML: Using AI to Write Rules, Not Run Them

Instead of calling LLMs at runtime, we used AI to generate deterministic rules that execute in milliseconds. The Reverse ML pattern for fast, auditable codebase classification.

aimachine-learningdeveloper-tools
Read more
Zero-Latency Kubernetes: How We Built a Push-Based Sync Architecture
February 202612 min read
ArchitectureEyal Dulberg, CTO

Zero-Latency Kubernetes: How We Built a Push-Based Sync Architecture

How we cut dashboard latency by 80% and reduced data staleness from 25 seconds to under 3 by switching from pull to push.

kubernetesdistributed-systemsarchitecture
Read more
Introducing Radar:Modern Kubernetes Visibility
January 20268 min read
KubernetesNadav Erell, CEO

Introducing Radar:
Modern Kubernetes Visibility

Radar is a local-first Kubernetes visibility tool - no account, no cloud dependency. See your clusters, Helm releases, and resources in one view. Open source and free.

kubernetesopen-sourcevisualization
Read more
Skyhook Agent: AI That Actually Understands Your Infrastructure
December 20255 min read
Platform EngineeringRoy Libman, CPO

Skyhook Agent: AI That Actually Understands Your Infrastructure

An AI assistant with real-time access to your Kubernetes infrastructure. Skyhook Agent sees your configs, logs, and dependencies - and takes action through pull requests.

aiautomationproduct
Read more
Laravel to Kubernetes, Simplified with Skyhook
November 20257 min read
KubernetesEyal Dulberg, CTO

Laravel to Kubernetes, Simplified with Skyhook

Deploy Laravel on Kubernetes step by step - Nginx, PHP-FPM, Horizon workers, database migrations, TLS, and autoscaling. Manual YAML route vs automated Skyhook route compared.

tutoriallaravelkubernetes
Read more
Ship Without Fire Drills: Canary, Blue-Green, and Rolling Deploys
October 20258 min read
DevOpsEyal Dulberg, CTO

Ship Without Fire Drills: Canary, Blue-Green, and Rolling Deploys

Rolling, canary, and blue-green deployments explained with real YAML configs. How progressive delivery constrains blast radius and gives you emergency brakes.

guidebest-practicescanary-deployment
Read more
How to Manage Secrets in Kubernetes: 5 Approaches Compared
September 20258 min read
KubernetesEyal Dulberg, CTO

How to Manage Secrets in Kubernetes: 5 Approaches Compared

Five approaches to Kubernetes secrets management compared - Sealed Secrets, SOPS, vault SDKs, External Secrets Operator, and CSI Driver - with real configs, honest tradeoffs, and a decision framework.

kubernetessecrets-managementsecurity
Read more
Preview Environments: A Game-Changer for Testing and Collaboration
August 20255 min read
DevOpsEyal Dulberg, CTO

Preview Environments: A Game-Changer for Testing and Collaboration

How preview environments eliminate staging bottlenecks by spinning up isolated, production-like environments per pull request for faster testing and collaboration.

explainerpreview-environmentstesting
Read more
Managing Kubernetes Add-ons: Argo CD or Terraform?
July 20256 min read
KubernetesEyal Dulberg, CTO

Managing Kubernetes Add-ons: Argo CD or Terraform?

Hands-on comparison of Argo CD and Terraform for managing Kubernetes add-ons. Clear guidance on day 1 versus day 2, drift handling, upgrades, multi-cluster, and a proven hybrid workflow.

comparisonargocdterraform
Read more
PaaS Kubernetes vs. DIY Kubernetes: Why PaaS Wins for Simplicity and Efficiency
May 20253 min read
KubernetesNadav Erell, CEO

PaaS Kubernetes vs. DIY Kubernetes: Why PaaS Wins for Simplicity and Efficiency

PaaS Kubernetes vs DIY: comparing setup complexity, maintenance burden, scaling, and total cost of ownership. Why most teams are better off with a managed platform.

comparisonkubernetespaas
Read more
Don't Reinvent the Wheel: Embrace the Power of Pre-Built Internal Developer Platforms for Enhanced Efficiency
April 20254 min read
Platform EngineeringRoy Libman, CPO

Don't Reinvent the Wheel: Embrace the Power of Pre-Built Internal Developer Platforms for Enhanced Efficiency

Building an internal developer platform from scratch costs 10-20% of your engineering team for years. Pre-built IDPs deliver the same capabilities in weeks, not months.

guideinternal-developer-platformbuild-vs-buy
Read more
Streamlining Development with Self-Serve Platforms and Service Catalogs
February 20253 min read
Platform EngineeringRoy Libman, CPO

Streamlining Development with Self-Serve Platforms and Service Catalogs

How self-serve development platforms with service catalogs eliminate the DevOps bottleneck, giving developers instant access to standardized tools and environments.

explainerservice-catalogdeveloper-experience
Read more
Platform Engineering & The Value of Golden Paths in the Light of the 80-20 Rule
December 20244 min read
Platform EngineeringRoy Libman, CPO

Platform Engineering & The Value of Golden Paths in the Light of the 80-20 Rule

Golden paths handle 80% of developer tasks with pre-built templates. How platform engineering teams use the 80-20 rule to balance standardization with flexibility.

explainergolden-pathsplatform-engineering
Read more
The Rise of Platform Engineering: Redefining DevOps for the Modern Era
October 20245 min read
Platform EngineeringNadav Erell, CEO

The Rise of Platform Engineering: Redefining DevOps for the Modern Era

Platform engineering is the natural evolution of DevOps. How self-service platforms, reusable toolchains, and developer experience are reshaping the way teams ship software.

explainerplatform-engineeringdevops
Read more
Why Kubernetes Wins: The Technical Case for Container Orchestration
August 20246 min read
KubernetesNadav Erell, CEO

Why Kubernetes Wins: The Technical Case for Container Orchestration

From single server to multi-zone clusters: how Kubernetes turns infrastructure into declarative code with self-healing, auto-scaling, and zero-downtime deployments.

explainerkubernetesbeginner
Read more
The Birth of Skyhook: Our Journey to Simplify DevOps
June 20243 min read
DevOpsNadav Erell, CEO

The Birth of Skyhook: Our Journey to Simplify DevOps

How three engineers from Google Cloud, eToro, and Armis saw the same problem - DevOps complexity draining 10-20% of engineering teams - and built Skyhook to fix it.

companyproductorigin-story
Read more