AS per documentation on confluent https://docs.confluent.io/platform/current/connect/references/restapi.html we can use connect rest api to start/stop/manage kafka connect - just want to understand what is the preferable way when we are deploying our resource on cloud (in my case aws) where we have restricted UI access.
- We have all the application and kafka in private subnet.
- We can not use any public ip at all to expose the GUI or hit the REST Kafka connect API directly via bowser or POSTMAN.
- We can't do port forwarding as well due to access restriction.
Want to understand how people runs production grade Kafka with direct access restriction - some open source tool which we can use directly? anything creating and made opensource around REST Connect API? Kindly guide on this.
Thank you