Vu Tran

Results 2 comments of Vu Tran

Hi @hackaugusto, The setup: We run Karapace REST Proxy in a container with base image is debian10 with python3.9 installed. REST Proxy connect to Kafka via SSL connection (you can...

here the dockerfiles: base-image: debian:10-slim adding python: [base-python-dockerfile.txt](https://github.com/aiven/karapace/files/8182859/base-python-dockerfile.txt) m adding karapace: [karapace.docker.txt](https://github.com/aiven/karapace/files/8182862/karapace.docker.txt) start.sh just only start rest proxy with a custom rest.json.config file.