Skip to content

Kubernetes manifests and deployment pipeline for schema-registry

Notifications You must be signed in to change notification settings

dfds-data/schema-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schema Registry

This repository contains some kubernetes manifests that can be used to deploy schema registry to kubernetes.

Local test

You can test it on your preferred environment using docker-compose:

cp .env.example > .env
# Populate the .env file with your values
docker-compose up

Keep in mind that if you want to use a local broker, you have to add kafka and zookeeper containers to the compose-file. If you choose to do so please create a PR on it so we can all take part in the fun.

Deployment

See azure-pipelines.yaml.

Upgrading to new version

Read the schema registry docs and see if there are breaking changes since the last version.

Then, change the tag of the image and deploy.

About

Kubernetes manifests and deployment pipeline for schema-registry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published