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)

Our first onboarding flow asked users 15 questions. Language, framework, port, Dockerfile path, build command, health endpoints, environment variables. It wa...

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

Everyone's racing to add LLMs to their runtime. We went a different direction.

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:<br/>Modern Kubernetes Visibility
January 20268 min read
KubernetesNadav Erell, CEO

Introducing Radar:
Modern Kubernetes Visibility

Local-first. No account. No cloud dependency. Fast.

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

Skyhook Agent: AI That Actually Understands Your Infrastructure

Most AI assistants for DevOps are glorified documentation search. You ask a question, they regurgitate docs. Useful, but limited.

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

Laravel to Kubernetes, Simplified with Skyhook

Laravel is a PHP heavyweight, but running it in production usually means stitching together many moving parts: runtime, scaling, security, TLS, observability...

tutoriallaravelkubernetes
Read more
Ship Without Fire Drills: Canary, Blue-Green, and Rolling Deploys
October 20258 min read
CI/CD & DeploymentsEyal Dulberg, CTO

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

TL;DR: Shipping to production is easy; shipping safely is hard. Progressive delivery strategies - Rolling (Gradual), Canary, and Blue-Green - constrain blast...

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
CI/CD & DeploymentsEyal Dulberg, CTO

Preview Environments: A Game-Changer for Testing and Collaboration

Preview environments, also known as ephemeral environments, are no longer a luxury—they’re becoming a necessity for modern development teams. These temporary...

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.

comparisonargo-cdterraform
Read more
PaaS Kubernetes vs. DIY Kubernetes: Why PaaS Wins for Simplicity and Efficiency
May 20253 min read
SkyhookNadav Erell, CEO

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

When it comes to deploying and managing Kubernetes, the simplicity and efficiency of PaaS solutions often outweigh the complexities of a DIY approach. In thi...

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

In the ever-evolving realm of software development, organizations continuously strive to optimize processes, enhance developer productivity, and accelerate t...

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

In software development, finding ways to boost efficiency without sacrificing quality is a constant challenge. One approach that's gaining traction is the us...

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

Explore how Platform Engineering and Golden Paths streamline software development by offering guided solutions for 80% of tasks, while leaving room for innov...

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 emerging as a significant trend in DevOps. Far from being just another buzzword, it represents the natural evolution of DevOps practi...

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

Your app runs fine on a single server until it doesn't. Then you need three servers. Then ten. Then you need them spread across availability zones. Suddenly...

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

The Birth of Skyhook: Our Journey to Simplify DevOps

In a world increasingly driven by software, the complexity behind the scenes often goes unnoticed. But for those of us who live and breathe development, we k...

companyproductorigin-story
Read more