All posts in " command-line-interface "
Share

Strimzi Kafka CLI Version Update (Strimzi 0.26.1 – 0.28.0)

By Aykut Bulgu / March 26, 2022

Hi everyone. I recently updated the Strimzi Kafka CLI to the following Strimzi versions: Strimzi 0.26.1 (for AMQ Streams 2.0.1) – 0.1.0a60 Strimzi 0.28.0 (latest) – 0.1.0a61 Note that 0.1.0a61 is the latest version and Strimzi CLI is still in alpha state. If you are using AMQ Streams 2.0.1, then install Strimzi CLI as follows: […]

Share

Installing Strimzi CLI with Homebrew

By Aykut Bulgu / October 5, 2021

It has been a while since a friend of mine asked if Strimzi CLI can be installed with Homebrew. I had to answer by saying “No” that time. But now my friend, we have the Homebrew installer:) I had been thinking that using the Python package installer is enough because any OS can have Python […]

Share

A Cheat Sheet for Strimzi Kafka CLI

By Aykut Bulgu / August 31, 2021

TL;DR: You can download the Strimzi CLI Cheat Sheet from this link if you are curious about Strimzi CLI capabilities and want a kind of quick reference guide for it. It is a little bit more than one year since I first announced Strimzi Kafka CLI; a command-line interface for Strimzi Kafka Operator. It was […]

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, […]