May 2026 Summaries
3 posts from Render
Filter
Month:
Year:
Post Summaries
Back to Blog
Render's integration with SuperPlane, an open-source DevOps automation engine, facilitates sophisticated blue/green canary deployment pipelines that allow for seamless code updates with minimal downtime and risk. This setup leverages Render's existing zero-downtime deployment capabilities and extends them by coordinating multiple services through integrations with Cloudflare, Dash0, and GitHub Actions. The pipeline enables deployment of new code to an idle environment, which initially receives a small percentage of live traffic for verification, gradually increasing if successful or rolling back automatically if issues are detected. This orchestration centralizes deployment logic, making it visible and auditable while managing complex sequences and traffic shifts across services. The comprehensive approach includes automated rollback mechanisms, conditional routing, and observability beyond typical smoke tests, ensuring robust deployment processes while acknowledging challenges like shared databases and infrastructure costs. Render and SuperPlane together provide a flexible framework that can be customized to fit different software stacks, offering developers a powerful tool to manage deployments efficiently and reliably.
May 27, 2026
1,226 words in the original blog post.
Render has introduced Dedicated IPs, offering static and exclusive outbound IP addresses for users' services, enhancing security and compliance, especially in regulated environments. Each set includes three static IPv4 addresses per region, providing redundancy across availability zones and allowing users to manage their network configurations through the Render Dashboard, REST API, or Terraform provider. This feature is designed to meet stricter security requirements by enabling precise control over traffic, allowing users to apply dedicated IPs to entire workspaces or specific environments, thereby differentiating trust levels between production, staging, and development. Available to Pro, Scale, or Enterprise plan customers for $100 per month, Dedicated IPs facilitate secure and compliant scaling of production workloads, with flexible scoping options for easy application and management.
May 19, 2026
497 words in the original blog post.
The guest post by LlamaIndex explores a scalable, distributed architecture for document processing pipelines using LlamaParse and Render Workflows. It highlights the challenges of processing documents at scale, such as server blocking and parsing failures, when using a monolithic approach that combines file uploads and processing on a single server. By separating concerns, the proposed architecture confines the server to handling uploads and streaming progress while delegating document processing to isolated, retryable tasks. The pipeline consists of three services on Render: a web service for uploads and progress streaming, a workflow for orchestrating tasks, and a Postgres database for storing results. The document processing tasks utilize LlamaParse for handling diverse file formats and layouts, LlamaCloud for document classification and structured data extraction, and LlamaExtract for schema-based field extraction. The architecture ensures efficient, non-blocking processing by executing tasks asynchronously, with each step having its own resource plan and retry policy, making document intelligence accessible and scalable without the need for manual infrastructure management.
May 01, 2026
936 words in the original blog post.