October 2025 Summaries
3 posts from Replicated
Filter
Month:
Year:
Post Summaries
Back to Blog
Testing applications in air-gapped environments, which are crucial for sectors like government and finance due to their isolated network structures, can be challenging and time-consuming. To address this, Compatibility Matrix Network Reports offer a solution by providing tools to simulate these environments and verify that applications only make approved network calls. This setup involves configuring Kubernetes clusters, employing network analysis tools, and using the Vendor Portal to manage network policies and collect detailed reports on outbound network activity. The process helps ensure that releases don't inadvertently introduce unauthorized network connections, maintaining high security standards and providing confidence to security-conscious customers. By integrating network reporting into CI/CD pipelines, developers can automate checks for unexpected network behaviors, preventing regressions and ensuring consistent security across software updates.
Oct 24, 2025
1,148 words in the original blog post.
Kubernetes 1.34 introduces a significant change for distributions using the CRI-O runtime, such as RedHat OpenShift and Oracle Cloud Infrastructure Kubernetes Engine, by enforcing stricter image name resolution rules. This update requires all container image references to include a fully qualified registry path, eliminating the previous convenience of using short image names resolved by default registries like Docker Hub. The change aims to enhance supply chain security but may disrupt existing manifests, Helm charts, and deployment pipelines that rely on short image names, potentially causing failed image pulls or pods stuck in ImagePullBackOff. Organizations are advised to audit and update their Kubernetes manifests to include full registry paths, with companies like Replicated proactively notifying their customers and adjusting their own deployments to ensure minimal disruption. This development highlights the importance of staying informed about Kubernetes updates and testing against new versions to maintain application reliability and compatibility.
Oct 10, 2025
645 words in the original blog post.
The October 2025 Replicated Monthly Release Highlights introduce several updates aimed at enhancing network compatibility, vendor usability, and documentation. Notably, an Alpha version of the Compatibility Matrix allows vendors to test network egress by ensuring Embedded Cluster only communicates with specified domains, while a new quick link feature in the Vendor Portal streamlines access to customers' Enterprise Portals. Usability improvements include enhanced dialogue for editing and promoting releases, grouped channels for better version sequencing, and improved readability in the Customers page hybrid view. In documentation, a ConfigValues reference topic has been added, providing detailed explanations about mapping Replicated ConfigValues to application config items, alongside updates to the quick start tutorial and new guides for headless installs using Embedded Cluster and Helm CLI. These improvements reflect Replicated's ongoing commitment to refining user experience and operational efficiency across their platform.
Oct 06, 2025
617 words in the original blog post.