All posts in " openshift "
Share

Back to Engineering: An engineer’s gainings through time

By Aykut Bulgu / November 29, 2022

EDIT: As of August 21, I am joining the Ansible Lightspeed engineering team. Stay tuned for another possible article about it! EDIT2: Here is the new article: Back to Engineering Vol. 2: A Path to Wisdom TL;DR: As of December 1st, I am starting a new job in Red Hat, this time as a Principal […]

Share

Change Data Capture with CockroachDB and Strimzi

By Aykut Bulgu / June 13, 2022

Dealing with data is hard in the Cloud-native era, as the cloud itself has many dynamics, and microservices have their unique data-relevant problems. As many patterns emerge after dealing with similar problems over and over, technologists invented many data integration patterns to solve those data-related problems. Change Data Capture (CDC) is one of those data […]

Share

Simple ACL Authorization on Strimzi using Strimzi Kafka CLI

By Aykut Bulgu / September 30, 2020

Access the repo of this post from here: https://github.com/systemcraftsman/strimzi-kafka-cli/tree/master/examples/3_simple_acl_authorization If you are interested more, you can have a look at the short video where I explain the Simple ACL authorization example here: Take caređź‘‹

Share

TLS Authentication on Strimzi by using Strimzi Kafka CLI

By Aykut Bulgu / September 23, 2020

Access the repo of this post from here: https://github.com/systemcraftsman/strimzi-kafka-cli/tree/master/examples/2_tls_authentication If you are interested more, you can have a look at the short video that I explain the TLS authentication example here: Take caređź‘‹

Share

Strimzi Kafka CLI: Managing Strimzi in a Kafka Native Way

By Aykut Bulgu / August 25, 2020

Apache Kafka today, is a popular distributed streaming technology providing pub/sub mechanism, storing, and processing streams in a distributed way. As Kubernetes becomes more and more popular day by day, it is inevitable for a technology like Apache Kafka to run on Kubernetes platform natively. Using some capabilities of Kubernetes like Operator Framework or Statefulsets, […]