rohit2b / confluent-kubernetes-examples

Example scenario workflows for Confluent for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confluent for Kubernetes Scenario Examples

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.

Prerequisites

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
    

About

Example scenario workflows for Confluent for Kubernetes

License:Apache License 2.0


Languages

Language:Shell 99.9%Language:HCL 0.1%