Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Why Red Hat Service Interconnect version 2?

February 3, 2025
Justin Ross
Related topics:
DevSecOpsEdge computingGitOpsHybrid cloudIntegrationKubernetesApplication modernization
Related products:
Red Hat Service Interconnect

    Red Hat Service Interconnect v2 is a substantial redesign driven by four years of user feedback and experience.  This post outlines the core motivations behind these changes.

    Service Interconnect is based on the open-source project Skupper.  Service Interconnect is a multi-site, multi-platform application connectivity tool.  It is used for on-prem resource access, application modernization, and edge connectivity.  Customers such as Australia and New Zealand Banking Group Limited have used Service Interconnect to reduce risk and accelerate deployment in hybrid cloud environments.

    Addressing pain points

    Over time, we’ve received a lot of valuable feedback about what parts of Service Interconnect make our users’ lives difficult.  We’ve worked to fix them in v2.

    For example, a major problem in v1 was the need to recreate sites in order to change site configuration.  Recreating sites further meant you had to recreate site-to-site links.  V2 has a new controller implementation designed to handle dynamic configuration changes.  Most instances requiring recreating sites in v1 can now be changed on the fly in v2.

    Another problem in v1 was the use of labels and annotations on standard Kubernetes resources to carry configuration.  This sometimes led to ownership conflicts, where the Service Interconnect controller and other Kubernetes components tried to update the same concurrently.  V2 uses dedicated custom resources for all configuration, so there is no conflict of ownership: the custom resources containing all Service Interconnect configuration are managed exclusively by the Service Interconnect controller.

    A fully declarative approach

    Service Interconnect in v1 was initially focused on its command-line interface (CLI).  As a result, much of the control logic was embedded in the CLI implementation.

    Many of our early users were excited about Service Interconnect’s capabilities and ease of use, but as they turned their attention to how they would deploy and manage Service Interconnect at scale, they found they needed a declarative interface, something easier to manage with GitOps and easier to integrate with other tools.  In v1, we incrementally added declarative capabilities, but the result was fragmented and incomplete.

    V2 is declarative from the start.  Everything in v2 is founded on a uniform, declarative API.  All of the control logic resides in the controller.  The API and the underlying model are consistently applied across all Service Interconnect interfaces and platforms.  This shift has significant advantages for users embracing GitOps to manage their Service Interconnect networks and provides a solid foundation for a wide range of future integrations.

    An explicit model for service exposure

    In v1, service exposure was partially automatic and implicit. Exposing a service in one site would automatically propagate it to all other sites on the network via a mechanism called service sync. While convenient, this model had its problems.  Users often did not want or need every service exposed to every site.  The implicit propagation sometimes led to conflicts between user-created and Service Interconnect-created Service resources.  The service sync mechanism itself was a source of complexity and bugs.

    For v2, we wanted something simpler, with better separation of concerns.  We now have a fully explicit model for service exposure based on Listener and Connector resources.  These give users granular control over which services are exposed and where they are exposed.  The new model is more flexible, and most importantly, it is now easier to understand and more reliable.

    A basis for better documentation

    Feedback on Service Interconnect v1's documentation highlighted a disparity: while the CLI documentation was well received, the declarative configuration documentation was fragmented and difficult to use. This stemmed from the way v1's declarative interfaces evolved organically, leading to inconsistencies and a lack of common structure.

    Service Interconnect v2 is a clean break from this. Its design is centered around an orderly, consistent API.  This API, through which all configurations now flow, is the key to producing comprehensive reference documentation.

    Further, v2 introduces a more clearly defined and coherent model for application networking. This allows us to document the underlying concepts in a detailed and accessible way. Because this model is consistently applied across the resources and CLI, we can create documentation that connects the concepts, configuration, and interfaces.

    Designed for multiple platforms

    In v1, the initial focus was primarily on Kubernetes. While support for other platforms was added later, this was done in a way that introduced platform-specific differences and inconsistencies into the user interfaces. This made managing multi-platform deployments more complex than necessary.

    V2 supports Kubernetes, Docker, Podman, and Linux.  These platforms all share a common underlying model and a unified interface.  There are still important platform differences, but we have consciously avoided any unnecessary divergence.  This commonality across platforms simplifies integrations, reduces the learning curve, and makes Service Interconnect easier to operate in hybrid environments.

    Helping platform and application teams work together

    Service Interconnect’s evolution is driven by a deeper understanding of the needs of both platform teams and app teams, and the crucial synergy between them.

    Platform teams are increasingly focused on building better platforms that enable their app teams to deliver software faster.  This requires a balance between providing autonomy and maintaining control.  While v1 focused on app team needs, v2 is all about enabling the platform and app teams to work together effectively.

    Central to this collaborative approach is the concept of "guardrails".  Platform teams need the ability to establish boundaries and guidelines within which app teams can operate independently.  These guardrails are essential to making self-service application networking safe and reliable.  By giving app teams the ability to manage their own networking within defined limits, platform teams can foster faster development cycles without sacrificing stability or security.

    Service Interconnect v2: a foundation for the future of application networking

    Service Interconnect v2 is a big step forward, directly addressing the limitations of v1 and incorporating valuable feedback from our users. V2 is easier to operate, maintain, and extend.

    The strengthened foundation of v2 puts us in position to pursue a broader range of integrations with other essential tools and platforms, such as Ansible, cert-manager, and Developer Hub, adding to Service Interconnect's versatility and value.  Focusing on the needs of platform teams and app teams working in tandem will, we believe, drive broader adoption of Service Interconnect.

    We encourage you to explore v2 and consider migrating to experience these improvements firsthand.

    • Skupper v2 overview and resources
    • Service Interconnect on developers.redhat.com
    • Service Interconnect on redhat.com
    • Try Red Hat Service Interconnect
    Disclaimer: Please note the content in this blog post has not been thoroughly reviewed by the Red Hat Developer editorial team. Any opinions expressed in this post are the author's own and do not necessarily reflect the policies or positions of Red Hat.

    Recent Posts

    • Red Hat Enterprise Linux 10.2 and 9.8: Top features for developers

    • What GPU kernels mean for your distributed inference

    • Debugging image mode with Red Hat OpenShift 4.20: A practical guide

    • EvalHub: Because "looks good to me" isn't a benchmark

    • SQL Server HA on RHEL: Meet Pacemaker HA Agent v2 (tech preview)

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.