惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
博客园 - 三生石上(FineUI控件)
T
The Blog of Author Tim Ferriss
宝玉的分享
宝玉的分享
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
V
Visual Studio Blog
小众软件
小众软件
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MongoDB | Blog
MongoDB | Blog
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
Microsoft Azure Blog
Microsoft Azure Blog
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Engineering at Meta
Engineering at Meta
L
LangChain Blog
Martin Fowler
Martin Fowler
GbyAI
GbyAI
博客园 - 司徒正美

Netlify Changelog

Gemini 3.5 Flash now available in Agent Runners 4 Nuxt CVEs: what Netlify users need to know Gemini 3.5 Flash now available in AI Gateway Agent Runners workflow improvements Next.js & React security release (May 2026): what to know Block project transfers out of your team Gemini 3.1 Flash-Lite now available in AI Gateway OpenAI GPT-5.5 Instant now available in AI Gateway New `netlify logs` CLI command Deploy to Netlify with Stripe Projects Netlify Database is now generally available OpenAI GPT-5.5 and GPT-5.5 Pro in AI Gateway & Agent Runners Rename an agent run GPT Image 2 now available in AI Gateway New frontend-design skill for Agent Runners Claude Opus 4.7 now available in AI Gateway and Agent Runners Pricing updates for Credit-based plans New sorting and filter controls on the Members page Netlify Database GA coming soon, no new databases for now Deploy logs streaming is now faster Netlify CLI adds prompt-based creation and anonymous deploys Deploy from Codex with the Netlify Plugin Hydrogen with React Router 7 now supported on Netlify Monitor credit usage by day Invoices for Enterprise Available on the Billing Page AI app development on production infrastructure with Netlify Introducing Prompt Templates OpenAI GPT-5.4 Nano and GPT-5.4 Mini in AI Gateway Change your pricing plan Internal Builder Role & Project Access Controls
Secure local development with Codezero for Netlify
Nahrin Jalal · 2025-02-22 · via Netlify Changelog

For enterprise teams building on Netlify, developers often need to test their applications by connecting their frontend code to internal APIs and services. This can be cumbersome with resource-intensive microservices or kubernetes clusters. Instead of frying your laptop and spending time configuring a local environment, you’ll often be forced to use a simple, likely out-of-date mock API. Alternatively, you may be tempted to expose a private service to the internet. The net of it is choosing between velocity and security.

Which is why we’re excited to announce our Codezero extension for Netlify. Our new extension enables secure access to internal services and private APIs without exposing them to the public internet through a concept we call Zero Environment Development.

Zero Environment Development

Zero Environment Development (ZED) is an approach to code and test within a local environment that’s a perfect, real-time ephemeral version of pre-prod, resulting in faster development and less errors. Codezero makes this possible by keeping the heavyweight, resource-intensive processes in the cloud while retaining your familiar lightweight, local development tools.

Codezero with Netlify

This opens the ability to rapidly iterate and experiment even with resource-intensive services like LLMs and databases. Additionally, ZED prevents environment misconfiguration and simplifies managing complex environments by providing a consistent and reproducible setup for cloud development, enabling developers to focus on creating and refining their code. Let’s explore a few ways you can take advantage of this.

Developing cloud-native applications often requires complex local environments to simulate production. Running Kubernetes clusters or replicating microservices locally can be time-consuming and resource-heavy. The Codezero and Netlify integration addresses this by allowing developers to run their frontend locally with Netlify Dev, while Codezero securely connects to the heavier remote infrastructure, like a Kubernetes cluster.

This enables real API calls to live backend services without local Kubernetes setups and catching bugs early by testing against real data and services. This approach eliminates the need for mock APIs or outdated staging environments, making local development faster, more reliable and closer to production.

Simplified service-to-service communication

In hybrid architectures that combine serverless functions with containerized microservices, secure and efficient service-to-service communication can be a major headache. Traditional solutions like API gateways, VPN tunnels, or service meshes often introduce unnecessary complexity, latency and security risks.

Codezero simplifies this by providing secure, direct networking between Netlify Functions and services running in Kubernetes clusters. This means your Netlify serverless functions can interact with internal APIs just like any other microservice. It’s particularly useful for scenarios like secure data processing or internal API calls that need low-latency, high-trust communication.

Developer access control

Security is often at odds with developer productivity, especially when trying to limit access to sensitive internal APIs while maintaining a smooth development workflow. Codezero’s Zero Credentials addresses this challenge by providing granular access control for services running in any cloud, hybrid cloud, or on-prem environment, completely eliminating the need for secret keys to be exposed in the development environment..

Instead of managing complex firewall rules, API gateways, or static IP whitelists, Codezero Zero Credentials leverages Open Policy Agent (OPA) and encrypted tunnels to handle secure connections dynamically. This helps applications dealing with sensitive data, such as financial services or healthcare apps, where strict compliance requirements apply. The result is a developer-friendly workflow that doesn’t compromise on security, allowing teams at an accelerated pace without introducing unnecessary risks.

Getting started with Codezero

With Codezero, developers get unprecedented clarity into how changes to code impact software resiliency, cost, performance and customers without infrastructure nuances or network boundaries getting in the way. DevOps can eliminate environment configuration and credential sprawl with policy based (OPA) access to services (local, Kubernetes, Virtual Private Cloud or PaaS) across the team.

We’re excited for enterprises on Netlify to enhance their security posture through extensions like ours. Install the Codezero extension to get started.