On this page
UTRECHT, THE NETHERLANDS, 2 April – Axual, a leading provider of an enterprise event streaming platform, today announced certification for its event streaming solution on Red Hat OpenShift, the industry’s leading enterprise Kubernetes platform.
Axual’s platform, built on Apache Kafka, empowers organizations to harness the full potential of event-driven architectures. With a focus on governance, security, and self-service, Axual provides a comprehensive solution for enterprises navigating the complexities of managing real-time data streams. By achieving certification for Red Hat OpenShift, Axual ensures seamless compatibility with Red Hat’s leading Kubernetes-based container platform, offering enhanced deployment flexibility and scalability for its users.
Red Hat Openshift customers can now benefit from:
- Governance for Apache Kafka: Axual provides out-of-the-box features for enterprises that need governance on their Apache Kafka platform.
- Streamlined deployment: integration with Red Hat OpenShift’s Operator Lifecycle Manager allows for easy installation and management of Axual’s platform directly from the OpenShift GUI, streamlining deployment workflows for platform and DevOps teams.
- Hybrid cloud flexibility: Enterprises can deploy Axual’s event streaming platform across on-premises, private, and public cloud environments.
- Enhanced operational efficiency: by leveraging Axual’s governance and security features, Red Hat Openshift users can achieve greater operational efficiency and ensure compliance with enterprise requirements.
“Celebrating our Red Hat Openshift certification is a significant milestone for Axual,” said Jeroen van Disseldorp, CEO and Founder of Axual. “Integrating our event streaming platform with Red Hat OpenShift shows our commitment to empowering organizations with a robust solution for event-driven architectures at enterprise-scale.”
Learn more about Axual here or go directly to the Red Hat Ecosystem Catalog where you can find the container images and helm charts needed for deployment.
About Red Hat
Red Hat and OpenShift are trademarks or registered trademarks of Red Hat, Inc. or its subsidiaries in the U.S. and other countries.
About Axual
Axual is founded in 2015 by Jeroen van Disseldorp and is headquartered in Utrecht, The Netherlands. Axual enables organizations to turn their Kafka into a competitive advantage and comes with unique self-service, data governance and security capabilities. Customers include Rabobank, de Volksbank, Logius, TenneT, Stedin, Enexis and more. Read more about Axual on our website.
Download the Whitepaper
Download nowAnswers to your questions about Axual’s All-in-one Kafka Platform
Are you curious about our All-in-one Kafka platform? Dive into our FAQs
for all the details you need, and find the answers to your burning questions.
Related blogs
Apache Kafka has become a central component of modern data architectures, enabling real-time data streaming and integration across distributed systems. Within Kafka’s ecosystem, Kafka Connect plays a crucial role as a powerful framework designed for seamlessly moving data between Kafka and external systems. Kafka Connect provides a standardized, scalable approach to data integration, removing the need for complex custom scripts or applications. For architects, product owners, and senior engineers, Kafka Connect is essential to understand because it simplifies data pipelines and supports low-latency, fault-tolerant data flow across platforms. But what exactly is Kafka Connect, and how can it benefit your architecture?
Apache Kafka is a powerful platform for handling real-time data streaming, often used in systems that follow the Publish-Subscribe (Pub-Sub) model. In Pub-Sub, producers send messages (data) that consumers receive, enabling asynchronous communication between services. Kafka’s Pub-Sub model is designed for high throughput, reliability, and scalability, making it a preferred choice for applications needing to process massive volumes of data efficiently. Central to this functionality are topics and partitions—essential elements that organize and distribute messages across Kafka. But what exactly are topics and partitions, and why are they so important?
Strimzi Kafka offers an efficient solution for deploying and managing Apache Kafka on Kubernetes, making it easier to handle Kafka clusters within a Kubernetes environment. In this article, we'll guide you through opening a shell on a Kafka broker pod in Kubernetes and listing all the topics in your Kafka cluster using an SSL-based connection.