Skip to content

Commit

Permalink
Make OpenShift less prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
tombentley committed Jun 11, 2019
1 parent 2e007dc commit 8cbd2ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Strimzi - Apache Kafka on OpenShift and Kubernetes
title: Strimzi - Apache Kafka on Kubernetes
#email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Strimzi provides a way to run an Apache Kafka cluster on OpenShift and Kubernetes in various deployment configurations.
Strimzi provides a way to run an Apache Kafka cluster on Kubernetes in various deployment configurations.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://strimzi.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: strimziio
Expand Down
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ layout: default

# Overview

Strimzi provides a way to run an [Apache Kafka](https://kafka.apache.org/) cluster on [OpenShift](https://www.openshift.org/) and [Kubernetes](https://kubernetes.io/) in various deployment configurations.
Strimzi provides a way to run an [Apache Kafka](https://kafka.apache.org/) cluster on [Kubernetes](https://kubernetes.io/) in various deployment configurations.

See our [GitHub](http://github.com/strimzi) repository for more info.

# Quickstart

Getting up and running with an Apache Kafka cluster on Kubernetes and OKD (the Origin Community Distribution of Kubernetes that powers Red Hat OpenShift) can be very simple, when using the Strimzi project!
Getting up and running with an Apache Kafka cluster on Kubernetes can be very simple, when using the Strimzi project!

Below are a few quickstart documents for different environments, that walk you through a quick and easy install for your development environment:

* [Minikube](/quickstarts/minikube/)
* [OKD](/quickstarts/okd)
* [OKD](/quickstarts/okd) (the Origin Community Distribution of Kubernetes, the basis of Red Hat OpenShift)

# Downloads

Expand Down

0 comments on commit 8cbd2ed

Please sign in to comment.