docs(kafka): replace deprecated Bitnami Docker/Helm references with SolDevelo OCI examples#11
Merged
Conversation
Agent-Logs-Url: https://github.com/echo-cool-coding/cool-coding/sessions/9dd4b6b6-0a1f-4feb-9ac5-753fa3dc97a9 Co-authored-by: echo-cool <99575746+echo-cool@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update deprecated Bitnami Kafka references in documentation
docs(kafka): replace deprecated Bitnami Docker/Helm references with SolDevelo OCI examples
May 20, 2026
echo-cool
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Kafka tutorials referenced deprecated/restricted Bitnami artifacts (
bitnami/kafkaimage and Bitnami Helm chart install path), which can break copy-paste setup flows. This PR updates the affected docs to use SolDevelo-compatible replacements and OCI-based Helm installs.Docker tutorial updates (
8-kafka-environmental-isolation.mdx)bitnami/kafka:latest→soldevelo/kafka:latestHelm tutorial updates (
4-kafka-helm-charts.mdx,5-kafka-cluster-automation-deployment.mdx)helm install my-kafka bitnami/kafkahelm install my-kafka oci://registry-1.docker.io/soldevelo/kafka-chartExample (updated command)