This GitHub repository accompanies the official Confluent for Kubernetes documentation.
This repository contains scenario workflows to deploy and manage Confluent on Kubernetes for various use cases.
The following prerequisites are assumed for each scenario workflow:
- A Kubernetes cluster - any CNCF conformant version
- Helm 3 installed on your local machine
- Kubectl installed on your local machine
- A namespace created in the Kubernetes cluster -
confluent
- Kubectl configured to target the
confluent
namespace:kubectl config set-context --current --namespace=confluent
- This repo cloned to your workstation:
git clone git@github.com:confluentinc/confluent-kubernetes-examples.git